[
  {
    "type": "REGULAR",
    "results": [
      {
        "position": 1,
        "team": "Kufstein Vikings U16",
        "wins": 9,
        "loses": 1,
        "ties": 0,
        "winsPercentage": 0.9,
        "gamesBehind": 0
      },
      {
        "position": 2,
        "team": "Hard Bulls U16",
        "wins": 4,
        "loses": 7,
        "ties": 0,
        "winsPercentage": 0.364,
        "gamesBehind": 5.5
      },
      {
        "position": 3,
        "team": "Dornbirn Indians Juniors U16",
        "wins": 3,
        "loses": 8,
        "ties": 0,
        "winsPercentage": 0.273,
        "gamesBehind": 6.5
      }
    ]
  }
]