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