<player_wins>
The object defining the win amount of the players in a pot.
player_wins_obj
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
Was this helpful?