The object defining the win amount of the players in a pot.
An object defining the amount the player won in the pot.
Type: object
Structure:
{ "player_id": int, "win_amount": decimal, "cashout_amount": decimal, "cashout_fee": decimal, "bonus_amount": decimal, "contributed_rake": decimal }
Last updated 2 years ago