[
  {
    "type": "REGULAR",
    "results": [
      {
        "position": 1,
        "team": "Dornbirn Indians Kids U10",
        "wins": 12,
        "loses": 2,
        "ties": 0,
        "winsPercentage": 0.857,
        "gamesBehind": 0
      },
      {
        "position": 2,
        "team": "Hard Bulls U10",
        "wins": 8,
        "loses": 6,
        "ties": 0,
        "winsPercentage": 0.571,
        "gamesBehind": 4
      },
      {
        "position": 3,
        "team": "Feldkirch Cardinals U10",
        "wins": 1,
        "loses": 13,
        "ties": 0,
        "winsPercentage": 0.071,
        "gamesBehind": 11
      }
    ]
  },
  {
    "type": "FINAL_TOURNAMENT",
    "results": [
      {
        "position": -1,
        "team": "Feldkirch Cardinals U10",
        "wins": 0,
        "loses": 0,
        "ties": 0,
        "winsPercentage": null,
        "gamesBehind": 0
      },
      {
        "position": -1,
        "team": "Hard Bulls U10",
        "wins": 0,
        "loses": 0,
        "ties": 0,
        "winsPercentage": null,
        "gamesBehind": 0
      },
      {
        "position": -1,
        "team": "Dornbirn Indians Kids U10",
        "wins": 0,
        "loses": 0,
        "ties": 0,
        "winsPercentage": null,
        "gamesBehind": 0
      }
    ]
  }
]