The round object defining the betting rounds that occurred during the hand.
An object defining the betting rounds that occurred during the hand.
Type: object
Structure:
{ "id": integer, "street": street_string "cards": [ string, string, string ], "actions": [ <action_obj>, <action_obj> ] }
Last updated 5 years ago