> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/json-object/game_type.md).

# game\_type

#### game\_type

The type of game being played.

**Type:** string

**Options:** One of:&#x20;

* Holdem
* Omaha
* OmahaHiLo
* Stud
* StudHiLo
* Draw

{% hint style="warning" %}
If your network spreads a game type that is not supported, please see the [Change Request Process](/contact-us/change-request-process.md) to learn how to submit your request to have the game\_type added to the specification, at which point, we'll add it and increment the spec\_version number to support the new game type.
{% endhint %}

**Example:**

```javascript
"game_type": "Holdem"
```
