<pot_obj>
The pot object defining the pot and results for the hand.
pot
An object defining the pot and result of the pot for the hand.
Type: object
Structure:
{
"number": integer,
"amount": decimal,
"rake": decimal,
"jackpot": decimal,
"player_wins": [
<player_win_obj>,
<player_win_obj>
]
}
Last updated
Was this helpful?