> 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/player-wins-object/player_wins_obj/win_amount.md).

# win\_amount

#### win\_amount

The amount the player won in the pot.\
This is the amount the player actually took from the pot, excluding rake and any other fees.

**Type:** decimal

**Example:**

Player won $155.25

```javascript
"win_amount": 155.25
```
