rounds
The betting rounds that occurred within the hand.
An array of <round_obj> objects betting rounds that occurred within the hand. Every hand must have one round 0 (Preflop).
Example:
"rounds": [
<round_obj>,
<round_obj>,
<round_obj>
]