> For the complete documentation index, see [llms.txt](https://ts-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://ts-specs.handhistory.org/tournament-finish-object/prize.md).

# prize

#### prize

The amount the player won in the tournament as a prize, in the tournament currency.

Bounties are not specified here, but are instead specified in the hand in which they are won.

**Type:** decimal

**Nullable:** true

{% hint style="warning" %}
If the player has not yet been eliminated this can be omitted, or set to null or zero.
{% endhint %}

**Example:**\
The player won a prize of $350 (or whatever currency the tournament is in).

```javascript
"prize": 350.00
```
