[
  {
    "type": "REGULAR",
    "results": [
      {
        "position": 1,
        "team": "Dornbirn Legends",
        "wins": 8,
        "loses": 0,
        "ties": 0,
        "winsPercentage": 1,
        "gamesBehind": 0
      },
      {
        "position": 2,
        "team": "Feldkirch Angry Balls",
        "wins": 4,
        "loses": 4,
        "ties": 0,
        "winsPercentage": 0.5,
        "gamesBehind": 4
      },
      {
        "position": 2,
        "team": "Dornbirn Bears",
        "wins": 4,
        "loses": 4,
        "ties": 0,
        "winsPercentage": 0.5,
        "gamesBehind": 4
      },
      {
        "position": 4,
        "team": "Dornbirn Redhawks",
        "wins": 3,
        "loses": 5,
        "ties": 0,
        "winsPercentage": 0.375,
        "gamesBehind": 5
      },
      {
        "position": 5,
        "team": "Hard Bulls Barons",
        "wins": 1,
        "loses": 7,
        "ties": 0,
        "winsPercentage": 0.125,
        "gamesBehind": 7
      }
    ]
  }
]