[
  {
    "type": "REGULAR",
    "results": [
      {
        "position": 1,
        "team": "Kufstein Vikings U16",
        "wins": 10,
        "loses": 2,
        "ties": 0,
        "winsPercentage": 0.833,
        "gamesBehind": 0
      },
      {
        "position": 2,
        "team": "Hard Bulls U16",
        "wins": 8,
        "loses": 4,
        "ties": 0,
        "winsPercentage": 0.667,
        "gamesBehind": 2
      },
      {
        "position": 3,
        "team": "SG Indians - Cardinals U16",
        "wins": 0,
        "loses": 12,
        "ties": 0,
        "winsPercentage": 0,
        "gamesBehind": 10
      }
    ]
  }
]