# Game result

## Baccarat Series

| Game Result             | Description |
| ----------------------- | ----------- |
| Example: Banker (B7 P2) |             |
| Example: Player (B2 P9) |             |
| Example: Tie (B7 P7)    |             |

## Dragon Tiger Series

| Game Result              | Description |
| ------------------------ | ----------- |
| Example: Dragon (D10 T5) |             |
| Example: Tiger (D11 T12) |             |
| Example: Tie (D5 T5)     |             |

## Roulette Series

| Game Result                     | Description |
| ------------------------------- | ----------- |
| Example:8 (Even / 1-18 / Black) |             |

## Lucky Wheel Series

| Game Result  | Description                                              |
| ------------ | -------------------------------------------------------- |
| East Wind    | East Wind(Blockchain Lucky Wheel)/Yellow(Lucky Wheel)    |
| South Wind   | South Wind(Blockchain Lucky Wheel)/Blue(Lucky Wheel)     |
| West Wind    | West Wind(Blockchain Lucky Wheel)/Pink(Lucky Wheel)      |
| North Wind   | North Wind(Blockchain Lucky Wheel)/Green(Lucky Wheel)    |
| White Dragon | White Dragon(Blockchain Lucky Wheel)/Purple(Lucky Wheel) |
| Red Dragon   | Red Dragon(Blockchain Lucky Wheel)/Orange(Lucky Wheel)   |
| Green Dragon | Green Dragon(Blockchain Lucky Wheel)/Red(Lucky Wheel)    |

## Sic-bo/Super Sic-bo Series

| Game Result | Description                          |
| ----------- | ------------------------------------ |
| (3-18)      | Example:8 (Even / Small)9 (Triple 3) |

## BullBull Series

| Game Result               | Description                                    |
| ------------------------- | ---------------------------------------------- |
| Result1, Result2 ,Result3 | Example:Banker Banker PlayerZ (B20 x19 y0 z30) |

## Win Three Cards Series

| Game Result | Description                              |
| ----------- | ---------------------------------------- |
| GOLD        | Example: Gold (GoldSTRAIGHTSilverNONE14) |
| SILVER      | Example: Silver (GoldNONE7 SilverFLUSH)  |
| TIE         | Example: Tie (GoldNONE4 SilverNONE4)     |

## FanTan Series

| Game Result | Description |
| ----------- | ----------- |
| 1           | 1 Fan       |
| 2           | 2 Fan       |
| 3           | 3 Fan       |
| 4           | 4 Fan       |

## color game/mini color game

| Game Result | Description                         |
| ----------- | ----------------------------------- |
| 1,1,2,0     | yellow, yellow, blue, no super game |

## One Lucky 9

| Game Result      | Description                                                     |
| ---------------- | --------------------------------------------------------------- |
| Tie stop (B6 P6) | If the player chooses Hit, the gameresult is Banker hit (B6 P1) |

## HI-LO

| Game Result     | Description     |
| --------------- | --------------- |
| HI SUPERX HILO2 | HI SUPERX HILO2 |

## Drop Ball Jackpot

| Game Result                 | Description                 |
| --------------------------- | --------------------------- |
| SPADE\_9 SPADE\_10 HEART\_J | SPADE\_9 SPADE\_10 HEART\_J |

## Sakla

| Game Result | Description                                                                     |
| ----------- | ------------------------------------------------------------------------------- |
| CLUBS\_4\_5 | CLUBS\_4\_5; when a jackpot is won, the game result will be CLUBS\_4\_5 Jackpot |

## Xoc Dia (XD)

| Game Result        | Description                                                                                                                      |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| 4 Red (Even / Big) | 4 Red is the red color count; Even / Odd for parities; Big / Small / Tie for sizes and tie results, where 2 Red results in a Tie |

## Bac Bo

| Game Result | Description   |
| ----------- | ------------- |
| Dice1       | Dice 1 Result |
| Dice2       | Dice 2 Result |
| Dice3       | Dice 3 Result |
| Dice4       | Dice 4 Result |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pkg333.app/en/enum/enum-game-result.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
