# Game type

| code | Description          |
| ---- | -------------------- |
| BAA  | Traditional Baccarat |
| BAC  | Classic Baccarat     |
| BAS  | Speed Baccarat       |
| BAM  | Squeeze Baccarat     |
| BA8  | Always 8 Baccarat    |
| BA9  | Always 9 Baccarat    |
| BAL  | GOF Baccarat         |
| BAP  | Private Baccarat     |
| BAK  | Peek Baccarat        |
| BAR  | Race Baccarat        |
| BAT  | Money Tree Baccarat  |
| DT   | Dragon Tiger         |
| DI   | Sic-bo               |
| RO   | Roulette             |
| LW   | Lucky Wheel          |
| ROL  | Treasure Roulette    |
| DTS  | Speed Dragon Tiger   |
| DIL  | GOF Sic-bo           |
| ZJH  | Win Three Cards      |
| OX   | Bull Bull            |
| FAN  | FanTan               |
| DBJ  | Drop ball            |
| DBM  | Dropball Mini        |
| OLN  | One Lucky 9          |
| XDC  | Xoc Dia              |
| DIO  | Bac Bo               |
| DIX  | Super Sic-bo         |


---

# 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-type.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.
