The pot object defining the pot and results for the hand.
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 2 years ago