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