{"name": "World Cup 1934",
 "matches": 
  [{"round": "Preliminary Round",
    "team1": "Czechoslovakia",
    "team2": "Romania",
    "score": [2, 1]},
   {"round": "Preliminary Round",
    "team1": "Germany",
    "team2": "Belgium",
    "score": [5, 2]},
   {"round": "Preliminary Round",
    "team1": "Austria",
    "team2": "France",
    "score": {"et": [3, 2]}},
   {"round": "Preliminary Round",
    "team1": "Switzerland",
    "team2": "Netherlands",
    "score": [3, 2]},
   {"round": "Preliminary Round",
    "team1": "Spain",
    "team2": "Brazil",
    "score": [3, 1]},
   {"round": "Preliminary Round",
    "team1": "Sweden",
    "team2": "Argentina",
    "score": [3, 2]},
   {"round": "Preliminary Round",
    "team1": "Italy",
    "team2": "USA",
    "score": [7, 1]},
   {"round": "Preliminary Round",
    "team1": "Hungary",
    "team2": "Egypt",
    "score": [4, 2]},
   {"round": "Quarter-final",
    "team1": "Austria",
    "team2": "Hungary",
    "score": [2, 1]},
   {"round": "Quarter-final",
    "team1": "Italy",
    "team2": "Spain",
    "score": {"et": [1, 1]}},
   {"round": "Quarter-final",
    "team1": "Germany",
    "team2": "Sweden",
    "score": [2, 1]},
   {"round": "Quarter-final",
    "team1": "Czechoslovakia",
    "team2": "Switzerland",
    "score": [3, 2]},
   {"round": "Quarter-final, Replay",
    "team1": "Italy",
    "team2": "Spain",
    "score": [1, 0]},
   {"round": "Semi-final",
    "team1": "Italy",
    "team2": "Austria",
    "score": [1, 0]},
   {"round": "Semi-final",
    "team1": "Czechoslovakia",
    "team2": "Germany",
    "score": [3, 1]},
   {"round": "Match for third place",
    "team1": "Germany",
    "team2": "Austria",
    "score": [3, 2]},
   {"round": "Final",
    "team1": "Italy",
    "team2": "Czechoslovakia",
    "score": {"et": [2, 1]}}]}
