<round_obj>
The round object defining the betting rounds that occurred during the hand.
round
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
Was this helpful?