> 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.md).

# \<player\_wins>

#### player\_wins\_obj

An object defining the amount the player won in the pot.

**Type:** object

**Structure:**

```javascript
{
	"player_id": int,
	"win_amount": decimal,
	"cashout_amount": decimal,
	"cashout_fee": decimal,
	"bonus_amount": decimal,
	"contributed_rake": decimal
}
```
