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