# \<pot\_obj>

#### pot

An object defining the pot and result of the pot for the hand.

**Type:** object

**Structure:**

```javascript
{
	"number": integer,
	"amount": decimal,
	"rake": decimal,
	"jackpot": decimal,
	"player_wins": [
		<player_win_obj>,
		<player_win_obj>
	]
}
```
