{
  "hole_cards": "AhKh",
  "node": "root",
  "is_hero": true,
  "strategy": [
    {
      "action": "check",
      "frequency": 0
    },
    {
      "action": "bet",
      "amount_bb": 13,
      "sizing_pot": 0.325,
      "frequency": 0.1835
    },
    {
      "action": "bet",
      "amount_bb": 30,
      "sizing_pot": 0.75,
      "frequency": 0.1758
    },
    {
      "action": "bet",
      "amount_bb": 80,
      "sizing_pot": 2,
      "allin": true,
      "frequency": 0.6407
    }
  ]
}