# 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
```
