# Local ScraperFC import, comment this out if you've pip installed ScraperFC. If you've cloned
# ScraperFC, append the path below.
import sys
sys.path.append("../src")

import ScraperFC as sfc  # LEAVE THIS!

Capology

cap = sfc.Capology()
salaries = cap.scrape_salaries("2023-24", "EPL", "usd")
salaries
Changed currency to usd.
EST. BASE SALARY BIO
PLAYER GROSS P/W\n(USD) GROSS P/Y\n(USD) ADJ. GROSS\n(USD) POS. AGE COUNTRY CLUB
0 Kevin De Bruyne $ 518,705 $ 26,972,664 $ 26,972,664 F 32 Belgium Manchester City
1 Erling Haaland $ 486,286 $ 25,286,873 $ 25,286,873 F 23 Norway Manchester City
2 Casemiro $ 453,867 $ 23,601,081 $ 23,601,081 M 31 Brazil Manchester United
3 Mohamed Salah $ 453,867 $ 23,601,081 $ 23,601,081 F 31 Egypt Liverpool
4 Raphaël Varane $ 440,899 $ 22,926,765 $ 22,926,765 D 30 France Manchester United
... ... ... ... ... ... ... ... ...
605 João Cancelo $ 0 $ 0 $ 0 D 29 Portugal Manchester City
606 Kacper Kozlowski $ 0 $ 0 $ 0 M 19 Poland Brighton
607 Tanguy Ndombélé $ 0 $ 0 $ 0 M 26 France Tottenham
608 Sergio Reguilón $ 0 $ 0 $ 0 D 27 Spain Tottenham
609 Sandro Tonali $ 0 $ 0 $ 0 M 23 Italy Newcastle

610 rows × 8 columns

ClubElo

ce = sfc.ClubElo()
ce.scrape_team_on_date('Tottenham', '2023-08-13')
1815.88818359

FBref

fb = sfc.FBref()
match = fb.scrape_match('https://fbref.com/en/matches/67ed3ba2/Brentford-Tottenham-Hotspur-August-13-2023-Premier-League')
match
Link Date Stage Home Team Away Team Home Team ID Away Team ID Home Goals Away Goals Home Player Stats Away Player Stats Shots
0 https://fbref.com/en/matches/67ed3ba2/Brentfor... Sunday August 13, 2023 Premier League (Matchweek 1) Brentford Tottenham Hotspur cd051869 361ca564 2 2 Summary Unnamed: 0_level_0 Unname... Summary Unnamed: 0_level_0 Unnamed... Both Unnamed: 0_level_0 Unnamed: 1_leve...
match.loc[0,'Away Player Stats']['Summary'].head()
Unnamed: 0_level_0 Unnamed: 1_level_0 Unnamed: 2_level_0 Unnamed: 3_level_0 Unnamed: 4_level_0 Unnamed: 5_level_0 Performance ... SCA Passes Carries Take-Ons
Player # Nation Pos Age Min Gls Ast PK PKatt ... SCA GCA Cmp Att Cmp% PrgP Carries PrgC Att Succ
0 Richarlison 9.0 br BRA FW 26-095 90 0 0 0 0 ... 1 0 13 18 72.2 1 21 1 5 3
1 Son Heung-min 7.0 kr KOR LW 31-036 74 0 0 0 0 ... 2 0 31 37 83.8 5 33 3 2 1
2 Ivan Perišić 14.0 hr CRO LW 34-192 16 0 0 0 0 ... 2 0 11 16 68.8 3 13 2 3 3
3 Dejan Kulusevski 21.0 se SWE RW 23-110 90 0 0 0 0 ... 5 0 49 60 81.7 3 51 4 1 1
4 James Maddison 10.0 eng ENG AM 26-263 90 0 2 0 0 ... 8 3 58 75 77.3 7 68 1 2 0

5 rows × 31 columns

Sofascore

ss = sfc.Sofascore()
player_data = ss.scrape_player_league_stats("23/24", "EPL")
player_data.head()
Running
goals yellowCards redCards groundDuelsWon groundDuelsWonPercentage aerialDuelsWon aerialDuelsWonPercentage successfulDribbles successfulDribblesPercentage tackles ... hitWoodwork offsides expectedGoals errorLeadToGoal errorLeadToShot passToAssist player team player id team id
0 8 8 1 146 55.73 55 70.51 42 75.00 70 ... 0 6 4.07 1 3 1 Rodri Manchester City 827606 17
1 0 0 0 3 100.00 4 100.00 0 0.00 1 ... 0 0 NaN 2 2 0 Arijanet Murić Burnley 888971 6
2 4 2 0 37 36.27 6 54.55 10 32.26 14 ... 0 1 2.41 0 0 0 Kevin De Bruyne Manchester City 70996 17
3 19 2 0 138 52.27 6 26.09 47 50.54 31 ... 1 5 10.34 0 1 0 Phil Foden Manchester City 859765 17
4 10 9 0 115 42.91 21 43.75 19 47.50 68 ... 3 13 10.01 0 2 2 Bruno Fernandes Manchester United 288205 35

5 rows × 54 columns

Transfermarkt

tm = sfc.Transfermarkt()
players = tm.scrape_players("23/24", "EPL")
players.head()
23/24 EPL player links: 100%|██████████| 20/20 [00:58<00:00,  2.93s/it]
23/24 EPL players: 100%|██████████| 1637/1637 [33:39<00:00,  1.23s/it]
Name ID Value Value last updated DOB Age Height (m) Nationality Citizenship Position Other positions Team Last club Since Joined Contract expiration Market value history Transfer history
0 Kyle Walker 95424 €13.00m May 27, 2024 May 28, 1990 34 1.78 England [] Right-Back None Man City None None Jul 14, 2017 Jun 30, 2026 None Empty DataFrame Columns: [Season, Date, Left, ...
1 Myles Lewis-Skelly 890721 €5.00m Oct 1, 2024 Sep 26, 2006 18 1.78 England [England, Barbados] Defensive Midfield 0 0 Central Midfield 1 ... Arsenal U21 None None Jul 1, 2023 - None Empty DataFrame Columns: [Season, Date, Left, ...
2 Casemiro 16306 €15.00m Oct 1, 2024 Feb 23, 1992 32 1.85 Brazil [] Defensive Midfield None Man Utd None None Aug 22, 2022 Jun 30, 2026 None Empty DataFrame Columns: [Season, Date, Left, ...
3 Tom Hill 655990 €300k Mar 14, 2024 Oct 13, 2002 22 None Wales [] Central Midfield None Liverpool U21 None None Jul 1, 2021 - None Empty DataFrame Columns: [Season, Date, Left, ...
4 James Wright 712181 €200k Oct 14, 2024 Dec 2, 2004 19 1.88 England [] Goalkeeper None Real Unión None None Aug 16, 2024 Jun 30, 2025 None Empty DataFrame Columns: [Season, Date, Left, ...

Understat

us = sfc.Understat()
team_data = us.scrape_all_teams_data("2023/2024", "EPL", as_df=False)
team_data
2023/2024 EPL teams: 100%|██████████| 20/20 [00:27<00:00,  1.38s/it]
{'https://understat.com/team/Aston_Villa/2023': {'matches': [{'id': '22281',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '4.32208', 'a': '1.486'},
    'datetime': '2023-08-12 16:30:00',
    'forecast': {'w': 0.8386467007200593,
     'd': 0.08697963270652609,
     'l': 0.07432630806204402},
    'result': 'l'},
   {'id': '22292',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '3.24336', 'a': '0.721465'},
    'datetime': '2023-08-20 13:00:00',
    'forecast': {'w': 0.852945084257316,
     'd': 0.09717111784027617,
     'l': 0.04988207331769941},
    'result': 'w'},
   {'id': '22302',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.630605', 'a': '2.83691'},
    'datetime': '2023-08-27 13:00:00',
    'forecast': {'w': 0.05653634810223593,
     'd': 0.11751677705377768,
     'l': 0.8259465377397385},
    'result': 'w'},
   {'id': '21933',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.73138', 'a': '0.615503'},
    'datetime': '2023-09-03 13:00:00',
    'forecast': {'w': 0.816192259562657,
     'd': 0.1243960156310287,
     'l': 0.059411514296529834},
    'result': 'l'},
   {'id': '21938',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.31518', 'a': '1.11696'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.6415846608278876,
     'd': 0.18823120872596646,
     'l': 0.17018410450412594},
    'result': 'w'},
   {'id': '21947',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.19716', 'a': '1.13479'},
    'datetime': '2023-09-24 13:00:00',
    'forecast': {'w': 0.3747119324800734,
     'd': 0.28120179514019206,
     'l': 0.3440862723742605},
    'result': 'w'},
   {'id': '21955',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '6', 'a': '1'},
    'xG': {'h': '1.90746', 'a': '1.72819'},
    'datetime': '2023-09-30 11:30:00',
    'forecast': {'w': 0.42742568495552874,
     'd': 0.21733688896248785,
     'l': 0.3552374234516109},
    'result': 'w'},
   {'id': '21974',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.76232', 'a': '1.81618'},
    'datetime': '2023-10-08 13:00:00',
    'forecast': {'w': 0.379065840718558,
     'd': 0.22000004822440636,
     'l': 0.40093410925153794},
    'result': 'd'},
   {'id': '21976',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '2.34143', 'a': '0.659622'},
    'datetime': '2023-10-22 15:30:00',
    'forecast': {'w': 0.7509713246845321,
     'd': 0.16181927551568748,
     'l': 0.08720936981909111},
    'result': 'w'},
   {'id': '21987',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.07654', 'a': '0.453117'},
    'datetime': '2023-10-29 14:00:00',
    'forecast': {'w': 0.8828194097645494,
     'd': 0.0868324804923813,
     'l': 0.030347198386968737},
    'result': 'w'},
   {'id': '22002',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '0.592447', 'a': '1.33116'},
    'datetime': '2023-11-05 14:00:00',
    'forecast': {'w': 0.16567001895110461,
     'd': 0.2860884658175547,
     'l': 0.5482415152152578},
    'result': 'l'},
   {'id': '22007',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.86039', 'a': '0.648745'},
    'datetime': '2023-11-12 14:00:00',
    'forecast': {'w': 0.8251750810453318,
     'd': 0.11718452658914125,
     'l': 0.05764001910200305},
    'result': 'w'},
   {'id': '22024',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '2.22542', 'a': '2.39755'},
    'datetime': '2023-11-26 14:00:00',
    'forecast': {'w': 0.3735629360331832,
     'd': 0.19086161422409528,
     'l': 0.4355753935629443},
    'result': 'w'},
   {'id': '22025',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.54937', 'a': '0.89511'},
    'datetime': '2023-12-03 14:00:00',
    'forecast': {'w': 0.7313744114671017,
     'd': 0.1585072359908638,
     'l': 0.11011826396599722},
    'result': 'd'},
   {'id': '22035',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.1922', 'a': '1.00198'},
    'datetime': '2023-12-06 20:15:00',
    'forecast': {'w': 0.6442505037011623,
     'd': 0.19439452439835844,
     'l': 0.1613549590763431},
    'result': 'w'},
   {'id': '22045',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.628499', 'a': '1.71667'},
    'datetime': '2023-12-09 17:30:00',
    'forecast': {'w': 0.13187159197281567,
     'd': 0.23069304344542627,
     'l': 0.6374353640721997},
    'result': 'w'},
   {'id': '22057',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.796812', 'a': '1.4664'},
    'datetime': '2023-12-17 14:00:00',
    'forecast': {'w': 0.20385441806490004,
     'd': 0.26601694622425376,
     'l': 0.5301286356503095},
    'result': 'w'},
   {'id': '22065',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.21861', 'a': '0.646159'},
    'datetime': '2023-12-22 20:00:00',
    'forecast': {'w': 0.5001340083889705,
     'd': 0.3031511284500325,
     'l': 0.1967148631562487},
    'result': 'd'},
   {'id': '22082',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.20104', 'a': '1.83637'},
    'datetime': '2023-12-26 20:00:00',
    'forecast': {'w': 0.24894894436000325,
     'd': 0.22850674096205933,
     'l': 0.5225443134211845},
    'result': 'l'},
   {'id': '22085',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '2.92587', 'a': '1.11923'},
    'datetime': '2023-12-30 15:00:00',
    'forecast': {'w': 0.7418129183929129,
     'd': 0.14285628815955156,
     'l': 0.11533030012371656},
    'result': 'w'},
   {'id': '22098',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.03664', 'a': '1.3435'},
    'datetime': '2024-01-14 14:00:00',
    'forecast': {'w': 0.2886816249234827,
     'd': 0.2738741321075082,
     'l': 0.4374442429502531},
    'result': 'd'},
   {'id': '22105',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.44485', 'a': '3.3224'},
    'datetime': '2024-01-30 20:15:00',
    'forecast': {'w': 0.13007849957436907,
     'd': 0.1340100467254124,
     'l': 0.7359091531899286},
    'result': 'l'},
   {'id': '22124',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '0', 'a': '5'},
    'xG': {'h': '1.52784', 'a': '2.99015'},
    'datetime': '2024-02-03 17:30:00',
    'forecast': {'w': 0.17116480948778312,
     'd': 0.15655547780022502,
     'l': 0.6722790686451162},
    'result': 'w'},
   {'id': '22125',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '2.64675', 'a': '2.44591'},
    'datetime': '2024-02-11 16:30:00',
    'forecast': {'w': 0.44400335733512003,
     'd': 0.18111071888142047,
     'l': 0.37488572940557874},
    'result': 'l'},
   {'id': '22138',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.41796', 'a': '1.57297'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.34458209307760884,
     'd': 0.2426298252379775,
     'l': 0.41278808148918483},
    'result': 'w'},
   {'id': '22147',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '3.48861', 'a': '2.25569'},
    'datetime': '2024-02-24 15:00:00',
    'forecast': {'w': 0.6178951459706488,
     'd': 0.15102531553981452,
     'l': 0.2310754163821773},
    'result': 'w'},
   {'id': '22159',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.43312', 'a': '2.08586'},
    'datetime': '2024-03-02 17:30:00',
    'forecast': {'w': 0.46730886272720695,
     'd': 0.19149191241230548,
     'l': 0.341199169155195},
    'result': 'w'},
   {'id': '22167',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '1.23267', 'a': '2.25381'},
    'datetime': '2024-03-10 13:00:00',
    'forecast': {'w': 0.19947670307312235,
     'd': 0.19648517283379713,
     'l': 0.604038105733991},
    'result': 'l'},
   {'id': '22183',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.32829', 'a': '0.911274'},
    'datetime': '2024-03-17 14:00:00',
    'forecast': {'w': 0.4632936695308348,
     'd': 0.2800975142707677,
     'l': 0.2566088161827048},
    'result': 'd'},
   {'id': '22186',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.28271', 'a': '1.66232'},
    'datetime': '2024-03-30 17:30:00',
    'forecast': {'w': 0.2959169354062932,
     'd': 0.2407711123519067,
     'l': 0.4633119519013327},
    'result': 'w'},
   {'id': '22204',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '3.87704', 'a': '1.18643'},
    'datetime': '2024-04-03 19:15:00',
    'forecast': {'w': 0.8404533308918595,
     'd': 0.0919024544853846,
     'l': 0.06763024057438184},
    'result': 'l'},
   {'id': '22205',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '3', 'a': '3'},
    'xG': {'h': '1.16333', 'a': '1.42064'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.3085983440427735,
     'd': 0.26225194027811416,
     'l': 0.42914971563736265},
    'result': 'd'},
   {'id': '22216',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.89003', 'a': '0.929049'},
    'datetime': '2024-04-14 15:30:00',
    'forecast': {'w': 0.5991121011096914,
     'd': 0.2204389109572563,
     'l': 0.1804489860970381},
    'result': 'w'},
   {'id': '22225',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.62687', 'a': '2.05211'},
    'datetime': '2024-04-21 14:00:00',
    'forecast': {'w': 0.5099248170019711,
     'd': 0.18429947136765476,
     'l': 0.30577557702737074},
    'result': 'w'},
   {'id': '22236',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.612257', 'a': '1.56401'},
    'datetime': '2024-04-27 19:00:00',
    'forecast': {'w': 0.14379644063299843,
     'd': 0.2510649053465835,
     'l': 0.6051386538751284},
    'result': 'd'},
   {'id': '22247',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.63566', 'a': '0.0644055'},
    'datetime': '2024-05-05 13:00:00',
    'forecast': {'w': 0.9160413445176245,
     'd': 0.07910190184825448,
     'l': 0.00485661892011469},
    'result': 'l'},
   {'id': '22256',
    'isResult': True,
    'side': 'h',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '3', 'a': '3'},
    'xG': {'h': '2.71655', 'a': '1.89968'},
    'datetime': '2024-05-13 19:00:00',
    'forecast': {'w': 0.5547692326471845,
     'd': 0.17962404113537075,
     'l': 0.2656065275670241},
    'result': 'd'},
   {'id': '22270',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '2.23189', 'a': '0.598846'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.7473007790431746,
     'd': 0.16837695252772636,
     'l': 0.084322252252246},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 380,
     'goals': 59,
     'xG': 57.760017161257565,
     'against': {'shots': 351, 'goals': 44, 'xG': 52.924342322628945}},
    'FromCorner': {'shots': 90,
     'goals': 7,
     'xG': 7.9248516177758574,
     'against': {'shots': 71, 'goals': 10, 'xG': 11.232134371995926}},
    'SetPiece': {'shots': 27,
     'goals': 5,
     'xG': 3.889702138490975,
     'against': {'shots': 21, 'goals': 5, 'xG': 4.111498596146703}},
    'DirectFreekick': {'shots': 15,
     'goals': 1,
     'xG': 0.9150061570107937,
     'against': {'shots': 13, 'goals': 1, 'xG': 0.9388212375342846}},
    'Penalty': {'shots': 4,
     'goals': 4,
     'xG': 3.044675350189209,
     'against': {'shots': 2, 'goals': 1, 'xG': 1.5223376750946045}}},
   'formation': {'4-4-2': {'stat': '4-4-2',
     'time': 1463,
     'shots': 196,
     'goals': 27,
     'xG': 27.724307918921113,
     'against': {'shots': 188, 'goals': 25, 'xG': 30.373564023524523}},
    '4-2-3-1': {'stat': '4-2-3-1',
     'time': 1199,
     'shots': 177,
     'goals': 29,
     'xG': 25.54862146731466,
     'against': {'shots': 170, 'goals': 19, 'xG': 26.301080885808915}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 652,
     'shots': 87,
     'goals': 11,
     'xG': 11.063461906276643,
     'against': {'shots': 65, 'goals': 11, 'xG': 8.860804320313036}},
    '3-5-2': {'stat': '3-5-2',
     'time': 121,
     'shots': 18,
     'goals': 2,
     'xG': 1.651367373764515,
     'against': {'shots': 7, 'goals': 1, 'xG': 1.2498916704207659}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 121,
     'shots': 18,
     'goals': 4,
     'xG': 3.475690838880837,
     'against': {'shots': 10, 'goals': 1, 'xG': 0.6795259304344654}},
    '4-2-2-2': {'stat': '4-2-2-2',
     'time': 67,
     'shots': 10,
     'goals': 3,
     'xG': 3.1167093329131603,
     'against': {'shots': 7, 'goals': 0, 'xG': 0.20798438880592585}},
    '5-3-2': {'stat': '5-3-2',
     'time': 59,
     'shots': 7,
     'goals': 0,
     'xG': 0.7661972809582949,
     'against': {'shots': 3, 'goals': 2, 'xG': 1.0216705445200205}},
    '3-1-4-2': {'stat': '3-1-4-2',
     'time': 21,
     'shots': 2,
     'goals': 0,
     'xG': 0.17236224561929703,
     'against': {'shots': 6, 'goals': 2, 'xG': 1.9051744267344475}},
    '4-5-1': {'stat': '4-5-1',
     'time': 11,
     'shots': 1,
     'goals': 0,
     'xG': 0.015534060075879097,
     'against': {'shots': 2, 'goals': 0, 'xG': 0.12943801283836365}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1655,
     'shots': 212,
     'goals': 26,
     'xG': 28.287849330343306,
     'against': {'shots': 169, 'goals': 25, 'xG': 27.147161131259054}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 614,
     'shots': 95,
     'goals': 20,
     'xG': 16.83736922312528,
     'against': {'shots': 78, 'goals': 6, 'xG': 7.954449143260717}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 578,
     'shots': 74,
     'goals': 13,
     'xG': 12.618143572472036,
     'against': {'shots': 95, 'goals': 12, 'xG': 13.851617825217545}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 525,
     'shots': 87,
     'goals': 15,
     'xG': 10.621616643853486,
     'against': {'shots': 54, 'goals': 8, 'xG': 9.958771823905408}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 349,
     'shots': 48,
     'goals': 2,
     'xG': 5.169273654930294,
     'against': {'shots': 62, 'goals': 10, 'xG': 11.817134279757738}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 77,
     'goals': 9,
     'xG': 12.514702932909131,
     'against': {'shots': 66, 'goals': 8, 'xG': 9.340984380804002}},
    '16-30': {'stat': '16-30',
     'shots': 94,
     'goals': 18,
     'xG': 15.042608631774783,
     'against': {'shots': 49, 'goals': 7, 'xG': 8.96288053272292}},
    '31-45': {'stat': '31-45',
     'shots': 73,
     'goals': 9,
     'xG': 7.374536576680839,
     'against': {'shots': 67, 'goals': 5, 'xG': 8.686829993501306}},
    '46-60': {'stat': '46-60',
     'shots': 89,
     'goals': 11,
     'xG': 12.02433284278959,
     'against': {'shots': 98, 'goals': 19, 'xG': 16.292025943286717}},
    '61-75': {'stat': '61-75',
     'shots': 87,
     'goals': 10,
     'xG': 11.512064813636243,
     'against': {'shots': 71, 'goals': 12, 'xG': 11.074937864206731}},
    '76+': {'stat': '76+',
     'shots': 96,
     'goals': 19,
     'xG': 15.066006626933813,
     'against': {'shots': 107, 'goals': 10, 'xG': 16.371475488878787}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 4,
     'goals': 4,
     'xG': 4,
     'against': {'shots': 4, 'goals': 4, 'xG': 4}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 149,
     'goals': 10,
     'xG': 5.196855876594782,
     'against': {'shots': 125, 'goals': 9, 'xG': 4.361185878049582}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 315,
     'goals': 48,
     'xG': 45.81826913356781,
     'against': {'shots': 277, 'goals': 35, 'xG': 41.856358686462045}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 48,
     'goals': 14,
     'xG': 18.519127414561808,
     'against': {'shots': 52, 'goals': 13, 'xG': 20.511589638888836}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 301,
     'goals': 47,
     'xG': 44.16535628028214,
     'against': {'shots': 278, 'goals': 34, 'xG': 38.936701878905296}},
    'Standard': {'stat': 'Standard',
     'shots': 136,
     'goals': 17,
     'xG': 15.774235263466835,
     'against': {'shots': 107, 'goals': 17, 'xG': 17.804791880771518}},
    'Slow': {'stat': 'Slow',
     'shots': 42,
     'goals': 5,
     'xG': 7.161434124223888,
     'against': {'shots': 42, 'goals': 7, 'xG': 7.294222218450159}},
    'Fast': {'stat': 'Fast',
     'shots': 37,
     'goals': 7,
     'xG': 6.433226756751537,
     'against': {'shots': 31, 'goals': 3, 'xG': 6.69341822527349}}},
   'result': {'MissedShots': {'shots': 173,
     'goals': 0,
     'xG': 20.44530776795,
     'against': {'shots': 157, 'goals': 0, 'xG': 13.518150021787733}},
    'BlockedShot': {'shots': 147,
     'goals': 0,
     'xG': 9.378186710178852,
     'against': {'shots': 118, 'goals': 0, 'xG': 9.23548636585474}},
    'Goal': {'shots': 76,
     'goals': 76,
     'xG': 27.6920035649091,
     'against': {'shots': 61, 'goals': 61, 'xG': 24.460569073446095}},
    'ShotOnPost': {'shots': 8,
     'goals': 0,
     'xG': 0.4803647790104151,
     'against': {'shots': 6, 'goals': 0, 'xG': 2.223158061504364}},
    'SavedShot': {'shots': 112,
     'goals': 0,
     'xG': 15.538389602676034,
     'against': {'shots': 116, 'goals': 0, 'xG': 21.29177068080753}}}},
  'players_data': [{'id': '8865',
    'player_name': 'Ollie Watkins',
    'games': '37',
    'time': '3250',
    'goals': '19',
    'xG': '19.26459836959839',
    'assists': '13',
    'xA': '7.745744535699487',
    'shots': '106',
    'key_passes': '45',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F',
    'team_title': 'Aston Villa',
    'npg': '19',
    'npxG': '19.26459836959839',
    'xGChain': '29.229417741298676',
    'xGBuildup': '5.899641819298267'},
   {'id': '5221',
    'player_name': 'Leon Bailey',
    'games': '35',
    'time': '2112',
    'goals': '10',
    'xG': '6.4655649326741695',
    'assists': '9',
    'xA': '10.299157902598381',
    'shots': '53',
    'key_passes': '51',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Aston Villa',
    'npg': '10',
    'npxG': '6.4655649326741695',
    'xGChain': '17.98974223807454',
    'xGBuildup': '6.671372391283512'},
   {'id': '6122',
    'player_name': 'Douglas Luiz',
    'games': '35',
    'time': '3043',
    'goals': '9',
    'xG': '7.572099968791008',
    'assists': '5',
    'xA': '5.288189608603716',
    'shots': '48',
    'key_passes': '53',
    'yellow_cards': '12',
    'red_cards': '0',
    'position': 'M',
    'team_title': 'Aston Villa',
    'npg': '5',
    'npxG': '4.527424611151218',
    'xGChain': '17.31126916781068',
    'xGBuildup': '13.624405791983008'},
   {'id': '6556',
    'player_name': 'Moussa Diaby',
    'games': '38',
    'time': '2233',
    'goals': '6',
    'xG': '6.457844961434603',
    'assists': '8',
    'xA': '8.6211255826056',
    'shots': '54',
    'key_passes': '46',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Aston Villa',
    'npg': '6',
    'npxG': '6.457844961434603',
    'xGChain': '17.952719137072563',
    'xGBuildup': '6.211081475019455'},
   {'id': '7723',
    'player_name': 'John McGinn',
    'games': '35',
    'time': '3053',
    'goals': '6',
    'xG': '4.672283694148064',
    'assists': '4',
    'xA': '5.626847393810749',
    'shots': '40',
    'key_passes': '45',
    'yellow_cards': '9',
    'red_cards': '1',
    'position': 'M',
    'team_title': 'Aston Villa',
    'npg': '6',
    'npxG': '4.672283694148064',
    'xGChain': '20.780676677823067',
    'xGBuildup': '13.845141869038343'},
   {'id': '11366',
    'player_name': 'Jhon Durán',
    'games': '23',
    'time': '394',
    'goals': '5',
    'xG': '1.9487376604229212',
    'assists': '0',
    'xA': '0.2149669798091054',
    'shots': '20',
    'key_passes': '4',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Aston Villa',
    'npg': '5',
    'npxG': '1.9487376604229212',
    'xGChain': '3.182466324418783',
    'xGBuildup': '1.1166265159845352'},
   {'id': '12412',
    'player_name': 'Morgan Rogers',
    'games': '11',
    'time': '652',
    'goals': '3',
    'xG': '1.086574248969555',
    'assists': '1',
    'xA': '0.9047513920813799',
    'shots': '11',
    'key_passes': '9',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Aston Villa',
    'npg': '3',
    'npxG': '1.086574248969555',
    'xGChain': '3.6785017512738705',
    'xGBuildup': '2.2780009116977453'},
   {'id': '4120',
    'player_name': 'Álex Moreno',
    'games': '21',
    'time': '1033',
    'goals': '2',
    'xG': '1.4437588155269623',
    'assists': '0',
    'xA': '1.1591111738234758',
    'shots': '8',
    'key_passes': '11',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Aston Villa',
    'npg': '2',
    'npxG': '1.4437588155269623',
    'xGChain': '6.872497453354299',
    'xGBuildup': '4.588940887711942'},
   {'id': '5956',
    'player_name': 'Youri Tielemans',
    'games': '32',
    'time': '1580',
    'goals': '2',
    'xG': '1.0049287639558315',
    'assists': '6',
    'xA': '3.0543287601321936',
    'shots': '14',
    'key_passes': '18',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Aston Villa',
    'npg': '2',
    'npxG': '1.0049287639558315',
    'xGChain': '10.675306875258684',
    'xGBuildup': '8.060789976269007'},
   {'id': '6221',
    'player_name': 'Pau Torres',
    'games': '29',
    'time': '2467',
    'goals': '2',
    'xG': '1.5308636222034693',
    'assists': '0',
    'xA': '0.6226628543809056',
    'shots': '12',
    'key_passes': '8',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Aston Villa',
    'npg': '2',
    'npxG': '1.5308636222034693',
    'xGChain': '12.13946529570967',
    'xGBuildup': '11.884302482940257'},
   {'id': '6686',
    'player_name': 'Nicolo Zaniolo',
    'games': '25',
    'time': '820',
    'goals': '2',
    'xG': '3.7046729400753975',
    'assists': '0',
    'xA': '0.6395295020192862',
    'shots': '27',
    'key_passes': '10',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Aston Villa',
    'npg': '2',
    'npxG': '3.7046729400753975',
    'xGChain': '5.261115295812488',
    'xGBuildup': '1.7181058693677187'},
   {'id': '8864',
    'player_name': 'Matthew Cash',
    'games': '29',
    'time': '2142',
    'goals': '2',
    'xG': '4.486114578321576',
    'assists': '2',
    'xA': '2.969944916665554',
    'shots': '33',
    'key_passes': '13',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Aston Villa',
    'npg': '2',
    'npxG': '4.486114578321576',
    'xGChain': '14.261767610907555',
    'xGBuildup': '8.849687004461884'},
   {'id': '1823',
    'player_name': 'Lucas Digne',
    'games': '33',
    'time': '2406',
    'goals': '1',
    'xG': '1.2978818826377392',
    'assists': '3',
    'xA': '2.9300744011998177',
    'shots': '20',
    'key_passes': '37',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Aston Villa',
    'npg': '1',
    'npxG': '1.2978818826377392',
    'xGChain': '10.579740032553673',
    'xGBuildup': '9.227116078138351'},
   {'id': '7236',
    'player_name': 'Leander Dendoncker',
    'games': '8',
    'time': '117',
    'goals': '1',
    'xG': '0.8101427890360355',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Aston Villa',
    'npg': '1',
    'npxG': '0.8101427890360355',
    'xGChain': '0.636492345482111',
    'xGBuildup': '0.5911310315132141'},
   {'id': '7726',
    'player_name': 'Ezri Konsa Ngoyo',
    'games': '35',
    'time': '3090',
    'goals': '1',
    'xG': '2.3284507524222136',
    'assists': '0',
    'xA': '0.6873185783624649',
    'shots': '19',
    'key_passes': '8',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Aston Villa',
    'npg': '1',
    'npxG': '2.3284507524222136',
    'xGChain': '14.659921541810036',
    'xGBuildup': '13.562622778117657'},
   {'id': '8941',
    'player_name': 'Jacob Ramsey',
    'games': '16',
    'time': '824',
    'goals': '1',
    'xG': '2.316869243979454',
    'assists': '1',
    'xA': '0.9168627075850964',
    'shots': '19',
    'key_passes': '9',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Aston Villa',
    'npg': '1',
    'npxG': '2.316869243979454',
    'xGChain': '5.194736570119858',
    'xGBuildup': '2.25878119841218'},
   {'id': '488',
    'player_name': 'Philippe Coutinho',
    'games': '2',
    'time': '18',
    'goals': '0',
    'xG': '0.14225715398788452',
    'assists': '0',
    'xA': '0',
    'shots': '3',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0.14225715398788452',
    'xGChain': '0.14225715398788452',
    'xGBuildup': '0.011847329325973988'},
   {'id': '508',
    'player_name': 'Calum Chambers',
    'games': '5',
    'time': '137',
    'goals': '0',
    'xG': '0',
    'assists': '1',
    'xA': '0.05676691234111786',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.6117476709187031',
    'xGBuildup': '0.6117476709187031'},
   {'id': '695',
    'player_name': 'Bertrand Traoré',
    'games': '2',
    'time': '7',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '1024',
    'player_name': 'Tyrone Mings',
    'games': '1',
    'time': '30',
    'goals': '0',
    'xG': '0.01415904238820076',
    'assists': '0',
    'xA': '0.13778242468833923',
    'shots': '1',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0.01415904238820076',
    'xGChain': '0.13778242468833923',
    'xGBuildup': '0'},
   {'id': '4401',
    'player_name': 'Emiliano Martinez',
    'games': '34',
    'time': '3022',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.018454523757100105',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '9.158851562067866',
    'xGBuildup': '9.140397010371089'},
   {'id': '5050',
    'player_name': 'Clement Lenglet',
    'games': '14',
    'time': '1167',
    'goals': '0',
    'xG': '0.9835287630558014',
    'assists': '1',
    'xA': '0.8562045320868492',
    'shots': '7',
    'key_passes': '2',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0.9835287630558014',
    'xGChain': '7.290762335062027',
    'xGBuildup': '7.290762335062027'},
   {'id': '5712',
    'player_name': 'Diego Carlos',
    'games': '27',
    'time': '1784',
    'goals': '0',
    'xG': '1.8101312145590782',
    'assists': '0',
    'xA': '0.1100177364423871',
    'shots': '9',
    'key_passes': '4',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '1.8101312145590782',
    'xGChain': '5.879810709506273',
    'xGBuildup': '5.67356039211154'},
   {'id': '5789',
    'player_name': 'Boubacar Kamara',
    'games': '20',
    'time': '1686',
    'goals': '0',
    'xG': '0.14352729450911283',
    'assists': '1',
    'xA': '1.0960499802604318',
    'shots': '5',
    'key_passes': '20',
    'yellow_cards': '7',
    'red_cards': '1',
    'position': 'M',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0.14352729450911283',
    'xGChain': '9.230381686240435',
    'xGBuildup': '8.439194424077868'},
   {'id': '6962',
    'player_name': 'Robin Olsen',
    'games': '5',
    'time': '398',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.27475402504205704',
    'xGBuildup': '0.27475402504205704'},
   {'id': '9409',
    'player_name': 'Kaine Hayden',
    'games': '3',
    'time': '3',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '9415',
    'player_name': 'Jaden Philogene-Bidace',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.10713136941194534',
    'xGBuildup': '0.10713136941194534'},
   {'id': '9554',
    'player_name': 'Tim Iroegbunam',
    'games': '9',
    'time': '136',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.08667697012424469',
    'xGBuildup': '0.08667697012424469'},
   {'id': '9912',
    'player_name': 'Cameron Archer',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '11739',
    'player_name': 'Omari Kellyman',
    'games': '2',
    'time': '25',
    'goals': '0',
    'xG': '0.04926174506545067',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0.04926174506545067',
    'xGChain': '0.04926174506545067',
    'xGBuildup': '0'},
   {'id': '12581',
    'player_name': 'Finley Munroe',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Aston Villa',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'}]},
 'https://understat.com/team/Everton/2023': {'matches': [{'id': '22279',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '2.59001', 'a': '1.58144'},
    'datetime': '2023-08-12 14:00:00',
    'forecast': {'w': 0.594021603270373,
     'd': 0.18172625110138316,
     'l': 0.22425203732200977},
    'result': 'l'},
   {'id': '22292',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '3.24336', 'a': '0.721465'},
    'datetime': '2023-08-20 13:00:00',
    'forecast': {'w': 0.852945084257316,
     'd': 0.09717111784027617,
     'l': 0.04988207331769941},
    'result': 'l'},
   {'id': '22299',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.89792', 'a': '1.40228'},
    'datetime': '2023-08-26 14:00:00',
    'forecast': {'w': 0.49187603746715336,
     'd': 0.22320695762628304,
     'l': 0.28491700293370975},
    'result': 'l'},
   {'id': '21926',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.575', 'a': '2.73871'},
    'datetime': '2023-09-02 11:30:00',
    'forecast': {'w': 0.20551089095022984,
     'd': 0.17282001087780594,
     'l': 0.6216688803509296},
    'result': 'd'},
   {'id': '21941',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.28317', 'a': '0.802605'},
    'datetime': '2023-09-17 15:30:00',
    'forecast': {'w': 0.12293793561015756,
     'd': 0.41884843206058436,
     'l': 0.45821363232924467},
    'result': 'l'},
   {'id': '21949',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.57402', 'a': '2.51497'},
    'datetime': '2023-09-23 16:30:00',
    'forecast': {'w': 0.23226081133786525,
     'd': 0.18601562000932884,
     'l': 0.5817234939057714},
    'result': 'w'},
   {'id': '21956',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '3.65377', 'a': '1.5102'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.7666067614171308,
     'd': 0.11908280192134954,
     'l': 0.11430338461523429},
    'result': 'l'},
   {'id': '21969',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.16482', 'a': '0.981732'},
    'datetime': '2023-10-07 14:00:00',
    'forecast': {'w': 0.799024974949618,
     'd': 0.11923108218013938,
     'l': 0.08174265898615092},
    'result': 'w'},
   {'id': '21979',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.28568', 'a': '0.0937725'},
    'datetime': '2023-10-21 11:30:00',
    'forecast': {'w': 0.8763633240159082,
     'd': 0.11353802771991788,
     'l': 0.010098626268517952},
    'result': 'l'},
   {'id': '21993',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.618578', 'a': '0.733813'},
    'datetime': '2023-10-29 13:00:00',
    'forecast': {'w': 0.269917048703301,
     'd': 0.39002775714726057,
     'l': 0.3400551941494348},
    'result': 'w'},
   {'id': '21997',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.617607', 'a': '0.442489'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.3339238355333762,
     'd': 0.4477622749326447,
     'l': 0.2183138895339788},
    'result': 'd'},
   {'id': '22010',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '1.89194', 'a': '1.7904'},
    'datetime': '2023-11-11 15:00:00',
    'forecast': {'w': 0.41215838522763043,
     'd': 0.2163629197502818,
     'l': 0.37147869226746794},
    'result': 'w'},
   {'id': '22017',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '2.49764', 'a': '2.07334'},
    'datetime': '2023-11-26 16:30:00',
    'forecast': {'w': 0.48187913422468454,
     'd': 0.18924646152610944,
     'l': 0.32887432971292835},
    'result': 'l'},
   {'id': '22033',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.673085', 'a': '0.623789'},
    'datetime': '2023-12-02 17:30:00',
    'forecast': {'w': 0.31483892136795116,
     'd': 0.40079483190620957,
     'l': 0.284366246725838},
    'result': 'w'},
   {'id': '22037',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.95393', 'a': '1.29564'},
    'datetime': '2023-12-07 19:30:00',
    'forecast': {'w': 0.7115131603496325,
     'd': 0.14958852805021403,
     'l': 0.138897756928465},
    'result': 'w'},
   {'id': '22048',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.11437', 'a': '0.885512'},
    'datetime': '2023-12-10 14:00:00',
    'forecast': {'w': 0.40692875775665954,
     'd': 0.3057083844601399,
     'l': 0.28736285778177795},
    'result': 'w'},
   {'id': '22058',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.811435', 'a': '2.22305'},
    'datetime': '2023-12-16 17:30:00',
    'forecast': {'w': 0.12239081135402557,
     'd': 0.18278554908378214,
     'l': 0.6948236241945452},
    'result': 'w'},
   {'id': '22071',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.57527', 'a': '1.98385'},
    'datetime': '2023-12-23 15:00:00',
    'forecast': {'w': 0.3091196363178092,
     'd': 0.21640102137097497,
     'l': 0.47447933867131264},
    'result': 'l'},
   {'id': '22081',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.23529', 'a': '2.28321'},
    'datetime': '2023-12-27 20:15:00',
    'forecast': {'w': 0.19646058982007564,
     'd': 0.19433426481119814,
     'l': 0.6092051236714964},
    'result': 'l'},
   {'id': '22094',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.64477', 'a': '0.519641'},
    'datetime': '2023-12-30 15:00:00',
    'forecast': {'w': 0.8251609383397438,
     'd': 0.12355674888200903,
     'l': 0.051282172101387934},
    'result': 'l'},
   {'id': '22098',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.03664', 'a': '1.3435'},
    'datetime': '2024-01-14 14:00:00',
    'forecast': {'w': 0.2886816249234827,
     'd': 0.2738741321075082,
     'l': 0.4374442429502531},
    'result': 'd'},
   {'id': '22106',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '2.37499', 'a': '2.83317'},
    'datetime': '2024-01-30 19:45:00',
    'forecast': {'w': 0.334148763209505,
     'd': 0.17637319737841883,
     'l': 0.48947767178947726},
    'result': 'd'},
   {'id': '22121',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.25881', 'a': '0.922371'},
    'datetime': '2024-02-03 12:30:00',
    'forecast': {'w': 0.8202750691476212,
     'd': 0.10970211560275965,
     'l': 0.07002098949990894},
    'result': 'd'},
   {'id': '22130',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.58971', 'a': '0.192072'},
    'datetime': '2024-02-10 12:30:00',
    'forecast': {'w': 0.735017286197654,
     'd': 0.22379728728945153,
     'l': 0.04118542633175592},
    'result': 'l'},
   {'id': '22137',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.44588', 'a': '0.734685'},
    'datetime': '2024-02-19 20:00:00',
    'forecast': {'w': 0.7504644769676585,
     'd': 0.1573069169919372,
     'l': 0.09222855367471554},
    'result': 'd'},
   {'id': '22148',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.6538', 'a': '0.286655'},
    'datetime': '2024-02-24 15:00:00',
    'forecast': {'w': 0.7204493136883279,
     'd': 0.22024168863472943,
     'l': 0.05930899736822485},
    'result': 'd'},
   {'id': '22157',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '3.12075', 'a': '2.17948'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.5730460915989906,
     'd': 0.1649568956944063,
     'l': 0.2619959172009257},
    'result': 'l'},
   {'id': '22172',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.9016', 'a': '1.8214'},
    'datetime': '2024-03-09 12:30:00',
    'forecast': {'w': 0.6019003571598599,
     'd': 0.16937700939837805,
     'l': 0.22872218704423883},
    'result': 'l'},
   {'id': '22185',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.39268', 'a': '0.93378'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.47554133868123943,
     'd': 0.27237669519784125,
     'l': 0.25208196609089917},
    'result': 'l'},
   {'id': '22202',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.65009', 'a': '1.69834'},
    'datetime': '2024-04-02 18:30:00',
    'forecast': {'w': 0.5816505101828637,
     'd': 0.18040703630350988,
     'l': 0.23794230880391026},
    'result': 'd'},
   {'id': '22208',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.659844', 'a': '0.34699'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.3775344436424694,
     'd': 0.45394168742521457,
     'l': 0.16852386893231516},
    'result': 'w'},
   {'id': '22219',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '6', 'a': '0'},
    'xG': {'h': '3.37093', 'a': '1.21791'},
    'datetime': '2024-04-15 19:00:00',
    'forecast': {'w': 0.7819965706845932,
     'd': 0.12020398405066643,
     'l': 0.09779671117485311},
    'result': 'l'},
   {'id': '22228',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '0.473233', 'a': '1.18916'},
    'datetime': '2024-04-21 12:30:00',
    'forecast': {'w': 0.1473579421541672,
     'd': 0.3124199118153732,
     'l': 0.5402221460270786},
    'result': 'w'},
   {'id': '22179',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.89111', 'a': '1.87155'},
    'datetime': '2024-04-24 19:00:00',
    'forecast': {'w': 0.3968556185790956,
     'd': 0.2140502473631426,
     'l': 0.3890941305961233},
    'result': 'w'},
   {'id': '22237',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.21399', 'a': '0.956356'},
    'datetime': '2024-04-27 16:30:00',
    'forecast': {'w': 0.41978743563788384,
     'd': 0.2904549894034125,
     'l': 0.2897575749540395},
    'result': 'w'},
   {'id': '22252',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.950391', 'a': '1.22959'},
    'datetime': '2024-05-03 19:00:00',
    'forecast': {'w': 0.285144966695291,
     'd': 0.28913355818240816,
     'l': 0.42572147511677816},
    'result': 'd'},
   {'id': '22257',
    'isResult': True,
    'side': 'h',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.82411', 'a': '0.465523'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.7055803960418205,
     'd': 0.20740687534031851,
     'l': 0.08701272747175672},
    'result': 'w'},
   {'id': '22265',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '3.2117', 'a': '0.664904'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.859396045007216,
     'd': 0.09501480806451884,
     'l': 0.045587614106983136},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 345,
     'goals': 19,
     'xG': 37.209015764761716,
     'against': {'shots': 389, 'goals': 33, 'xG': 46.366693266201764}},
    'FromCorner': {'shots': 93,
     'goals': 12,
     'xG': 14.416512445546687,
     'against': {'shots': 112, 'goals': 9, 'xG': 9.32255760487169}},
    'SetPiece': {'shots': 51,
     'goals': 6,
     'xG': 8.279872409068048,
     'against': {'shots': 18, 'goals': 1, 'xG': 1.9609495243057609}},
    'DirectFreekick': {'shots': 14,
     'goals': 1,
     'xG': 0.8684240691363811,
     'against': {'shots': 12, 'goals': 0, 'xG': 0.9539379924535751}},
    'Penalty': {'shots': 3,
     'goals': 2,
     'xG': 2.2835065126419067,
     'against': {'shots': 8, 'goals': 8, 'xG': 6.089276492595673}}},
   'formation': {'4-4-1-1': {'stat': '4-4-1-1',
     'time': 2748,
     'shots': 409,
     'goals': 35,
     'xG': 51.38641845434904,
     'against': {'shots': 393, 'goals': 34, 'xG': 48.17450965568423}},
    '4-2-3-1': {'stat': '4-2-3-1',
     'time': 361,
     'shots': 39,
     'goals': 2,
     'xG': 4.076884836889803,
     'against': {'shots': 67, 'goals': 6, 'xG': 6.4092352744191885}},
    '5-4-1': {'stat': '5-4-1',
     'time': 189,
     'shots': 19,
     'goals': 2,
     'xG': 3.1904798531904817,
     'against': {'shots': 27, 'goals': 4, 'xG': 3.5896290368400514}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 172,
     'shots': 18,
     'goals': 0,
     'xG': 2.128481416963041,
     'against': {'shots': 21, 'goals': 4, 'xG': 3.710907317698002}},
    '4-5-1': {'stat': '4-5-1',
     'time': 94,
     'shots': 8,
     'goals': 0,
     'xG': 0.283169811591506,
     'against': {'shots': 13, 'goals': 1, 'xG': 0.8250224553048611}},
    '4-4-2': {'stat': '4-4-2',
     'time': 53,
     'shots': 10,
     'goals': 1,
     'xG': 1.8904813644476235,
     'against': {'shots': 3, 'goals': 1, 'xG': 0.5650884881615639}},
    '5-3-2': {'stat': '5-3-2',
     'time': 42,
     'shots': 2,
     'goals': 0,
     'xG': 0.023676113225519657,
     'against': {'shots': 12, 'goals': 1, 'xG': 1.1455004317685962}},
    '4-3-3': {'stat': '4-3-3',
     'time': 31,
     'shots': 1,
     'goals': 0,
     'xG': 0.07773935049772263,
     'against': {'shots': 3, 'goals': 0, 'xG': 0.2735222205519676}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 2020,
     'shots': 262,
     'goals': 23,
     'xG': 34.01928061898798,
     'against': {'shots': 291, 'goals': 22, 'xG': 32.188398505561054}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 568,
     'shots': 63,
     'goals': 7,
     'xG': 6.26554758567363,
     'against': {'shots': 104, 'goals': 10, 'xG': 10.866061859764159}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 535,
     'shots': 89,
     'goals': 6,
     'xG': 11.602581462822855,
     'against': {'shots': 62, 'goals': 11, 'xG': 11.716492928564548}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 358,
     'shots': 63,
     'goals': 2,
     'xG': 6.640073604416102,
     'against': {'shots': 49, 'goals': 8, 'xG': 7.868700790219009}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 209,
     'shots': 29,
     'goals': 2,
     'xG': 4.529847929254174,
     'against': {'shots': 33, 'goals': 0, 'xG': 2.0537607963196933}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 68,
     'goals': 5,
     'xG': 9.869108569808304,
     'against': {'shots': 75, 'goals': 7, 'xG': 7.231815694831312}},
    '16-30': {'stat': '16-30',
     'shots': 81,
     'goals': 8,
     'xG': 11.432239254470915,
     'against': {'shots': 66, 'goals': 10, 'xG': 9.531956249848008}},
    '31-45': {'stat': '31-45',
     'shots': 87,
     'goals': 3,
     'xG': 12.024520992301404,
     'against': {'shots': 69, 'goals': 5, 'xG': 7.100772453472018}},
    '46-60': {'stat': '46-60',
     'shots': 92,
     'goals': 9,
     'xG': 9.847200096119195,
     'against': {'shots': 113, 'goals': 6, 'xG': 12.233073949813843}},
    '61-75': {'stat': '61-75',
     'shots': 73,
     'goals': 5,
     'xG': 7.068039973266423,
     'against': {'shots': 105, 'goals': 12, 'xG': 14.557935430668294}},
    '76+': {'stat': '76+',
     'shots': 105,
     'goals': 10,
     'xG': 12.816222315188497,
     'against': {'shots': 111, 'goals': 11, 'xG': 14.037861101794988}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 3, 'goals': 3, 'xG': 3}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 179,
     'goals': 6,
     'xG': 6.047843312378973,
     'against': {'shots': 173, 'goals': 6, 'xG': 5.917261133436114}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 254,
     'goals': 21,
     'xG': 31.98286975733936,
     'against': {'shots': 315, 'goals': 31, 'xG': 38.93484398908913}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 73,
     'goals': 13,
     'xG': 25.026618131436408,
     'against': {'shots': 48, 'goals': 11, 'xG': 16.84130975790322}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 279,
     'goals': 13,
     'xG': 27.838106448296458,
     'against': {'shots': 323, 'goals': 24, 'xG': 35.374225752893835}},
    'Standard': {'stat': 'Standard',
     'shots': 161,
     'goals': 21,
     'xG': 25.848315436393023,
     'against': {'shots': 150, 'goals': 18, 'xG': 18.3267216142267}},
    'Slow': {'stat': 'Slow',
     'shots': 37,
     'goals': 2,
     'xG': 3.8005106542259455,
     'against': {'shots': 36, 'goals': 5, 'xG': 5.7080072555691}},
    'Fast': {'stat': 'Fast',
     'shots': 29,
     'goals': 4,
     'xG': 5.570398662239313,
     'against': {'shots': 30, 'goals': 4, 'xG': 5.284460257738829}}},
   'result': {'MissedShots': {'shots': 201,
     'goals': 0,
     'xG': 16.558058955706656,
     'against': {'shots': 179, 'goals': 0, 'xG': 15.563402477186173}},
    'BlockedShot': {'shots': 136,
     'goals': 0,
     'xG': 9.126165204681456,
     'against': {'shots': 182, 'goals': 0, 'xG': 12.092142315581441}},
    'Goal': {'shots': 40,
     'goals': 40,
     'xG': 16.119818286970258,
     'against': {'shots': 51, 'goals': 51, 'xG': 23.674518078565598}},
    'SavedShot': {'shots': 115,
     'goals': 0,
     'xG': 19.603025452699512,
     'against': {'shots': 117, 'goals': 0, 'xG': 12.35331415105611}},
    'ShotOnPost': {'shots': 14,
     'goals': 0,
     'xG': 1.6502633010968566,
     'against': {'shots': 10, 'goals': 0, 'xG': 1.0100378580391407}}}},
  'players_data': [{'id': '1726',
    'player_name': 'Abdoulaye Doucouré',
    'games': '32',
    'time': '2678',
    'goals': '7',
    'xG': '10.20444649644196',
    'assists': '1',
    'xA': '2.55271128565073',
    'shots': '47',
    'key_passes': '33',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M',
    'team_title': 'Everton',
    'npg': '7',
    'npxG': '10.20444649644196',
    'xGChain': '13.33745107613504',
    'xGBuildup': '5.22493714094162'},
   {'id': '5555',
    'player_name': 'Dominic Calvert-Lewin',
    'games': '32',
    'time': '2234',
    'goals': '7',
    'xG': '13.627293583005667',
    'assists': '2',
    'xA': '3.068425781559199',
    'shots': '73',
    'key_passes': '19',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Everton',
    'npg': '5',
    'npxG': '12.104955926537514',
    'xGChain': '11.614983171224594',
    'xGBuildup': '1.8352613244205713'},
   {'id': '668',
    'player_name': 'Idrissa Gueye',
    'games': '25',
    'time': '1930',
    'goals': '4',
    'xG': '1.6615520063787699',
    'assists': '0',
    'xA': '1.0346810910850763',
    'shots': '26',
    'key_passes': '15',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Everton',
    'npg': '4',
    'npxG': '1.6615520063787699',
    'xGChain': '7.9041884783655405',
    'xGBuildup': '5.927652306854725'},
   {'id': '6756',
    'player_name': 'Dwight McNeil',
    'games': '35',
    'time': '2914',
    'goals': '3',
    'xG': '3.64070400595665',
    'assists': '6',
    'xA': '10.325187070295215',
    'shots': '57',
    'key_passes': '69',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Everton',
    'npg': '3',
    'npxG': '3.64070400595665',
    'xGChain': '14.694117410108447',
    'xGBuildup': '5.355050271376967'},
   {'id': '8476',
    'player_name': 'Jarrad Branthwaite',
    'games': '35',
    'time': '3122',
    'goals': '3',
    'xG': '1.9108920088037848',
    'assists': '0',
    'xA': '0.9319860828109086',
    'shots': '14',
    'key_passes': '4',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Everton',
    'npg': '3',
    'npxG': '1.9108920088037848',
    'xGChain': '6.321832184214145',
    'xGBuildup': '6.261263381689787'},
   {'id': '8720',
    'player_name': 'Jack Harrison',
    'games': '29',
    'time': '2229',
    'goals': '3',
    'xG': '4.149862082675099',
    'assists': '3',
    'xA': '4.3471535332500935',
    'shots': '34',
    'key_passes': '27',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Everton',
    'npg': '3',
    'npxG': '4.149862082675099',
    'xGChain': '8.462419219315052',
    'xGBuildup': '2.3600274678319693'},
   {'id': '9983',
    'player_name': 'Beto',
    'games': '30',
    'time': '898',
    'goals': '3',
    'xG': '7.16694748448208',
    'assists': '0',
    'xA': '1.1942407237365842',
    'shots': '43',
    'key_passes': '11',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Everton',
    'npg': '3',
    'npxG': '6.405778587330133',
    'xGChain': '7.352622885257006',
    'xGBuildup': '1.000561224296689'},
   {'id': '9667',
    'player_name': 'Amadou Onana',
    'games': '30',
    'time': '2093',
    'goals': '2',
    'xG': '2.553437914699316',
    'assists': '0',
    'xA': '2.4138805400580168',
    'shots': '29',
    'key_passes': '18',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Everton',
    'npg': '2',
    'npxG': '2.553437914699316',
    'xGChain': '10.676468232646585',
    'xGBuildup': '8.992594484239817'},
   {'id': '10291',
    'player_name': 'Vitalii Mykolenko',
    'games': '28',
    'time': '2482',
    'goals': '2',
    'xG': '1.9085629284381866',
    'assists': '0',
    'xA': '1.246465403586626',
    'shots': '26',
    'key_passes': '13',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Everton',
    'npg': '2',
    'npxG': '1.9085629284381866',
    'xGChain': '7.135594544932246',
    'xGBuildup': '5.507095940411091'},
   {'id': '1653',
    'player_name': 'Michael Keane',
    'games': '9',
    'time': '432',
    'goals': '1',
    'xG': '0.9261618256568909',
    'assists': '0',
    'xA': '0',
    'shots': '6',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Everton',
    'npg': '1',
    'npxG': '0.9261618256568909',
    'xGChain': '0.8365163393318653',
    'xGBuildup': '0.8365163393318653'},
   {'id': '1665',
    'player_name': 'James Tarkowski',
    'games': '38',
    'time': '3420',
    'goals': '1',
    'xG': '3.3438648656010628',
    'assists': '1',
    'xA': '2.9575961800292134',
    'shots': '25',
    'key_passes': '21',
    'yellow_cards': '11',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Everton',
    'npg': '1',
    'npxG': '3.3438648656010628',
    'xGChain': '6.766535404138267',
    'xGBuildup': '6.192924220114946'},
   {'id': '2383',
    'player_name': 'André Gomes',
    'games': '12',
    'time': '476',
    'goals': '1',
    'xG': '0.31534918770194054',
    'assists': '0',
    'xA': '0.26019739359617233',
    'shots': '8',
    'key_passes': '3',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Everton',
    'npg': '1',
    'npxG': '0.31534918770194054',
    'xGChain': '1.3486489057540894',
    'xGBuildup': '0.9295541495084763'},
   {'id': '7438',
    'player_name': 'James Garner',
    'games': '37',
    'time': '3016',
    'goals': '1',
    'xG': '2.2248211354017258',
    'assists': '2',
    'xA': '5.287607742473483',
    'shots': '41',
    'key_passes': '43',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Everton',
    'npg': '1',
    'npxG': '2.2248211354017258',
    'xGChain': '9.332132609561086',
    'xGBuildup': '5.183267613872886'},
   {'id': '8066',
    'player_name': 'Arnaut Danjuma Groeneveld',
    'games': '14',
    'time': '572',
    'goals': '1',
    'xG': '3.4230369105935097',
    'assists': '0',
    'xA': '0.8538514971733093',
    'shots': '25',
    'key_passes': '6',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Everton',
    'npg': '1',
    'npxG': '3.4230369105935097',
    'xGChain': '4.255711138248444',
    'xGBuildup': '0.09537248313426971'},
   {'id': '10027',
    'player_name': 'Lewis Dobbin',
    'games': '12',
    'time': '198',
    'goals': '1',
    'xG': '0.502917317673564',
    'assists': '0',
    'xA': '0.4989037085324526',
    'shots': '5',
    'key_passes': '4',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Everton',
    'npg': '1',
    'npxG': '0.502917317673564',
    'xGChain': '0.6766481157392263',
    'xGBuildup': '0.13552195951342583'},
   {'id': '500',
    'player_name': 'Alex Iwobi',
    'games': '2',
    'time': '150',
    'goals': '0',
    'xG': '0.33197319507598877',
    'assists': '0',
    'xA': '0.22673148661851883',
    'shots': '4',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0.33197319507598877',
    'xGChain': '1.863471359014511',
    'xGBuildup': '1.4011099338531494'},
   {'id': '585',
    'player_name': 'Seamus Coleman',
    'games': '12',
    'time': '654',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.8893022555857897',
    'shots': '0',
    'key_passes': '3',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.3442040607333183',
    'xGBuildup': '1.454901821911335'},
   {'id': '631',
    'player_name': 'Ashley Young',
    'games': '31',
    'time': '2305',
    'goals': '0',
    'xG': '0.5671309139579535',
    'assists': '0',
    'xA': '2.473125728778541',
    'shots': '13',
    'key_passes': '21',
    'yellow_cards': '5',
    'red_cards': '1',
    'position': 'D M S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0.5671309139579535',
    'xGChain': '6.803516559302807',
    'xGBuildup': '5.159970347769558'},
   {'id': '741',
    'player_name': 'Jordan Pickford',
    'games': '38',
    'time': '3420',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.1356039261445403',
    'shots': '0',
    'key_passes': '4',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '4.561621826142073',
    'xGBuildup': '4.441057674586773'},
   {'id': '3621',
    'player_name': 'Neal Maupay',
    'games': '2',
    'time': '103',
    'goals': '0',
    'xG': '1.3754028677940369',
    'assists': '0',
    'xA': '0.13353370130062103',
    'shots': '5',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '1.3754028677940369',
    'xGChain': '1.3316882029175758',
    'xGBuildup': '0.06084267050027847'},
   {'id': '7689',
    'player_name': 'Ben Godfrey',
    'games': '15',
    'time': '1131',
    'goals': '0',
    'xG': '2.1673798076808453',
    'assists': '0',
    'xA': '0.20296811684966087',
    'shots': '15',
    'key_passes': '3',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '2.1673798076808453',
    'xGChain': '1.4282750822603703',
    'xGBuildup': '1.147367212921381'},
   {'id': '9287',
    'player_name': 'Tyler Onyango',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '10292',
    'player_name': 'Nathan Patterson',
    'games': '20',
    'time': '979',
    'goals': '0',
    'xG': '0.45207766257226467',
    'assists': '2',
    'xA': '1.616803351789713',
    'shots': '4',
    'key_passes': '8',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0.45207766257226467',
    'xGChain': '5.134298218414187',
    'xGBuildup': '3.8557239081710577'},
   {'id': '10775',
    'player_name': 'Lewis Warrington',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '11232',
    'player_name': 'Thomas Cannon',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '11984',
    'player_name': 'Youssef Chermiti',
    'games': '18',
    'time': '159',
    'goals': '0',
    'xG': '0.6035170843824744',
    'assists': '0',
    'xA': '0.4252763092517853',
    'shots': '6',
    'key_passes': '3',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Everton',
    'npg': '0',
    'npxG': '0.6035170843824744',
    'xGChain': '1.2006155140697956',
    'xGBuildup': '0.23790132626891136'}]},
 'https://understat.com/team/Bournemouth/2023': {'matches': [{'id': '22277',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.51025', 'a': '1.4834'},
    'datetime': '2023-08-12 14:00:00',
    'forecast': {'w': 0.384274921112153,
     'd': 0.24327038324879768,
     'l': 0.3724546954778415},
    'result': 'd'},
   {'id': '22288',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.25448', 'a': '1.3867'},
    'datetime': '2023-08-19 14:00:00',
    'forecast': {'w': 0.7372016169788966,
     'd': 0.13529973781855767,
     'l': 0.12749684829998542},
    'result': 'l'},
   {'id': '22296',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.483582', 'a': '2.26115'},
    'datetime': '2023-08-26 11:30:00',
    'forecast': {'w': 0.06390005906232832,
     'd': 0.15624683885633314,
     'l': 0.7798530829414299},
    'result': 'l'},
   {'id': '21928',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.07185', 'a': '2.11013'},
    'datetime': '2023-09-02 14:00:00',
    'forecast': {'w': 0.5773220486545756,
     'd': 0.1661191533061523,
     'l': 0.25655789562025244},
    'result': 'd'},
   {'id': '21942',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.32515', 'a': '1.39677'},
    'datetime': '2023-09-17 13:00:00',
    'forecast': {'w': 0.3551670400031806,
     'd': 0.2567819977658767,
     'l': 0.3880509621846986},
    'result': 'd'},
   {'id': '21951',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.14533', 'a': '1.58984'},
    'datetime': '2023-09-24 13:00:00',
    'forecast': {'w': 0.5057171370862179,
     'd': 0.2074562784323658,
     'l': 0.2868265746141756},
    'result': 'l'},
   {'id': '21959',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '0.644443', 'a': '4.0742'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.022410177495226835,
     'd': 0.053060550575578735,
     'l': 0.9245047461133498},
    'result': 'l'},
   {'id': '21969',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.16482', 'a': '0.981732'},
    'datetime': '2023-10-07 14:00:00',
    'forecast': {'w': 0.799024974949618,
     'd': 0.11923108218013938,
     'l': 0.08174265898615092},
    'result': 'l'},
   {'id': '21975',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.01839', 'a': '2.30454'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.15287690550098101,
     'd': 0.18531665026790695,
     'l': 0.661806419781608},
    'result': 'l'},
   {'id': '21985',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.10052', 'a': '0.90255'},
    'datetime': '2023-10-28 14:00:00',
    'forecast': {'w': 0.3986532837030565,
     'd': 0.30612136221112096,
     'l': 0.295225354084603},
    'result': 'w'},
   {'id': '22000',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '6', 'a': '1'},
    'xG': {'h': '2.39949', 'a': '0.643127'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.7639772820829142,
     'd': 0.15510891518897743,
     'l': 0.08091376170758},
    'result': 'l'},
   {'id': '22005',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.78424', 'a': '0.306141'},
    'datetime': '2023-11-11 17:30:00',
    'forecast': {'w': 0.8827991750485145,
     'd': 0.09334145737504695,
     'l': 0.02385910035599863},
    'result': 'w'},
   {'id': '22023',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.816227', 'a': '3.13975'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.06402675205291072,
     'd': 0.11015706208283706,
     'l': 0.825815019632914},
    'result': 'w'},
   {'id': '22025',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.54937', 'a': '0.89511'},
    'datetime': '2023-12-03 14:00:00',
    'forecast': {'w': 0.7313744114671017,
     'd': 0.1585072359908638,
     'l': 0.11011826396599722},
    'result': 'd'},
   {'id': '22043',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.26441', 'a': '1.79997'},
    'datetime': '2023-12-06 19:30:00',
    'forecast': {'w': 0.2690903204677349,
     'd': 0.23105125679809074,
     'l': 0.4998584217664326},
    'result': 'w'},
   {'id': '22051',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '1.11296', 'a': '1.9742'},
    'datetime': '2023-12-09 15:00:00',
    'forecast': {'w': 0.21001130322746234,
     'd': 0.21643104078698527,
     'l': 0.5735576527206903},
    'result': 'w'},
   {'id': '22070',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '0.791806', 'a': '1.89067'},
    'datetime': '2023-12-23 15:00:00',
    'forecast': {'w': 0.15040010699877096,
     'd': 0.21610943805480032,
     'l': 0.6334904531022613},
    'result': 'w'},
   {'id': '22075',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.07911', 'a': '0.324365'},
    'datetime': '2023-12-26 15:00:00',
    'forecast': {'w': 0.790582752604254,
     'd': 0.16245284052494482,
     'l': 0.046964400434756255},
    'result': 'w'},
   {'id': '22092',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.15027', 'a': '1.58229'},
    'datetime': '2023-12-31 14:00:00',
    'forecast': {'w': 0.5082905713953717,
     'd': 0.2071967217720695,
     'l': 0.28451269668254286},
    'result': 'l'},
   {'id': '22102',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '0.834585', 'a': '1.53344'},
    'datetime': '2024-01-21 16:30:00',
    'forecast': {'w': 0.2042998500982909,
     'd': 0.25780299341660057,
     'l': 0.5378971563739086},
    'result': 'l'},
   {'id': '22110',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.3128', 'a': '1.13487'},
    'datetime': '2024-02-01 19:30:00',
    'forecast': {'w': 0.4066891015111778,
     'd': 0.2720888961486682,
     'l': 0.3212220023251054},
    'result': 'd'},
   {'id': '22115',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.1895', 'a': '0.456548'},
    'datetime': '2024-02-04 14:00:00',
    'forecast': {'w': 0.545273790051731,
     'd': 0.3126221205886445,
     'l': 0.14210408935622976},
    'result': 'd'},
   {'id': '22127',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.7456', 'a': '2.60612'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.25219188446489726,
     'd': 0.18342709497089044,
     'l': 0.5643809030084733},
    'result': 'l'},
   {'id': '22141',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.38425', 'a': '2.08098'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.45879555635441255,
     'd': 0.19325177141339153,
     'l': 0.3479526279074328},
    'result': 'd'},
   {'id': '22145',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.925889', 'a': '1.79636'},
    'datetime': '2024-02-24 17:30:00',
    'forecast': {'w': 0.1913600520091154,
     'd': 0.2298354868299005,
     'l': 0.5788044602263915},
    'result': 'l'},
   {'id': '22156',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.60461', 'a': '1.43616'},
    'datetime': '2024-03-03 13:00:00',
    'forecast': {'w': 0.4166675873737961,
     'd': 0.24022634868851345,
     'l': 0.34310606368667257},
    'result': 'w'},
   {'id': '22165',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.92657', 'a': '1.91752'},
    'datetime': '2024-03-09 15:00:00',
    'forecast': {'w': 0.7339474800516496,
     'd': 0.12234059034926258,
     'l': 0.14369577611366338},
    'result': 'd'},
   {'id': '25861',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '4', 'a': '3'},
    'xG': {'h': '2.84403', 'a': '2.79419'},
    'datetime': '2024-03-13 19:30:00',
    'forecast': {'w': 0.4220926814223827,
     'd': 0.17217492625514377,
     'l': 0.4057317652804956},
    'result': 'w'},
   {'id': '22185',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.39268', 'a': '0.93378'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.47554133868123943,
     'd': 0.27237669519784125,
     'l': 0.25208196609089917},
    'result': 'w'},
   {'id': '22195',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.30969', 'a': '0.174389'},
    'datetime': '2024-04-02 18:45:00',
    'forecast': {'w': 0.6703115486627974,
     'd': 0.28152351329738384,
     'l': 0.048164938026961916},
    'result': 'w'},
   {'id': '22210',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.30478', 'a': '0.616108'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.5340052901065048,
     'd': 0.2901153329829245,
     'l': 0.17587937689836242},
    'result': 'l'},
   {'id': '22215',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.38519', 'a': '1.52274'},
    'datetime': '2024-04-13 16:30:00',
    'forecast': {'w': 0.5676351887607539,
     'd': 0.19302045045338592,
     'l': 0.23934432268103717},
    'result': 'd'},
   {'id': '22225',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.62687', 'a': '2.05211'},
    'datetime': '2024-04-21 14:00:00',
    'forecast': {'w': 0.5099248170019711,
     'd': 0.18429947136765476,
     'l': 0.30577557702737074},
    'result': 'l'},
   {'id': '22184',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.484454', 'a': '2.40311'},
    'datetime': '2024-04-24 18:45:00',
    'forecast': {'w': 0.0571146530488489,
     'd': 0.14207655616221423,
     'l': 0.8008087489709951},
    'result': 'w'},
   {'id': '22235',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.48132', 'a': '1.35682'},
    'datetime': '2024-04-28 13:00:00',
    'forecast': {'w': 0.6204214134291703,
     'd': 0.18339090756220225,
     'l': 0.19618761611243696},
    'result': 'w'},
   {'id': '22245',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.91372', 'a': '0.4687'},
    'datetime': '2024-05-04 11:30:00',
    'forecast': {'w': 0.9357036648173992,
     'd': 0.04833362613558444,
     'l': 0.01594714967840549},
    'result': 'l'},
   {'id': '22255',
    'isResult': True,
    'side': 'h',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.07237', 'a': '1.92722'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.20732258558648634,
     'd': 0.21985761831096798,
     'l': 0.572819793726193},
    'result': 'l'},
   {'id': '22269',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.59771', 'a': '2.002'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.31101264319512556,
     'd': 0.21517196042461625,
     'l': 0.4738153922639985},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 423,
     'goals': 41,
     'xG': 50.22101556835696,
     'against': {'shots': 398, 'goals': 50, 'xG': 50.82295896206051}},
    'FromCorner': {'shots': 83,
     'goals': 11,
     'xG': 11.517098436132073,
     'against': {'shots': 90, 'goals': 7, 'xG': 8.107656640931964}},
    'DirectFreekick': {'shots': 18,
     'goals': 0,
     'xG': 1.1850786469876766,
     'against': {'shots': 9, 'goals': 1, 'xG': 0.5244775544852018}},
    'SetPiece': {'shots': 17,
     'goals': 0,
     'xG': 1.5415791245177388,
     'against': {'shots': 28, 'goals': 3, 'xG': 3.5197619311511517}},
    'Penalty': {'shots': 3,
     'goals': 2,
     'xG': 2.2835065126419067,
     'against': {'shots': 7, 'goals': 6, 'xG': 5.328181862831116}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 3406,
     'shots': 504,
     'goals': 50,
     'xG': 61.81643520342186,
     'against': {'shots': 485, 'goals': 59, 'xG': 62.98445919062942}},
    '4-4-2': {'stat': '4-4-2',
     'time': 139,
     'shots': 29,
     'goals': 3,
     'xG': 3.8835882376879454,
     'against': {'shots': 21, 'goals': 1, 'xG': 2.298136506229639}},
    '5-4-1': {'stat': '5-4-1',
     'time': 103,
     'shots': 5,
     'goals': 1,
     'xG': 0.6431273929774761,
     'against': {'shots': 24, 'goals': 7, 'xG': 2.8809592593461275}},
    '4-3-3': {'stat': '4-3-3',
     'time': 55,
     'shots': 6,
     'goals': 0,
     'xG': 0.4051274545490742,
     'against': {'shots': 2, 'goals': 0, 'xG': 0.13948199525475502}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1738,
     'shots': 210,
     'goals': 29,
     'xG': 26.836825283244252,
     'against': {'shots': 221, 'goals': 23, 'xG': 26.70351951709017}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 746,
     'shots': 90,
     'goals': 7,
     'xG': 13.252432632260025,
     'against': {'shots': 123, 'goals': 16, 'xG': 13.78720499528572}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 616,
     'shots': 125,
     'goals': 7,
     'xG': 11.651743024587631,
     'against': {'shots': 99, 'goals': 15, 'xG': 14.651686399243772}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 434,
     'shots': 86,
     'goals': 7,
     'xG': 10.696960154455155,
     'against': {'shots': 62, 'goals': 12, 'xG': 11.490924032405019}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 169,
     'shots': 33,
     'goals': 4,
     'xG': 4.3103171940892935,
     'against': {'shots': 27, 'goals': 1, 'xG': 1.6697020074352622}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 76,
     'goals': 9,
     'xG': 8.473517475649714,
     'against': {'shots': 82, 'goals': 6, 'xG': 6.9845054522156715}},
    '16-30': {'stat': '16-30',
     'shots': 82,
     'goals': 6,
     'xG': 9.857957911677659,
     'against': {'shots': 79, 'goals': 10, 'xG': 10.471290339250118}},
    '31-45': {'stat': '31-45',
     'shots': 76,
     'goals': 3,
     'xG': 8.002444702200592,
     'against': {'shots': 82, 'goals': 11, 'xG': 10.068553589750081}},
    '46-60': {'stat': '46-60',
     'shots': 111,
     'goals': 12,
     'xG': 13.70660862699151,
     'against': {'shots': 111, 'goals': 12, 'xG': 16.026894548907876}},
    '61-75': {'stat': '61-75',
     'shots': 79,
     'goals': 11,
     'xG': 10.541850346140563,
     'against': {'shots': 77, 'goals': 10, 'xG': 9.021751548163593}},
    '76+': {'stat': '76+',
     'shots': 120,
     'goals': 13,
     'xG': 16.165899225976318,
     'against': {'shots': 101, 'goals': 18, 'xG': 15.730041473172605}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 2,
     'goals': 2,
     'xG': 2,
     'against': {'shots': 1, 'goals': 1, 'xG': 1}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 182,
     'goals': 5,
     'xG': 6.690068571362644,
     'against': {'shots': 170, 'goals': 7, 'xG': 5.176365619525313}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 305,
     'goals': 32,
     'xG': 38.03424834832549,
     'against': {'shots': 294, 'goals': 38, 'xG': 39.8770630992949}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 55,
     'goals': 15,
     'xG': 20.02396136894822,
     'against': {'shots': 67, 'goals': 21, 'xG': 22.24960823263973}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 346,
     'goals': 31,
     'xG': 39.14644495630637,
     'against': {'shots': 341, 'goals': 39, 'xG': 43.193564711138606}},
    'Standard': {'stat': 'Standard',
     'shots': 121,
     'goals': 13,
     'xG': 16.527262720279396,
     'against': {'shots': 134, 'goals': 17, 'xG': 17.480077989399433}},
    'Slow': {'stat': 'Slow',
     'shots': 42,
     'goals': 5,
     'xG': 5.030166200362146,
     'against': {'shots': 30, 'goals': 5, 'xG': 2.763946552760899}},
    'Fast': {'stat': 'Fast',
     'shots': 35,
     'goals': 5,
     'xG': 6.044404411688447,
     'against': {'shots': 27, 'goals': 6, 'xG': 4.865447698161006}}},
   'result': {'MissedShots': {'shots': 190,
     'goals': 0,
     'xG': 17.164276387542486,
     'against': {'shots': 168, 'goals': 0, 'xG': 16.062275807838887}},
    'BlockedShot': {'shots': 164,
     'goals': 0,
     'xG': 12.652633086778224,
     'against': {'shots': 157, 'goals': 0, 'xG': 10.607051393948495}},
    'SavedShot': {'shots': 125,
     'goals': 0,
     'xG': 14.206359542440623,
     'against': {'shots': 127, 'goals': 0, 'xG': 13.878799529746175}},
    'Goal': {'shots': 54,
     'goals': 54,
     'xG': 21.4975798279047,
     'against': {'shots': 67, 'goals': 67, 'xG': 25.98287857649848}},
    'ShotOnPost': {'shots': 11,
     'goals': 0,
     'xG': 1.2274294439703226,
     'against': {'shots': 13, 'goals': 0, 'xG': 1.7720316434279084}}}},
  'players_data': [{'id': '1679',
    'player_name': 'Dominic Solanke',
    'games': '38',
    'time': '3346',
    'goals': '19',
    'xG': '21.40683087334037',
    'assists': '3',
    'xA': '3.5437498800456524',
    'shots': '109',
    'key_passes': '39',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Bournemouth',
    'npg': '17',
    'npxG': '19.12332433462143',
    'xGChain': '22.5880119279027',
    'xGBuildup': '4.080137750133872'},
   {'id': '11363',
    'player_name': 'Antoine Semenyo',
    'games': '33',
    'time': '2141',
    'goals': '8',
    'xG': '6.423830641433597',
    'assists': '2',
    'xA': '3.799709178507328',
    'shots': '70',
    'key_passes': '29',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '8',
    'npxG': '6.423830641433597',
    'xGChain': '15.41077795997262',
    'xGBuildup': '5.7127093356102705'},
   {'id': '6963',
    'player_name': 'Justin Kluivert',
    'games': '32',
    'time': '2029',
    'goals': '7',
    'xG': '7.296913180500269',
    'assists': '1',
    'xA': '1.6692864689975977',
    'shots': '56',
    'key_passes': '21',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '7',
    'npxG': '7.296913180500269',
    'xGChain': '11.757105719298124',
    'xGBuildup': '4.571535241790116'},
   {'id': '10864',
    'player_name': 'Marcos Senesi',
    'games': '31',
    'time': '2253',
    'goals': '4',
    'xG': '2.3658602572977543',
    'assists': '5',
    'xA': '1.8848512191325426',
    'shots': '13',
    'key_passes': '22',
    'yellow_cards': '13',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Bournemouth',
    'npg': '4',
    'npxG': '2.3658602572977543',
    'xGChain': '8.664394936524332',
    'xGBuildup': '7.699831395410001'},
   {'id': '10741',
    'player_name': 'Marcus Tavernier',
    'games': '30',
    'time': '2163',
    'goals': '3',
    'xG': '4.385046798735857',
    'assists': '4',
    'xA': '6.264871651306748',
    'shots': '53',
    'key_passes': '44',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Bournemouth',
    'npg': '3',
    'npxG': '4.385046798735857',
    'xGChain': '14.908875443041325',
    'xGBuildup': '7.105101251974702'},
   {'id': '6034',
    'player_name': 'Philip Billing',
    'games': '29',
    'time': '1359',
    'goals': '2',
    'xG': '2.870723254047334',
    'assists': '2',
    'xA': '3.7171403001993895',
    'shots': '30',
    'key_passes': '23',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '2',
    'npxG': '2.870723254047334',
    'xGChain': '7.183791579678655',
    'xGBuildup': '2.8327820003032684'},
   {'id': '6219',
    'player_name': 'Enes Ünal',
    'games': '16',
    'time': '283',
    'goals': '2',
    'xG': '4.017524182796478',
    'assists': '2',
    'xA': '1.2090652771294117',
    'shots': '23',
    'key_passes': '5',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Bournemouth',
    'npg': '2',
    'npxG': '4.017524182796478',
    'xGChain': '3.646910510957241',
    'xGBuildup': '0.7151226531714201'},
   {'id': '10866',
    'player_name': 'Luis Sinisterra',
    'games': '20',
    'time': '670',
    'goals': '2',
    'xG': '2.296443399041891',
    'assists': '2',
    'xA': '2.3218660429120064',
    'shots': '27',
    'key_passes': '19',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '2',
    'npxG': '2.296443399041891',
    'xGChain': '4.859211741015315',
    'xGBuildup': '2.420190142467618'},
   {'id': '6820',
    'player_name': 'David Brooks',
    'games': '13',
    'time': '241',
    'goals': '1',
    'xG': '2.2037018723785877',
    'assists': '1',
    'xA': '0.9074392039328814',
    'shots': '13',
    'key_passes': '8',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '1',
    'npxG': '2.2037018723785877',
    'xGChain': '3.8162245713174343',
    'xGBuildup': '0.9324527494609356'},
   {'id': '9662',
    'player_name': 'Dango Ouattara',
    'games': '30',
    'time': '1200',
    'goals': '1',
    'xG': '2.8214692445471883',
    'assists': '2',
    'xA': '1.69136568531394',
    'shots': '30',
    'key_passes': '17',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D F M S',
    'team_title': 'Bournemouth',
    'npg': '1',
    'npxG': '2.8214692445471883',
    'xGChain': '5.184925131499767',
    'xGBuildup': '3.1382908783853054'},
   {'id': '10743',
    'player_name': 'Kieffer Moore',
    'games': '8',
    'time': '76',
    'goals': '1',
    'xG': '1.2537736184895039',
    'assists': '0',
    'xA': '0.4799897577613592',
    'shots': '6',
    'key_passes': '2',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Bournemouth',
    'npg': '1',
    'npxG': '1.2537736184895039',
    'xGChain': '1.9978741817176342',
    'xGBuildup': '0.7897170707583427'},
   {'id': '11486',
    'player_name': 'Illia Zabarnyi',
    'games': '37',
    'time': '3330',
    'goals': '1',
    'xG': '1.736923448741436',
    'assists': '0',
    'xA': '0.38277394138276577',
    'shots': '8',
    'key_passes': '7',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Bournemouth',
    'npg': '1',
    'npxG': '1.736923448741436',
    'xGChain': '9.300164757296443',
    'xGBuildup': '9.114820940420032'},
   {'id': '12149',
    'player_name': 'Alex Scott',
    'games': '23',
    'time': '997',
    'goals': '1',
    'xG': '0.6420764941722155',
    'assists': '1',
    'xA': '2.070768877863884',
    'shots': '15',
    'key_passes': '22',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '1',
    'npxG': '0.6420764941722155',
    'xGChain': '4.81823368743062',
    'xGBuildup': '2.62489465624094'},
   {'id': '561',
    'player_name': 'Joe Rothwell',
    'games': '11',
    'time': '370',
    'goals': '0',
    'xG': '0.04971148632466793',
    'assists': '0',
    'xA': '0.1371351620182395',
    'shots': '2',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.04971148632466793',
    'xGChain': '1.69688056781888',
    'xGBuildup': '1.6346725337207317'},
   {'id': '825',
    'player_name': 'Adam Smith',
    'games': '28',
    'time': '2185',
    'goals': '0',
    'xG': '0.03963742405176163',
    'assists': '2',
    'xA': '1.4616671204566956',
    'shots': '2',
    'key_passes': '17',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.03963742405176163',
    'xGChain': '7.450475042685866',
    'xGBuildup': '6.158073959872127'},
   {'id': '1297',
    'player_name': 'Neto',
    'games': '32',
    'time': '2880',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0',
    'xGChain': '4.502189245074987',
    'xGBuildup': '4.502189245074987'},
   {'id': '1789',
    'player_name': 'Lewis Cook',
    'games': '33',
    'time': '2799',
    'goals': '0',
    'xG': '0.4126169476658106',
    'assists': '3',
    'xA': '3.6777359638363123',
    'shots': '12',
    'key_passes': '46',
    'yellow_cards': '5',
    'red_cards': '1',
    'position': 'D M S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.4126169476658106',
    'xGChain': '11.350567385554314',
    'xGBuildup': '8.91490264236927'},
   {'id': '1830',
    'player_name': 'Ionut Radu',
    'games': '2',
    'time': '180',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '6420',
    'player_name': 'Romain Faivre',
    'games': '5',
    'time': '21',
    'goals': '0',
    'xG': '0.13081937655806541',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.13081937655806541',
    'xGChain': '0.14801255241036415',
    'xGBuildup': '0.14801255241036415'},
   {'id': '6986',
    'player_name': 'Hamed Junior Traore',
    'games': '3',
    'time': '32',
    'goals': '0',
    'xG': '0.13743155915290117',
    'assists': '0',
    'xA': '0.05982113257050514',
    'shots': '3',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.13743155915290117',
    'xGChain': '0.5355859631672502',
    'xGBuildup': '0.33833327889442444'},
   {'id': '7352',
    'player_name': 'Tyler Adams',
    'games': '3',
    'time': '111',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.09760691225528717',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.5493647493422031',
    'xGBuildup': '0.45175783708691597'},
   {'id': '7384',
    'player_name': 'Chris Mepham',
    'games': '10',
    'time': '610',
    'goals': '0',
    'xG': '0.0895473062992096',
    'assists': '1',
    'xA': '0.474224217236042',
    'shots': '1',
    'key_passes': '3',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.0895473062992096',
    'xGChain': '1.9734333753585815',
    'xGBuildup': '1.9348021671175957'},
   {'id': '7582',
    'player_name': 'Mark Travers',
    'games': '4',
    'time': '360',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '7688',
    'player_name': 'Max Aarons',
    'games': '20',
    'time': '1219',
    'goals': '0',
    'xG': '0.047610869631171227',
    'assists': '1',
    'xA': '0.8764500692486763',
    'shots': '2',
    'key_passes': '7',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.047610869631171227',
    'xGChain': '3.960431007668376',
    'xGBuildup': '3.3971939999610186'},
   {'id': '8090',
    'player_name': 'Lloyd Kelly',
    'games': '23',
    'time': '1567',
    'goals': '0',
    'xG': '0.3132251426577568',
    'assists': '1',
    'xA': '1.6466527543962002',
    'shots': '4',
    'key_passes': '9',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.3132251426577568',
    'xGChain': '5.733856109902263',
    'xGBuildup': '4.144671676680446'},
   {'id': '10744',
    'player_name': 'Ryan Christie',
    'games': '37',
    'time': '2974',
    'goals': '0',
    'xG': '2.0325705148279667',
    'assists': '5',
    'xA': '6.359501954168081',
    'shots': '43',
    'key_passes': '53',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '2.0325705148279667',
    'xGChain': '14.907791091129184',
    'xGBuildup': '9.681732330471277'},
   {'id': '10746',
    'player_name': 'Jaidon Anthony',
    'games': '3',
    'time': '153',
    'goals': '0',
    'xG': '0.07687148451805115',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0.07687148451805115',
    'xGChain': '0.15334434807300568',
    'xGBuildup': '0.07647287100553513'},
   {'id': '10747',
    'player_name': 'James Hill',
    'games': '5',
    'time': '74',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.14408478140830994',
    'xGBuildup': '0.14408478140830994'},
   {'id': '11300',
    'player_name': 'Dominic Sadi',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '11709',
    'player_name': 'Milos Kerkez',
    'games': '28',
    'time': '1982',
    'goals': '0',
    'xG': '1.6971189985051751',
    'assists': '1',
    'xA': '1.3916718121618032',
    'shots': '16',
    'key_passes': '13',
    'yellow_cards': '4',
    'red_cards': '1',
    'position': 'D M S',
    'team_title': 'Bournemouth',
    'npg': '0',
    'npxG': '1.6971189985051751',
    'xGChain': '7.389515491202474',
    'xGBuildup': '5.424490239471197'}]},
 'https://understat.com/team/Crystal_Palace/2023': {'matches': [{'id': '22280',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.422704', 'a': '2.27616'},
    'datetime': '2023-08-12 14:00:00',
    'forecast': {'w': 0.05387585130715391,
     'd': 0.14935631214567024,
     'l': 0.7967678157028958},
    'result': 'w'},
   {'id': '22294',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.06916', 'a': '2.20593'},
    'datetime': '2023-08-21 19:00:00',
    'forecast': {'w': 0.1729654304374391,
     'd': 0.19559642560391113,
     'l': 0.6314381300535129},
    'result': 'l'},
   {'id': '22298',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.948011', 'a': '1.06061'},
    'datetime': '2023-08-26 14:00:00',
    'forecast': {'w': 0.3170675232589612,
     'd': 0.3070288913746852,
     'l': 0.3759035853655269},
    'result': 'd'},
   {'id': '21932',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '2.32935', 'a': '1.13911'},
    'datetime': '2023-09-03 13:00:00',
    'forecast': {'w': 0.6393122245569572,
     'd': 0.1878724694234975,
     'l': 0.17281527796231602},
    'result': 'w'},
   {'id': '21938',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.31518', 'a': '1.11696'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.6415846608278876,
     'd': 0.18823120872596646,
     'l': 0.17018410450412594},
    'result': 'l'},
   {'id': '21948',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.37236', 'a': '0.542678'},
    'datetime': '2023-09-23 14:00:00',
    'forecast': {'w': 0.1983817217131855,
     'd': 0.48561273302488306,
     'l': 0.3160055452619312},
    'result': 'd'},
   {'id': '21957',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.55408', 'a': '1.19015'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.4573520712885079,
     'd': 0.2509218018618299,
     'l': 0.29172612671296355},
    'result': 'w'},
   {'id': '21968',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.982452', 'a': '1.22105'},
    'datetime': '2023-10-07 16:30:00',
    'forecast': {'w': 0.29598905739371983,
     'd': 0.2883095261601405,
     'l': 0.4157014164410248},
    'result': 'd'},
   {'id': '21981',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '3.73336', 'a': '1.08795'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.8416590487308958,
     'd': 0.0935015224805104,
     'l': 0.06483037526487732},
    'result': 'l'},
   {'id': '21990',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.561834', 'a': '0.989103'},
    'datetime': '2023-10-27 19:00:00',
    'forecast': {'w': 0.20385555218678103,
     'd': 0.34730516611651413,
     'l': 0.4488392816964477},
    'result': 'l'},
   {'id': '21996',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.4998', 'a': '1.43653'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.39111542987231124,
     'd': 0.24586054282206246,
     'l': 0.36302402717767446},
    'result': 'w'},
   {'id': '22010',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '1.89194', 'a': '1.7904'},
    'datetime': '2023-11-11 15:00:00',
    'forecast': {'w': 0.41215838522763043,
     'd': 0.2163629197502818,
     'l': 0.37147869226746794},
    'result': 'l'},
   {'id': '22019',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.996153', 'a': '1.83546'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.20234772208326438,
     'd': 0.22711879946409638,
     'l': 0.5705334772077102},
    'result': 'l'},
   {'id': '22034',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.1466', 'a': '0.987682'},
    'datetime': '2023-12-03 14:00:00',
    'forecast': {'w': 0.39276293477153695,
     'd': 0.29540200251952586,
     'l': 0.3118350627066489},
    'result': 'd'},
   {'id': '22043',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.26441', 'a': '1.79997'},
    'datetime': '2023-12-06 19:30:00',
    'forecast': {'w': 0.2690903204677349,
     'd': 0.23105125679809074,
     'l': 0.4998584217664326},
    'result': 'l'},
   {'id': '22047',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.79152', 'a': '1.3708'},
    'datetime': '2023-12-09 12:30:00',
    'forecast': {'w': 0.4745257109811634,
     'd': 0.23046391815118958,
     'l': 0.2950103699420981},
    'result': 'l'},
   {'id': '22061',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.41646', 'a': '1.64977'},
    'datetime': '2023-12-16 15:00:00',
    'forecast': {'w': 0.5477523589009623,
     'd': 0.19261817753494326,
     'l': 0.2596294183834749},
    'result': 'd'},
   {'id': '22066',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.65409', 'a': '1.33653'},
    'datetime': '2023-12-21 20:00:00',
    'forecast': {'w': 0.4495944694629011,
     'd': 0.2401288838881663,
     'l': 0.31027664632248675},
    'result': 'd'},
   {'id': '22080',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.73005', 'a': '0.958077'},
    'datetime': '2023-12-27 19:30:00',
    'forecast': {'w': 0.7457154043925631,
     'd': 0.14794650853513527,
     'l': 0.10633787783696644},
    'result': 'l'},
   {'id': '22086',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.61057', 'a': '1.28731'},
    'datetime': '2023-12-30 15:00:00',
    'forecast': {'w': 0.44975039952127077,
     'd': 0.2442928854415759,
     'l': 0.30595671481099496},
    'result': 'w'},
   {'id': '22103',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '3.52167', 'a': '0.288083'},
    'datetime': '2024-01-20 12:30:00',
    'forecast': {'w': 0.9373712402966878,
     'd': 0.05101487870220068,
     'l': 0.01160929587351694},
    'result': 'l'},
   {'id': '22112',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.1601', 'a': '0.768467'},
    'datetime': '2024-01-30 20:00:00',
    'forecast': {'w': 0.44988257056114517,
     'd': 0.30684859151697724,
     'l': 0.24326883791947362},
    'result': 'w'},
   {'id': '22118',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '1.92591', 'a': '0.241137'},
    'datetime': '2024-02-03 15:00:00',
    'forecast': {'w': 0.7870640976350677,
     'd': 0.17419966471847945,
     'l': 0.038736235292139154},
    'result': 'l'},
   {'id': '22126',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.719516', 'a': '1.26948'},
    'datetime': '2024-02-12 20:00:00',
    'forecast': {'w': 0.2110606196359293,
     'd': 0.2934260029867853,
     'l': 0.4955133773689215},
    'result': 'l'},
   {'id': '22137',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.44588', 'a': '0.734685'},
    'datetime': '2024-02-19 20:00:00',
    'forecast': {'w': 0.7504644769676585,
     'd': 0.1573069169919372,
     'l': 0.09222855367471554},
    'result': 'd'},
   {'id': '22150',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.41612', 'a': '0.0760216'},
    'datetime': '2024-02-24 15:00:00',
    'forecast': {'w': 0.8942135140217127,
     'd': 0.09864089763996427,
     'l': 0.0071455435369427705},
    'result': 'w'},
   {'id': '22164',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.6625', 'a': '0.277887'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.8765352748141058,
     'd': 0.09979903999234559,
     'l': 0.023665532222196268},
    'result': 'l'},
   {'id': '22170',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '3.25103', 'a': '1.08531'},
    'datetime': '2024-03-09 15:00:00',
    'forecast': {'w': 0.7908194813238537,
     'd': 0.12000903059352344,
     'l': 0.0891697139205042},
    'result': 'd'},
   {'id': '22192',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.784652', 'a': '0.900972'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.2966979687687029,
     'd': 0.34140417314152194,
     'l': 0.36189785808969643},
    'result': 'd'},
   {'id': '22195',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.30969', 'a': '0.174389'},
    'datetime': '2024-04-02 18:45:00',
    'forecast': {'w': 0.6703115486627974,
     'd': 0.28152351329738384,
     'l': 0.048164938026961916},
    'result': 'l'},
   {'id': '22207',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '2', 'a': '4'},
    'xG': {'h': '1.49472', 'a': '2.26381'},
    'datetime': '2024-04-06 11:30:00',
    'forecast': {'w': 0.2502333556642101,
     'd': 0.20016044578004152,
     'l': 0.5496061790448332},
    'result': 'l'},
   {'id': '22220',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '3.04497', 'a': '2.12879'},
    'datetime': '2024-04-14 13:00:00',
    'forecast': {'w': 0.569489940519747,
     'd': 0.16749610342404658,
     'l': 0.26301314344033533},
    'result': 'w'},
   {'id': '22227',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '5', 'a': '2'},
    'xG': {'h': '3.7185', 'a': '1.34536'},
    'datetime': '2024-04-21 14:00:00',
    'forecast': {'w': 0.8005118198006993,
     'd': 0.10793959238367729,
     'l': 0.09153994237902767},
    'result': 'w'},
   {'id': '22178',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.43661', 'a': '0.55129'},
    'datetime': '2024-04-24 19:00:00',
    'forecast': {'w': 0.5892015250078071,
     'd': 0.2689389443824158,
     'l': 0.14185953056403824},
    'result': 'w'},
   {'id': '22238',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.39418', 'a': '1.05387'},
    'datetime': '2024-04-27 14:00:00',
    'forecast': {'w': 0.44716305615380614,
     'd': 0.26852321700270165,
     'l': 0.28431372681251527},
    'result': 'd'},
   {'id': '22250',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '2.0656', 'a': '0.341417'},
    'datetime': '2024-05-06 19:00:00',
    'forecast': {'w': 0.7839428912620713,
     'd': 0.16573163448033848,
     'l': 0.0503254683473585},
    'result': 'w'},
   {'id': '22264',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.1561', 'a': '2.51452'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.156695454602571,
     'd': 0.17419712221052774,
     'l': 0.6691073487648584},
    'result': 'w'},
   {'id': '22270',
    'isResult': True,
    'side': 'h',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '2.23189', 'a': '0.598846'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.7473007790431746,
     'd': 0.16837695252772636,
     'l': 0.084322252252246},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 316,
     'goals': 48,
     'xG': 39.16208417946473,
     'against': {'shots': 326, 'goals': 46, 'xG': 44.193727747537196}},
    'FromCorner': {'shots': 82,
     'goals': 3,
     'xG': 7.4411701476201415,
     'against': {'shots': 90, 'goals': 7, 'xG': 10.8267537150532}},
    'SetPiece': {'shots': 34,
     'goals': 1,
     'xG': 4.507935115601867,
     'against': {'shots': 35, 'goals': 2, 'xG': 3.4692528103478253}},
    'DirectFreekick': {'shots': 20,
     'goals': 1,
     'xG': 1.193822130560875,
     'against': {'shots': 8, 'goals': 0, 'xG': 0.6409029960632324}},
    'Penalty': {'shots': 4,
     'goals': 4,
     'xG': 3.044675350189209,
     'against': {'shots': 3, 'goals': 3, 'xG': 2.2834697365760803}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 1361,
     'shots': 172,
     'goals': 14,
     'xG': 17.818861624225974,
     'against': {'shots': 168, 'goals': 20, 'xG': 19.253289801534265}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 960,
     'shots': 138,
     'goals': 26,
     'xG': 18.58158547990024,
     'against': {'shots': 95, 'goals': 9, 'xG': 12.55831828340888}},
    '4-3-3': {'stat': '4-3-3',
     'time': 672,
     'shots': 74,
     'goals': 10,
     'xG': 7.7589767361059785,
     'against': {'shots': 86, 'goals': 15, 'xG': 13.556628484278917}},
    '3-4-3': {'stat': '3-4-3',
     'time': 482,
     'shots': 51,
     'goals': 4,
     'xG': 7.423866915982217,
     'against': {'shots': 80, 'goals': 11, 'xG': 12.238783979788423}},
    '5-4-1': {'stat': '5-4-1',
     'time': 104,
     'shots': 6,
     'goals': 3,
     'xG': 2.022919163107872,
     'against': {'shots': 21, 'goals': 2, 'xG': 2.926479499787092}},
    '4-4-2': {'stat': '4-4-2',
     'time': 70,
     'shots': 8,
     'goals': 0,
     'xG': 0.9824524745345116,
     'against': {'shots': 11, 'goals': 0, 'xG': 0.8554297238588333}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 32,
     'shots': 7,
     'goals': 0,
     'xG': 0.7610245295800269,
     'against': {'shots': 1, 'goals': 1, 'xG': 0.025177232921123505}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1832,
     'shots': 196,
     'goals': 23,
     'xG': 19.674224915448576,
     'against': {'shots': 204, 'goals': 26, 'xG': 24.758930309209973}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 728,
     'shots': 86,
     'goals': 10,
     'xG': 13.947497474960983,
     'against': {'shots': 128, 'goals': 10, 'xG': 13.880959581583738}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 551,
     'shots': 80,
     'goals': 11,
     'xG': 9.657458629459143,
     'against': {'shots': 60, 'goals': 10, 'xG': 12.117944152094424}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 315,
     'shots': 56,
     'goals': 9,
     'xG': 8.829067388549447,
     'against': {'shots': 30, 'goals': 4, 'xG': 4.962503718212247}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 255,
     'shots': 38,
     'goals': 4,
     'xG': 3.2414385150186718,
     'against': {'shots': 40, 'goals': 8, 'xG': 5.693769244477153}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 68,
     'goals': 10,
     'xG': 8.462682168465108,
     'against': {'shots': 59, 'goals': 9, 'xG': 6.444283713586628}},
    '16-30': {'stat': '16-30',
     'shots': 71,
     'goals': 9,
     'xG': 8.918391596525908,
     'against': {'shots': 65, 'goals': 4, 'xG': 6.845445728395134}},
    '31-45': {'stat': '31-45',
     'shots': 70,
     'goals': 5,
     'xG': 7.277857159264386,
     'against': {'shots': 71, 'goals': 5, 'xG': 9.962117685005069}},
    '46-60': {'stat': '46-60',
     'shots': 77,
     'goals': 10,
     'xG': 10.333286815322936,
     'against': {'shots': 83, 'goals': 10, 'xG': 11.344603704288602}},
    '61-75': {'stat': '61-75',
     'shots': 76,
     'goals': 14,
     'xG': 9.206052420660853,
     'against': {'shots': 82, 'goals': 8, 'xG': 10.594606486149132}},
    '76+': {'stat': '76+',
     'shots': 94,
     'goals': 9,
     'xG': 11.15141676319763,
     'against': {'shots': 102, 'goals': 22, 'xG': 16.22304968815297}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 1,
     'goals': 1,
     'xG': 1,
     'against': {'shots': 3, 'goals': 3, 'xG': 3}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 156,
     'goals': 9,
     'xG': 5.472413287963718,
     'against': {'shots': 130, 'goals': 4, 'xG': 4.439470239449292}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 257,
     'goals': 33,
     'xG': 32.88542315131053,
     'against': {'shots': 288, 'goals': 39, 'xG': 38.49000141676515}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 42,
     'goals': 14,
     'xG': 15.991850484162569,
     'against': {'shots': 41, 'goals': 12, 'xG': 15.484635349363089}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 261,
     'goals': 37,
     'xG': 30.759805934503675,
     'against': {'shots': 254, 'goals': 31, 'xG': 32.00115605350584}},
    'Standard': {'stat': 'Standard',
     'shots': 140,
     'goals': 9,
     'xG': 16.187602743972093,
     'against': {'shots': 136, 'goals': 12, 'xG': 17.22037925804034}},
    'Fast': {'stat': 'Fast',
     'shots': 29,
     'goals': 7,
     'xG': 5.4829721678979695,
     'against': {'shots': 21, 'goals': 8, 'xG': 5.364982262253761}},
    'Slow': {'stat': 'Slow',
     'shots': 26,
     'goals': 4,
     'xG': 2.9193060770630836,
     'against': {'shots': 51, 'goals': 7, 'xG': 6.8275894317775965}}},
   'result': {'BlockedShot': {'shots': 134,
     'goals': 0,
     'xG': 10.993059396743774,
     'against': {'shots': 127, 'goals': 0, 'xG': 9.068465767428279}},
    'Goal': {'shots': 57,
     'goals': 57,
     'xG': 20.248009329661727,
     'against': {'shots': 58, 'goals': 58, 'xG': 22.801492396742105}},
    'SavedShot': {'shots': 110,
     'goals': 0,
     'xG': 11.204114326275885,
     'against': {'shots': 97, 'goals': 0, 'xG': 10.072570422198623}},
    'MissedShots': {'shots': 149,
     'goals': 0,
     'xG': 12.428643103688955,
     'against': {'shots': 171, 'goals': 0, 'xG': 17.65670485049486}},
    'ShotOnPost': {'shots': 6,
     'goals': 0,
     'xG': 0.47586076706647873,
     'against': {'shots': 9, 'goals': 0, 'xG': 1.814873568713665}}}},
  'players_data': [{'id': '5735',
    'player_name': 'Jean-Philippe Mateta',
    'games': '35',
    'time': '2303',
    'goals': '16',
    'xG': '12.290523625910282',
    'assists': '5',
    'xA': '3.52706278860569',
    'shots': '46',
    'key_passes': '32',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Crystal Palace',
    'npg': '14',
    'npxG': '10.768185935914516',
    'xGChain': '15.486321330070496',
    'xGBuildup': '2.852151058614254'},
   {'id': '8706',
    'player_name': 'Eberechi Eze',
    'games': '27',
    'time': '2097',
    'goals': '11',
    'xG': '9.37310928851366',
    'assists': '4',
    'xA': '6.844833366572857',
    'shots': '83',
    'key_passes': '54',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Crystal Palace',
    'npg': '10',
    'npxG': '8.611940443515778',
    'xGChain': '16.38165108114481',
    'xGBuildup': '6.3479389026761055'},
   {'id': '9948',
    'player_name': 'Michael Olise',
    'games': '19',
    'time': '1281',
    'goals': '10',
    'xG': '5.6874131839722395',
    'assists': '6',
    'xA': '5.196664724498987',
    'shots': '56',
    'key_passes': '35',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Crystal Palace',
    'npg': '9',
    'npxG': '4.926244312897325',
    'xGChain': '12.075153382495046',
    'xGBuildup': '5.0466043297201395'},
   {'id': '3697',
    'player_name': 'Odsonne Edouard',
    'games': '30',
    'time': '1534',
    'goals': '7',
    'xG': '7.869511350989342',
    'assists': '0',
    'xA': '1.0359194399788976',
    'shots': '51',
    'key_passes': '18',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Crystal Palace',
    'npg': '7',
    'npxG': '7.869511350989342',
    'xGChain': '8.31682275235653',
    'xGBuildup': '2.1359799914062023'},
   {'id': '672',
    'player_name': 'Jordan Ayew',
    'games': '35',
    'time': '2563',
    'goals': '4',
    'xG': '4.262499047443271',
    'assists': '7',
    'xA': '4.95881259907037',
    'shots': '48',
    'key_passes': '25',
    'yellow_cards': '7',
    'red_cards': '1',
    'position': 'F M S',
    'team_title': 'Crystal Palace',
    'npg': '4',
    'npxG': '4.262499047443271',
    'xGChain': '10.702397212386131',
    'xGBuildup': '5.5203778790310025'},
   {'id': '757',
    'player_name': 'Jeffrey Schlupp',
    'games': '29',
    'time': '1370',
    'goals': '2',
    'xG': '1.8823988568037748',
    'assists': '2',
    'xA': '2.1711694821715355',
    'shots': '19',
    'key_passes': '18',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Crystal Palace',
    'npg': '2',
    'npxG': '1.8823988568037748',
    'xGChain': '6.629315219819546',
    'xGBuildup': '2.9410562105476856'},
   {'id': '6314',
    'player_name': 'Joachim Andersen',
    'games': '38',
    'time': '3420',
    'goals': '2',
    'xG': '2.444138385821134',
    'assists': '3',
    'xA': '2.8891019374132156',
    'shots': '21',
    'key_passes': '21',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Crystal Palace',
    'npg': '2',
    'npxG': '2.444138385821134',
    'xGChain': '10.297365324571729',
    'xGBuildup': '9.6244976837188'},
   {'id': '8214',
    'player_name': 'Tyrick Mitchell',
    'games': '37',
    'time': '3221',
    'goals': '2',
    'xG': '2.2116162590682507',
    'assists': '3',
    'xA': '3.6366397831588984',
    'shots': '12',
    'key_passes': '24',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Crystal Palace',
    'npg': '2',
    'npxG': '2.2116162590682507',
    'xGChain': '12.8683971920982',
    'xGBuildup': '8.858033265918493'},
   {'id': '2182',
    'player_name': 'Jefferson Lerma',
    'games': '28',
    'time': '2413',
    'goals': '1',
    'xG': '2.384976907633245',
    'assists': '1',
    'xA': '2.4383071903139353',
    'shots': '34',
    'key_passes': '24',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Crystal Palace',
    'npg': '1',
    'npxG': '2.384976907633245',
    'xGChain': '8.658741846680641',
    'xGBuildup': '5.520685154944658'},
   {'id': '8430',
    'player_name': 'Chris Richards',
    'games': '26',
    'time': '2085',
    'goals': '1',
    'xG': '0.6396042630076408',
    'assists': '1',
    'xA': '0.6775753749534488',
    'shots': '11',
    'key_passes': '6',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Crystal Palace',
    'npg': '1',
    'npxG': '0.6396042630076408',
    'xGChain': '5.3978734547272325',
    'xGBuildup': '4.986880736425519'},
   {'id': '510',
    'player_name': 'Joel Ward',
    'games': '26',
    'time': '1985',
    'goals': '0',
    'xG': '0.7851169966161251',
    'assists': '1',
    'xA': '0.09658221155405045',
    'shots': '10',
    'key_passes': '2',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.7851169966161251',
    'xGChain': '5.3411974757909775',
    'xGBuildup': '5.244141489267349'},
   {'id': '530',
    'player_name': 'James Tomkins',
    'games': '4',
    'time': '4',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '603',
    'player_name': 'Nathaniel Clyne',
    'games': '19',
    'time': '1341',
    'goals': '0',
    'xG': '0.18276398722082376',
    'assists': '0',
    'xA': '0.15016059577465057',
    'shots': '4',
    'key_passes': '3',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.18276398722082376',
    'xGChain': '3.289492018520832',
    'xGBuildup': '3.0100313499569893'},
   {'id': '978',
    'player_name': 'Sam Johnstone',
    'games': '20',
    'time': '1800',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0',
    'xGChain': '1.9733385294675827',
    'xGBuildup': '1.9733385294675827'},
   {'id': '6027',
    'player_name': 'Jairo Riedewald',
    'games': '9',
    'time': '219',
    'goals': '0',
    'xG': '0.05936440825462341',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.05936440825462341',
    'xGChain': '1.6596563309431076',
    'xGBuildup': '1.6002919226884842'},
   {'id': '6104',
    'player_name': 'Will Hughes',
    'games': '30',
    'time': '1924',
    'goals': '0',
    'xG': '0.30102055706083775',
    'assists': '1',
    'xA': '1.7067030258476734',
    'shots': '8',
    'key_passes': '21',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.30102055706083775',
    'xGChain': '5.737615456804633',
    'xGBuildup': '5.330458853393793'},
   {'id': '7603',
    'player_name': 'Marc Guehi',
    'games': '25',
    'time': '2021',
    'goals': '0',
    'xG': '0.4888940155506134',
    'assists': '1',
    'xA': '0.962568361312151',
    'shots': '5',
    'key_passes': '7',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.4888940155506134',
    'xGChain': '6.667929092422128',
    'xGBuildup': '6.454947093501687'},
   {'id': '7702',
    'player_name': 'Dean Henderson',
    'games': '18',
    'time': '1620',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0',
    'xGChain': '1.2326296400278807',
    'xGBuildup': '1.2326296400278807'},
   {'id': '8666',
    'player_name': 'Cheick Oumar Doucoure',
    'games': '11',
    'time': '926',
    'goals': '0',
    'xG': '0.1988849276676774',
    'assists': '0',
    'xA': '0.7361565185710788',
    'shots': '6',
    'key_passes': '10',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.1988849276676774',
    'xGChain': '3.296035975217819',
    'xGBuildup': '2.666292503476143'},
   {'id': '9274',
    'player_name': 'Naouirou Ahamada',
    'games': '20',
    'time': '282',
    'goals': '0',
    'xG': '0.5298433359712362',
    'assists': '0',
    'xA': '0.05646481364965439',
    'shots': '9',
    'key_passes': '1',
    'yellow_cards': '2',
    'red_cards': '1',
    'position': 'S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.5298433359712362',
    'xGChain': '2.506193021312356',
    'xGBuildup': '1.9648387469351292'},
   {'id': '9461',
    'player_name': 'Jesurun Rak-Sakyi',
    'games': '6',
    'time': '124',
    'goals': '0',
    'xG': '0.35584220476448536',
    'assists': '0',
    'xA': '0.07684876397252083',
    'shots': '5',
    'key_passes': '2',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.35584220476448536',
    'xGChain': '1.1574715673923492',
    'xGBuildup': '0.7433868646621704'},
   {'id': '9834',
    'player_name': 'Remi Matthews',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '11268',
    'player_name': 'David Ozoh',
    'games': '9',
    'time': '133',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.742124617099762',
    'xGBuildup': '0.742124617099762'},
   {'id': '12152',
    'player_name': 'Matheus França',
    'games': '10',
    'time': '197',
    'goals': '0',
    'xG': '0.2915826556272805',
    'assists': '1',
    'xA': '0.8639639485627413',
    'shots': '8',
    'key_passes': '6',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.2915826556272805',
    'xGChain': '1.1256566774100065',
    'xGBuildup': '0.5917453020811081'},
   {'id': '12408',
    'player_name': 'Daniel Muñoz',
    'games': '16',
    'time': '1440',
    'goals': '0',
    'xG': '1.7550712414085865',
    'assists': '4',
    'xA': '3.085336983203888',
    'shots': '8',
    'key_passes': '21',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '1.7550712414085865',
    'xGChain': '6.9232857301831245',
    'xGBuildup': '3.610450681298971'},
   {'id': '12409',
    'player_name': 'Adam Wharton',
    'games': '16',
    'time': '1333',
    'goals': '0',
    'xG': '0.35551161505281925',
    'assists': '3',
    'xA': '2.5562784411013126',
    'shots': '10',
    'key_passes': '20',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Crystal Palace',
    'npg': '0',
    'npxG': '0.35551161505281925',
    'xGChain': '6.304625790566206',
    'xGBuildup': '4.828129124827683'}]},
 'https://understat.com/team/Chelsea/2023': {'matches': [{'id': '22283',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.93258', 'a': '1.29994'},
    'datetime': '2023-08-13 15:30:00',
    'forecast': {'w': 0.5219286175146348,
     'd': 0.22124542961022756,
     'l': 0.2568259503992464},
    'result': 'd'},
   {'id': '22293',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.71234', 'a': '1.60916'},
    'datetime': '2023-08-20 15:30:00',
    'forecast': {'w': 0.4071118063085958,
     'd': 0.22910532949038562,
     'l': 0.36378286349493827},
    'result': 'l'},
   {'id': '22295',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.41419', 'a': '0.465741'},
    'datetime': '2023-08-25 19:00:00',
    'forecast': {'w': 0.9070548001971916,
     'd': 0.06909783991688526,
     'l': 0.023844179134225933},
    'result': 'w'},
   {'id': '21930',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '2.28442', 'a': '1.1505'},
    'datetime': '2023-09-02 14:00:00',
    'forecast': {'w': 0.6282444782175023,
     'd': 0.19180907667762861,
     'l': 0.17994642326271615},
    'result': 'l'},
   {'id': '21942',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.32515', 'a': '1.39677'},
    'datetime': '2023-09-17 13:00:00',
    'forecast': {'w': 0.3551670400031806,
     'd': 0.2567819977658767,
     'l': 0.3880509621846986},
    'result': 'd'},
   {'id': '21947',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.19716', 'a': '1.13479'},
    'datetime': '2023-09-24 13:00:00',
    'forecast': {'w': 0.3747119324800734,
     'd': 0.28120179514019206,
     'l': 0.3440862723742605},
    'result': 'l'},
   {'id': '21964',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.889383', 'a': '1.98461'},
    'datetime': '2023-10-02 19:00:00',
    'forecast': {'w': 0.1610276968871661,
     'd': 0.20978629152066378,
     'l': 0.629186008094739},
    'result': 'w'},
   {'id': '21967',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '0.956642', 'a': '1.97566'},
    'datetime': '2023-10-07 14:00:00',
    'forecast': {'w': 0.1762560554875942,
     'd': 0.21280282981890353,
     'l': 0.6109411113979109},
    'result': 'w'},
   {'id': '21978',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.71838', 'a': '1.05791'},
    'datetime': '2023-10-21 16:30:00',
    'forecast': {'w': 0.5283998031863,
     'd': 0.23857557845208294,
     'l': 0.23302461784455303},
    'result': 'd'},
   {'id': '21989',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.71801', 'a': '2.48137'},
    'datetime': '2023-10-28 11:30:00',
    'forecast': {'w': 0.26376552402102527,
     'd': 0.1896946478994755,
     'l': 0.5465397646732137},
    'result': 'l'},
   {'id': '22004',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '0.959108', 'a': '4.05865'},
    'datetime': '2023-11-06 20:00:00',
    'forecast': {'w': 0.04237291972563763,
     'd': 0.07140562950880172,
     'l': 0.8861979584180467},
    'result': 'w'},
   {'id': '22009',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '4', 'a': '4'},
    'xG': {'h': '3.47238', 'a': '3.19324'},
    'datetime': '2023-11-12 16:30:00',
    'forecast': {'w': 0.46379049419538143,
     'd': 0.15686827778698817,
     'l': 0.3793359138789431},
    'result': 'd'},
   {'id': '22021',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '2.15227', 'a': '0.968061'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.6443646888746938,
     'd': 0.19668396254521384,
     'l': 0.1589513384785623},
    'result': 'l'},
   {'id': '22029',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.66304', 'a': '0.855058'},
    'datetime': '2023-12-03 14:00:00',
    'forecast': {'w': 0.5650954347276645,
     'd': 0.24303980509847514,
     'l': 0.19186475984107582},
    'result': 'w'},
   {'id': '22044',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '4.03949', 'a': '2.3512'},
    'datetime': '2023-12-06 20:15:00',
    'forecast': {'w': 0.679830969140377,
     'd': 0.13094313644292502,
     'l': 0.18920359085823507},
    'result': 'l'},
   {'id': '22048',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.11437', 'a': '0.885512'},
    'datetime': '2023-12-10 14:00:00',
    'forecast': {'w': 0.40692875775665954,
     'd': 0.3057083844601399,
     'l': 0.28736285778177795},
    'result': 'l'},
   {'id': '22059',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '3.27322', 'a': '0.44014'},
    'datetime': '2023-12-16 15:00:00',
    'forecast': {'w': 0.9007405841823342,
     'd': 0.07441942970714938,
     'l': 0.02483806124725902},
    'result': 'w'},
   {'id': '22073',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.74626', 'a': '1.75447'},
    'datetime': '2023-12-24 13:00:00',
    'forecast': {'w': 0.38692888545819254,
     'd': 0.22277479481782825,
     'l': 0.3902963184013959},
    'result': 'l'},
   {'id': '22080',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.73005', 'a': '0.958077'},
    'datetime': '2023-12-27 19:30:00',
    'forecast': {'w': 0.7457154043925631,
     'd': 0.14794650853513527,
     'l': 0.10633787783696644},
    'result': 'w'},
   {'id': '22089',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.64093', 'a': '1.57463'},
    'datetime': '2023-12-30 12:30:00',
    'forecast': {'w': 0.6045627994006817,
     'd': 0.17858216670615826,
     'l': 0.216854895599024},
    'result': 'w'},
   {'id': '22097',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.0456', 'a': '0.697847'},
    'datetime': '2024-01-13 12:30:00',
    'forecast': {'w': 0.6890608843173096,
     'd': 0.1946795208211532,
     'l': 0.11625958965802202},
    'result': 'w'},
   {'id': '22113',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '3.6627', 'a': '0.477972'},
    'datetime': '2024-01-31 20:15:00',
    'forecast': {'w': 0.9212324993379286,
     'd': 0.05861126157768163,
     'l': 0.020148984124609873},
    'result': 'l'},
   {'id': '22120',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '4'},
    'xG': {'h': '2.35967', 'a': '2.48996'},
    'datetime': '2024-02-04 14:00:00',
    'forecast': {'w': 0.3839104636610576,
     'd': 0.18626673530058882,
     'l': 0.42982270221060415},
    'result': 'l'},
   {'id': '22126',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.719516', 'a': '1.26948'},
    'datetime': '2024-02-12 20:00:00',
    'forecast': {'w': 0.2110606196359293,
     'd': 0.2934260029867853,
     'l': 0.4955133773689215},
    'result': 'w'},
   {'id': '22140',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.77713', 'a': '1.82903'},
    'datetime': '2024-02-17 17:30:00',
    'forecast': {'w': 0.5789688363862632,
     'd': 0.17580024890862814,
     'l': 0.24523065465208838},
    'result': 'd'},
   {'id': '22155',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.4732', 'a': '2.1523'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.4629324403380977,
     'd': 0.18947150535254348,
     'l': 0.3475959838948759},
    'result': 'd'},
   {'id': '22169',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.78315', 'a': '0.568435'},
    'datetime': '2024-03-11 20:00:00',
    'forecast': {'w': 0.6686879999781762,
     'd': 0.21912446961195248,
     'l': 0.11218752956297073},
    'result': 'w'},
   {'id': '22188',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '4.46643', 'a': '2.10422'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.7675064797047516,
     'd': 0.10619289864656878,
     'l': 0.12623271912522704},
    'result': 'd'},
   {'id': '22201',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '4', 'a': '3'},
    'xG': {'h': '3.48048', 'a': '1.56686'},
    'datetime': '2024-04-04 19:15:00',
    'forecast': {'w': 0.7354447382453075,
     'd': 0.13059014269721422,
     'l': 0.13396112663347454},
    'result': 'w'},
   {'id': '22212',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.74265', 'a': '0.521789'},
    'datetime': '2024-04-07 16:30:00',
    'forecast': {'w': 0.6725445531996488,
     'd': 0.22212516415626388,
     'l': 0.10533028202101315},
    'result': 'd'},
   {'id': '22219',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '6', 'a': '0'},
    'xG': {'h': '3.37093', 'a': '1.21791'},
    'datetime': '2024-04-15 19:00:00',
    'forecast': {'w': 0.7819965706845932,
     'd': 0.12020398405066643,
     'l': 0.09779671117485311},
    'result': 'w'},
   {'id': '22175',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '3.45858', 'a': '1.60343'},
    'datetime': '2024-04-23 19:00:00',
    'forecast': {'w': 0.726234474858147,
     'd': 0.1332466526346339,
     'l': 0.14051516651042467},
    'result': 'l'},
   {'id': '22236',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.612257', 'a': '1.56401'},
    'datetime': '2024-04-27 19:00:00',
    'forecast': {'w': 0.14379644063299843,
     'd': 0.2510649053465835,
     'l': 0.6051386538751284},
    'result': 'd'},
   {'id': '22149',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.22432', 'a': '1.27064'},
    'datetime': '2024-05-02 18:30:00',
    'forecast': {'w': 0.5898230984221676,
     'd': 0.19954466257680573,
     'l': 0.21063222351098504},
    'result': 'w'},
   {'id': '22249',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '4.21838', 'a': '0.893899'},
    'datetime': '2024-05-05 13:00:00',
    'forecast': {'w': 0.9046664924711507,
     'd': 0.06157759323978279,
     'l': 0.033719724766337285},
    'result': 'w'},
   {'id': '22261',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.44569', 'a': '2.41068'},
    'datetime': '2024-05-11 16:30:00',
    'forecast': {'w': 0.41296825811285165,
     'd': 0.18639769933853376,
     'l': 0.4006339467035527},
    'result': 'w'},
   {'id': '22226',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.32423', 'a': '1.544'},
    'datetime': '2024-05-15 18:45:00',
    'forecast': {'w': 0.3269612126241047,
     'd': 0.24765180972767117,
     'l': 0.42538697751123183},
    'result': 'w'},
   {'id': '22269',
    'isResult': True,
    'side': 'h',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.59771', 'a': '2.002'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.31101264319512556,
     'd': 0.21517196042461625,
     'l': 0.4738153922639985},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 434,
     'goals': 55,
     'xG': 62.86877337330952,
     'against': {'shots': 399, 'goals': 49, 'xG': 49.26737933419645}},
    'FromCorner': {'shots': 56,
     'goals': 8,
     'xG': 6.460833700373769,
     'against': {'shots': 93, 'goals': 8, 'xG': 7.302265839651227}},
    'SetPiece': {'shots': 25,
     'goals': 2,
     'xG': 2.822399416938424,
     'against': {'shots': 37, 'goals': 3, 'xG': 4.908588884398341}},
    'DirectFreekick': {'shots': 22,
     'goals': 1,
     'xG': 1.5639169830828905,
     'against': {'shots': 25, 'goals': 0, 'xG': 1.5874369628727436}},
    'Penalty': {'shots': 12,
     'goals': 11,
     'xG': 9.134026050567627,
     'against': {'shots': 5, 'goals': 3, 'xG': 3.8058441877365112}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 2990,
     'shots': 444,
     'goals': 64,
     'xG': 66.3683980233036,
     'against': {'shots': 474, 'goals': 53, 'xG': 56.46164082083851}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 296,
     'shots': 47,
     'goals': 3,
     'xG': 6.0042251870036125,
     'against': {'shots': 32, 'goals': 4, 'xG': 3.350742233917117}},
    '4-3-3': {'stat': '4-3-3',
     'time': 177,
     'shots': 21,
     'goals': 6,
     'xG': 5.013752717524767,
     'against': {'shots': 18, 'goals': 1, 'xG': 1.866639269515872}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 88,
     'shots': 19,
     'goals': 3,
     'xG': 3.7098910473287106,
     'against': {'shots': 11, 'goals': 1, 'xG': 0.981818625703454}},
    '3-5-2': {'stat': '3-5-2',
     'time': 81,
     'shots': 11,
     'goals': 1,
     'xG': 1.5214314172044396,
     'against': {'shots': 14, 'goals': 2, 'xG': 2.5407983819022775}},
    '3-4-3': {'stat': '3-4-3',
     'time': 28,
     'shots': 4,
     'goals': 0,
     'xG': 0.1415599836036563,
     'against': {'shots': 3, 'goals': 1, 'xG': 0.25962044671177864}},
    '3-4-1-2': {'stat': '3-4-1-2',
     'time': 27,
     'shots': 3,
     'goals': 0,
     'xG': 0.09069114830344915,
     'against': {'shots': 3, 'goals': 1, 'xG': 0.8755749370902777}},
    '5-4-1': {'stat': '5-4-1',
     'time': 17,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 3, 'goals': 0, 'xG': 0.47243058681488037}},
    '4-1-3-2': {'stat': '4-1-3-2',
     'time': 6,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 1, 'goals': 0, 'xG': 0.06224990636110306}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1771,
     'shots': 260,
     'goals': 31,
     'xG': 34.500042809639126,
     'against': {'shots': 238, 'goals': 25, 'xG': 29.463744504377246}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 703,
     'shots': 101,
     'goals': 17,
     'xG': 17.827338594943285,
     'against': {'shots': 122, 'goals': 13, 'xG': 12.057626673951745}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 588,
     'shots': 106,
     'goals': 14,
     'xG': 14.553161344490945,
     'against': {'shots': 72, 'goals': 9, 'xG': 10.772228898480535}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 477,
     'shots': 62,
     'goals': 11,
     'xG': 13.232534872367978,
     'against': {'shots': 97, 'goals': 9, 'xG': 9.29057932086289}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 171,
     'shots': 20,
     'goals': 4,
     'xG': 2.7368719028308988,
     'against': {'shots': 30, 'goals': 7, 'xG': 5.287335811182857}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 85,
     'goals': 9,
     'xG': 8.764345632866025,
     'against': {'shots': 72, 'goals': 7, 'xG': 7.711631172336638}},
    '16-30': {'stat': '16-30',
     'shots': 87,
     'goals': 15,
     'xG': 12.561027397867292,
     'against': {'shots': 75, 'goals': 6, 'xG': 8.735143578611314}},
    '31-45': {'stat': '31-45',
     'shots': 77,
     'goals': 12,
     'xG': 12.910046314820647,
     'against': {'shots': 78, 'goals': 10, 'xG': 8.148246170952916}},
    '46-60': {'stat': '46-60',
     'shots': 112,
     'goals': 9,
     'xG': 18.049199688248336,
     'against': {'shots': 131, 'goals': 13, 'xG': 18.755607505328953}},
    '61-75': {'stat': '61-75',
     'shots': 81,
     'goals': 15,
     'xG': 14.71678280737251,
     'against': {'shots': 67, 'goals': 9, 'xG': 6.260751636698842}},
    '76+': {'stat': '76+',
     'shots': 107,
     'goals': 17,
     'xG': 15.848547683097422,
     'against': {'shots': 136, 'goals': 18, 'xG': 17.260135144926608}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 1,
     'goals': 1,
     'xG': 1,
     'against': {'shots': 3, 'goals': 3, 'xG': 3}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 190,
     'goals': 8,
     'xG': 6.932846748735756,
     'against': {'shots': 184, 'goals': 5, 'xG': 6.201478383503854}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 312,
     'goals': 52,
     'xG': 55.287476173602045,
     'against': {'shots': 318, 'goals': 43, 'xG': 40.405692777596414}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 46,
     'goals': 16,
     'xG': 19.629626601934433,
     'against': {'shots': 54, 'goals': 12, 'xG': 17.264344047755003}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 353,
     'goals': 41,
     'xG': 52.081045385450125,
     'against': {'shots': 304, 'goals': 34, 'xG': 33.31447993032634}},
    'Standard': {'stat': 'Standard',
     'shots': 115,
     'goals': 22,
     'xG': 19.98117615096271,
     'against': {'shots': 160, 'goals': 14, 'xG': 17.604135874658823}},
    'Slow': {'stat': 'Slow',
     'shots': 43,
     'goals': 6,
     'xG': 4.462205856572837,
     'against': {'shots': 59, 'goals': 8, 'xG': 9.730382354930043}},
    'Fast': {'stat': 'Fast',
     'shots': 38,
     'goals': 8,
     'xG': 6.3255221312865615,
     'against': {'shots': 36, 'goals': 7, 'xG': 6.2225170489400625}}},
   'result': {'BlockedShot': {'shots': 152,
     'goals': 0,
     'xG': 11.870416939258575,
     'against': {'shots': 171, 'goals': 0, 'xG': 10.649491814896464}},
    'MissedShots': {'shots': 175,
     'goals': 0,
     'xG': 17.782381599768996,
     'against': {'shots': 183, 'goals': 0, 'xG': 18.975544010289013}},
    'SavedShot': {'shots': 130,
     'goals': 0,
     'xG': 18.710403559729457,
     'against': {'shots': 126, 'goals': 0, 'xG': 13.773062055930495}},
    'Goal': {'shots': 77,
     'goals': 77,
     'xG': 30.879751230124384,
     'against': {'shots': 63, 'goals': 63, 'xG': 20.450587858445942}},
    'ShotOnPost': {'shots': 15,
     'goals': 0,
     'xG': 3.6069961953908205,
     'against': {'shots': 16, 'goals': 0, 'xG': 3.022829469293356}}}},
  'players_data': [{'id': '8497',
    'player_name': 'Cole Palmer',
    'games': '33',
    'time': '2635',
    'goals': '22',
    'xG': '17.83224501274526',
    'assists': '11',
    'xA': '11.869294486939907',
    'shots': '108',
    'key_passes': '72',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Chelsea',
    'npg': '13',
    'npxG': '10.981725485995412',
    'xGChain': '31.036520244553685',
    'xGBuildup': '15.302413104102015'},
   {'id': '10048',
    'player_name': 'Nicolas Jackson',
    'games': '35',
    'time': '2818',
    'goals': '14',
    'xG': '19.860593939200044',
    'assists': '5',
    'xA': '5.2836981769651175',
    'shots': '80',
    'key_passes': '36',
    'yellow_cards': '10',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Chelsea',
    'npg': '14',
    'npxG': '19.860593939200044',
    'xGChain': '27.917255371809006',
    'xGBuildup': '7.270463835448027'},
   {'id': '618',
    'player_name': 'Raheem Sterling',
    'games': '31',
    'time': '1987',
    'goals': '8',
    'xG': '8.573790527880192',
    'assists': '4',
    'xA': '4.971372967585921',
    'shots': '51',
    'key_passes': '30',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Chelsea',
    'npg': '8',
    'npxG': '8.573790527880192',
    'xGChain': '19.289956534281373',
    'xGBuildup': '8.898095147684216'},
   {'id': '9040',
    'player_name': 'Conor Gallagher',
    'games': '37',
    'time': '3171',
    'goals': '5',
    'xG': '4.717563968151808',
    'assists': '7',
    'xA': '5.792711144313216',
    'shots': '48',
    'key_passes': '52',
    'yellow_cards': '7',
    'red_cards': '1',
    'position': 'M',
    'team_title': 'Chelsea',
    'npg': '5',
    'npxG': '4.717563968151808',
    'xGChain': '25.90884201787412',
    'xGBuildup': '18.712417108938098'},
   {'id': '11305',
    'player_name': 'Mykhailo Mudryk',
    'games': '31',
    'time': '1563',
    'goals': '5',
    'xG': '5.111277528107166',
    'assists': '2',
    'xA': '3.8853818774223328',
    'shots': '35',
    'key_passes': '32',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Chelsea',
    'npg': '5',
    'npxG': '5.111277528107166',
    'xGChain': '10.99068268481642',
    'xGBuildup': '4.357236756011844'},
   {'id': '11357',
    'player_name': 'Noni Madueke',
    'games': '23',
    'time': '1066',
    'goals': '5',
    'xG': '3.0036024190485477',
    'assists': '2',
    'xA': '2.160680465400219',
    'shots': '32',
    'key_passes': '20',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Chelsea',
    'npg': '4',
    'npxG': '2.2424335815012455',
    'xGChain': '7.7808678727597',
    'xGBuildup': '4.740718839690089'},
   {'id': '3288',
    'player_name': 'Thiago Silva',
    'games': '31',
    'time': '2530',
    'goals': '3',
    'xG': '0.7915211245417595',
    'assists': '1',
    'xA': '1.4041369603946805',
    'shots': '14',
    'key_passes': '9',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '3',
    'npxG': '0.7915211245417595',
    'xGChain': '14.303374078124762',
    'xGBuildup': '14.190275978296995'},
   {'id': '3300',
    'player_name': 'Christopher Nkunku',
    'games': '11',
    'time': '416',
    'goals': '3',
    'xG': '2.4121735505759716',
    'assists': '0',
    'xA': '0.2275804504752159',
    'shots': '16',
    'key_passes': '3',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Chelsea',
    'npg': '3',
    'npxG': '2.4121735505759716',
    'xGChain': '4.83782403729856',
    'xGBuildup': '2.7286274563521147'},
   {'id': '11356',
    'player_name': 'Enzo Fernández',
    'games': '28',
    'time': '2237',
    'goals': '3',
    'xG': '6.147583088837564',
    'assists': '2',
    'xA': '3.5588307976722717',
    'shots': '47',
    'key_passes': '32',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Chelsea',
    'npg': '2',
    'npxG': '4.62524542491883',
    'xGChain': '18.34273999929428',
    'xGBuildup': '12.553447233512998'},
   {'id': '6885',
    'player_name': 'Axel Disasi',
    'games': '31',
    'time': '2586',
    'goals': '2',
    'xG': '2.678889036178589',
    'assists': '0',
    'xA': '0.19504063576459885',
    'shots': '16',
    'key_passes': '3',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '2',
    'npxG': '2.678889036178589',
    'xGChain': '14.653339916840196',
    'xGBuildup': '14.106656992807984'},
   {'id': '6615',
    'player_name': 'Trevoh Chalobah',
    'games': '13',
    'time': '944',
    'goals': '1',
    'xG': '0.35911528021097183',
    'assists': '0',
    'xA': '0.07494096830487251',
    'shots': '2',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '1',
    'npxG': '0.35911528021097183',
    'xGChain': '4.417237082496285',
    'xGBuildup': '4.417237082496285'},
   {'id': '8384',
    'player_name': 'Armando Broja',
    'games': '13',
    'time': '448',
    'goals': '1',
    'xG': '2.4893455486744642',
    'assists': '0',
    'xA': '0.13792585209012032',
    'shots': '13',
    'key_passes': '3',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Chelsea',
    'npg': '1',
    'npxG': '2.4893455486744642',
    'xGChain': '3.597324600443244',
    'xGBuildup': '1.0137090012431145'},
   {'id': '9356',
    'player_name': 'Carney Chukwuemeka',
    'games': '9',
    'time': '219',
    'goals': '1',
    'xG': '0.11761219799518585',
    'assists': '1',
    'xA': '0.24838955141603947',
    'shots': '3',
    'key_passes': '5',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Chelsea',
    'npg': '1',
    'npxG': '0.11761219799518585',
    'xGChain': '0.47145750373601913',
    'xGBuildup': '0.10545574314892292'},
   {'id': '9453',
    'player_name': 'Moisés Caicedo',
    'games': '35',
    'time': '2897',
    'goals': '1',
    'xG': '0.2973291608504951',
    'assists': '3',
    'xA': '2.4989760648459196',
    'shots': '13',
    'key_passes': '22',
    'yellow_cards': '11',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Chelsea',
    'npg': '1',
    'npxG': '0.2973291608504951',
    'xGChain': '25.048321802169085',
    'xGBuildup': '23.26216376759112'},
   {'id': '10805',
    'player_name': 'Levi Colwill',
    'games': '23',
    'time': '1813',
    'goals': '1',
    'xG': '0.7760256305336952',
    'assists': '1',
    'xA': '1.2379922457039356',
    'shots': '11',
    'key_passes': '7',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '1',
    'npxG': '0.7760256305336952',
    'xGChain': '8.106331346556544',
    'xGBuildup': '7.155624521896243'},
   {'id': '11595',
    'player_name': 'Alfie Gilchrist',
    'games': '11',
    'time': '192',
    'goals': '1',
    'xG': '0.6408083289861679',
    'assists': '0',
    'xA': '0',
    'shots': '5',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '1',
    'npxG': '0.6408083289861679',
    'xGChain': '0.9851318392902613',
    'xGBuildup': '0.509981470182538'},
   {'id': '782',
    'player_name': 'Ben Chilwell',
    'games': '13',
    'time': '771',
    'goals': '0',
    'xG': '1.2212005220353603',
    'assists': '1',
    'xA': '1.793320189230144',
    'shots': '12',
    'key_passes': '14',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '1.2212005220353603',
    'xGChain': '3.850440725684166',
    'xGBuildup': '1.9574524844065309'},
   {'id': '7134',
    'player_name': 'Marc Cucurella',
    'games': '21',
    'time': '1788',
    'goals': '0',
    'xG': '1.4538506548851728',
    'assists': '2',
    'xA': '1.254556130617857',
    'shots': '8',
    'key_passes': '19',
    'yellow_cards': '10',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '1.4538506548851728',
    'xGChain': '12.102387934923172',
    'xGBuildup': '10.091670595109463'},
   {'id': '7240',
    'player_name': 'Benoit Badiashile Mukinayi',
    'games': '18',
    'time': '1338',
    'goals': '0',
    'xG': '0.5172926671802998',
    'assists': '1',
    'xA': '1.5548250479623675',
    'shots': '6',
    'key_passes': '6',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0.5172926671802998',
    'xGChain': '8.460209622979164',
    'xGBuildup': '8.366715781390667'},
   {'id': '8067',
    'player_name': 'Reece James',
    'games': '10',
    'time': '422',
    'goals': '0',
    'xG': '0.3389957156032324',
    'assists': '2',
    'xA': '2.679515279829502',
    'shots': '7',
    'key_passes': '11',
    'yellow_cards': '0',
    'red_cards': '2',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0.3389957156032324',
    'xGChain': '3.0341393500566483',
    'xGBuildup': '1.8427834287285805'},
   {'id': '9017',
    'player_name': 'Malo Gusto',
    'games': '27',
    'time': '1754',
    'goals': '0',
    'xG': '1.700457390397787',
    'assists': '6',
    'xA': '5.507309950888157',
    'shots': '15',
    'key_passes': '32',
    'yellow_cards': '7',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '1.700457390397787',
    'xGChain': '14.041902555152774',
    'xGBuildup': '10.585735710337758'},
   {'id': '9098',
    'player_name': 'Robert Sánchez',
    'games': '16',
    'time': '1438',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '4.148339273408055',
    'xGBuildup': '4.148339273408055'},
   {'id': '9451',
    'player_name': 'Chimuanya Ugochukwu',
    'games': '12',
    'time': '289',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.18544436991214752',
    'shots': '0',
    'key_passes': '3',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.2840482108294964',
    'xGBuildup': '2.163483928889036'},
   {'id': '10004',
    'player_name': 'Romeo Lavia',
    'games': '1',
    'time': '29',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '10433',
    'player_name': 'Cesare Casadei',
    'games': '11',
    'time': '48',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.11868480406701565',
    'shots': '0',
    'key_passes': '2',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.1853423323482275',
    'xGBuildup': '0.0880566667765379'},
   {'id': '11807',
    'player_name': 'Ian Maatsen',
    'games': '12',
    'time': '169',
    'goals': '0',
    'xG': '0.6834889836609364',
    'assists': '0',
    'xA': '0.05732445325702429',
    'shots': '5',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0.6834889836609364',
    'xGChain': '1.3501509558409452',
    'xGBuildup': '0.6530423145741224'},
   {'id': '11810',
    'player_name': 'Mason Burstow',
    'games': '2',
    'time': '2',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12032',
    'player_name': 'Djordje Petrovic',
    'games': '23',
    'time': '1982',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'GK S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '3.3123070560395718',
    'xGBuildup': '3.3123070560395718'},
   {'id': '12033',
    'player_name': 'Deivid Washington',
    'games': '2',
    'time': '7',
    'goals': '0',
    'xG': '0.12518750131130219',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0.12518750131130219',
    'xGChain': '0.19184502959251404',
    'xGBuildup': '0.06665752828121185'},
   {'id': '12086',
    'player_name': 'Alex Matos',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12497',
    'player_name': 'Jimi Tauriainen',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12535',
    'player_name': 'Josh Acheampong',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Chelsea',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'}]},
 'https://understat.com/team/West_Ham/2023': {'matches': [{'id': '22277',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.51025', 'a': '1.4834'},
    'datetime': '2023-08-12 14:00:00',
    'forecast': {'w': 0.384274921112153,
     'd': 0.24327038324879768,
     'l': 0.3724546954778415},
    'result': 'd'},
   {'id': '22293',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.71234', 'a': '1.60916'},
    'datetime': '2023-08-20 15:30:00',
    'forecast': {'w': 0.4071118063085958,
     'd': 0.22910532949038562,
     'l': 0.36378286349493827},
    'result': 'w'},
   {'id': '22301',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.3743', 'a': '2.9527'},
    'datetime': '2023-08-26 16:30:00',
    'forecast': {'w': 0.15090973275029126,
     'd': 0.15303264461527963,
     'l': 0.6960570707752424},
    'result': 'w'},
   {'id': '21925',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '2.02244', 'a': '1.22528'},
    'datetime': '2023-09-01 19:00:00',
    'forecast': {'w': 0.5582049879117781,
     'd': 0.21407018017918727,
     'l': 0.22772482742191158},
    'result': 'w'},
   {'id': '21937',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.895632', 'a': '4.15046'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.03552457282530197,
     'd': 0.06424755053404889,
     'l': 0.9001976795763983},
    'result': 'l'},
   {'id': '21953',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '4.14262', 'a': '1.53878'},
    'datetime': '2023-09-24 13:00:00',
    'forecast': {'w': 0.8148932229398854,
     'd': 0.09706346526590612,
     'l': 0.08801374658233012},
    'result': 'l'},
   {'id': '21960',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '3.19753', 'a': '0.911997'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.8152723962433913,
     'd': 0.11281414747466972,
     'l': 0.07191200291411064},
    'result': 'w'},
   {'id': '21973',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.931345', 'a': '1.97865'},
    'datetime': '2023-10-08 13:00:00',
    'forecast': {'w': 0.17054021154570137,
     'd': 0.21175908456855447,
     'l': 0.6177007005239555},
    'result': 'd'},
   {'id': '21976',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '2.34143', 'a': '0.659622'},
    'datetime': '2023-10-22 15:30:00',
    'forecast': {'w': 0.7509713246845321,
     'd': 0.16181927551568748,
     'l': 0.08720936981909111},
    'result': 'l'},
   {'id': '21993',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.618578', 'a': '0.733813'},
    'datetime': '2023-10-29 13:00:00',
    'forecast': {'w': 0.269917048703301,
     'd': 0.39002775714726057,
     'l': 0.3400551941494348},
    'result': 'l'},
   {'id': '21995',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.82944', 'a': '1.75505'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.4052249615392112,
     'd': 0.21972806879485854,
     'l': 0.3750469677894359},
    'result': 'l'},
   {'id': '22013',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '2.06402', 'a': '1.42128'},
    'datetime': '2023-11-12 14:00:00',
    'forecast': {'w': 0.5239720868436595,
     'd': 0.2124037656640279,
     'l': 0.2636241416014421},
    'result': 'w'},
   {'id': '22016',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.44228', 'a': '1.36963'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.3904407081101293,
     'd': 0.2519995675120673,
     'l': 0.35755972430574773},
    'result': 'w'},
   {'id': '22034',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.1466', 'a': '0.987682'},
    'datetime': '2023-12-03 14:00:00',
    'forecast': {'w': 0.39276293477153695,
     'd': 0.29540200251952586,
     'l': 0.3118350627066489},
    'result': 'd'},
   {'id': '22041',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.61268', 'a': '1.7409'},
    'datetime': '2023-12-07 20:15:00',
    'forecast': {'w': 0.3593441883533979,
     'd': 0.2277131638782417,
     'l': 0.4129426469337319},
    'result': 'w'},
   {'id': '22049',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '2.1884', 'a': '0.983'},
    'datetime': '2023-12-10 14:00:00',
    'forecast': {'w': 0.6479266340330727,
     'd': 0.19400387711621922,
     'l': 0.1580694763118753},
    'result': 'l'},
   {'id': '22064',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '1.03828', 'a': '0.556206'},
    'datetime': '2023-12-17 14:00:00',
    'forecast': {'w': 0.46724936883689927,
     'd': 0.33830487392113173,
     'l': 0.19444575724146024},
    'result': 'w'},
   {'id': '22072',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.51468', 'a': '0.730496'},
    'datetime': '2023-12-23 12:30:00',
    'forecast': {'w': 0.5603356125851056,
     'd': 0.259782298887927,
     'l': 0.17988208843290093},
    'result': 'w'},
   {'id': '22076',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '2.7884', 'a': '1.59711'},
    'datetime': '2023-12-28 20:15:00',
    'forecast': {'w': 0.6258378813401698,
     'd': 0.1704795523031737,
     'l': 0.2036822939425378},
    'result': 'w'},
   {'id': '22093',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.9831', 'a': '2.1552'},
    'datetime': '2024-01-02 18:30:00',
    'forecast': {'w': 0.1616001688675627,
     'd': 0.196986924095816,
     'l': 0.641412896754826},
    'result': 'd'},
   {'id': '22101',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.61362', 'a': '2.4241'},
    'datetime': '2024-01-21 14:00:00',
    'forecast': {'w': 0.44166938186802884,
     'd': 0.18222514518956262,
     'l': 0.3761053049942421},
    'result': 'd'},
   {'id': '22110',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.3128', 'a': '1.13487'},
    'datetime': '2024-02-01 19:30:00',
    'forecast': {'w': 0.4066891015111778,
     'd': 0.2720888961486682,
     'l': 0.3212220023251054},
    'result': 'd'},
   {'id': '22122',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '0.96721', 'a': '1.1807'},
    'datetime': '2024-02-04 14:00:00',
    'forecast': {'w': 0.29919923043540153,
     'd': 0.2932762472402748,
     'l': 0.40752452232107444},
    'result': 'l'},
   {'id': '22133',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '6'},
    'xG': {'h': '0.191065', 'a': '3.99893'},
    'datetime': '2024-02-11 14:00:00',
    'forecast': {'w': 0.004525815653360212,
     'd': 0.029126465887363322,
     'l': 0.9663278469956009},
    'result': 'l'},
   {'id': '22142',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.66942', 'a': '0.520016'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.8281043103078662,
     'd': 0.12156653512362749,
     'l': 0.05032899654064433},
    'result': 'l'},
   {'id': '22153',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '2.06873', 'a': '1.33683'},
    'datetime': '2024-02-26 20:00:00',
    'forecast': {'w': 0.5432657354830092,
     'd': 0.21170226613102905,
     'l': 0.24503199234047465},
    'result': 'w'},
   {'id': '22157',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '3.12075', 'a': '2.17948'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.5730460915989906,
     'd': 0.1649568956944063,
     'l': 0.2619959172009257},
    'result': 'w'},
   {'id': '22173',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.87414', 'a': '0.88131'},
    'datetime': '2024-03-10 14:00:00',
    'forecast': {'w': 0.6073995192263119,
     'd': 0.2207961350617047,
     'l': 0.17180434407031825},
    'result': 'd'},
   {'id': '22183',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.32829', 'a': '0.911274'},
    'datetime': '2024-03-17 14:00:00',
    'forecast': {'w': 0.4632936695308348,
     'd': 0.2800975142707677,
     'l': 0.2566088161827048},
    'result': 'd'},
   {'id': '22191',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '4', 'a': '3'},
    'xG': {'h': '3.80922', 'a': '0.994584'},
    'datetime': '2024-03-30 12:30:00',
    'forecast': {'w': 0.8620365442829016,
     'd': 0.08448984451996541,
     'l': 0.05346219569394086},
    'result': 'l'},
   {'id': '22199',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.47017', 'a': '1.39423'},
    'datetime': '2024-04-02 19:15:00',
    'forecast': {'w': 0.3923855664334051,
     'd': 0.24931747337844967,
     'l': 0.35829696009509965},
    'result': 'd'},
   {'id': '22214',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.78341', 'a': '1.14133'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.5240809232932592,
     'd': 0.23285023706082353,
     'l': 0.24306883879545796},
    'result': 'w'},
   {'id': '22224',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.45307', 'a': '3.61413'},
    'datetime': '2024-04-14 13:00:00',
    'forecast': {'w': 0.11017525834023696,
     'd': 0.11852010691434568,
     'l': 0.7712984241841179},
    'result': 'l'},
   {'id': '22227',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '5', 'a': '2'},
    'xG': {'h': '3.7185', 'a': '1.34536'},
    'datetime': '2024-04-21 14:00:00',
    'forecast': {'w': 0.8005118198006993,
     'd': 0.10793959238367729,
     'l': 0.09153994237902767},
    'result': 'l'},
   {'id': '22243',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.794025', 'a': '2.29298'},
    'datetime': '2024-04-27 11:30:00',
    'forecast': {'w': 0.11342138253500342,
     'd': 0.17514179065119062,
     'l': 0.711436803896392},
    'result': 'd'},
   {'id': '22249',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '4.21838', 'a': '0.893899'},
    'datetime': '2024-05-05 13:00:00',
    'forecast': {'w': 0.9046664924711507,
     'd': 0.06157759323978279,
     'l': 0.033719724766337285},
    'result': 'l'},
   {'id': '22263',
    'isResult': True,
    'side': 'h',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.71009', 'a': '0.640456'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.9031786691287146,
     'd': 0.06735362220883646,
     'l': 0.029459286893918645},
    'result': 'w'},
   {'id': '22273',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.31504', 'a': '0.240159'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.8455025098386041,
     'd': 0.12725001009287887,
     'l': 0.027247454148061553},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 315,
     'goals': 42,
     'xG': 39.796167894266546,
     'against': {'shots': 498, 'goals': 56, 'xG': 58.00523298885673}},
    'FromCorner': {'shots': 86,
     'goals': 12,
     'xG': 9.331754996441305,
     'against': {'shots': 104, 'goals': 8, 'xG': 12.588187566027045}},
    'SetPiece': {'shots': 28,
     'goals': 2,
     'xG': 3.4121877336874604,
     'against': {'shots': 29, 'goals': 2, 'xG': 3.9555338113568723}},
    'DirectFreekick': {'shots': 17,
     'goals': 0,
     'xG': 1.0475065894424915,
     'against': {'shots': 16, 'goals': 0, 'xG': 0.9148045256733894}},
    'Penalty': {'shots': 5,
     'goals': 4,
     'xG': 3.8058441877365112,
     'against': {'shots': 10, 'goals': 8, 'xG': 7.6116883754730225}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 2858,
     'shots': 364,
     'goals': 47,
     'xG': 42.90358370076865,
     'against': {'shots': 498, 'goals': 54, 'xG': 66.81114186858758}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 152,
     'shots': 17,
     'goals': 1,
     'xG': 1.8794902535155416,
     'against': {'shots': 35, 'goals': 6, 'xG': 3.9022383894771338}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 115,
     'shots': 16,
     'goals': 4,
     'xG': 4.113704012706876,
     'against': {'shots': 23, 'goals': 2, 'xG': 1.953258072026074}},
    '4-4-2': {'stat': '4-4-2',
     'time': 95,
     'shots': 12,
     'goals': 2,
     'xG': 2.0809956081211567,
     'against': {'shots': 17, 'goals': 3, 'xG': 2.8871245868504047}},
    '4-3-3': {'stat': '4-3-3',
     'time': 95,
     'shots': 11,
     'goals': 2,
     'xG': 1.7505140034481883,
     'against': {'shots': 23, 'goals': 1, 'xG': 1.6168287452310324}},
    '4-5-1': {'stat': '4-5-1',
     'time': 94,
     'shots': 11,
     'goals': 1,
     'xG': 1.470171445980668,
     'against': {'shots': 13, 'goals': 1, 'xG': 1.3942307271063328}},
    '3-4-3': {'stat': '3-4-3',
     'time': 91,
     'shots': 5,
     'goals': 1,
     'xG': 0.2108938917517662,
     'against': {'shots': 26, 'goals': 3, 'xG': 1.5969175808131695}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 88,
     'shots': 7,
     'goals': 1,
     'xG': 1.6620281338691711,
     'against': {'shots': 8, 'goals': 3, 'xG': 1.569817192852497}},
    '4-3-2-1': {'stat': '4-3-2-1',
     'time': 71,
     'shots': 7,
     'goals': 1,
     'xG': 1.2300041541457176,
     'against': {'shots': 8, 'goals': 1, 'xG': 1.098194619640708}},
    '5-4-1': {'stat': '5-4-1',
     'time': 13,
     'shots': 1,
     'goals': 0,
     'xG': 0.09207619726657867,
     'against': {'shots': 6, 'goals': 0, 'xG': 0.24569548480212688}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1638,
     'shots': 189,
     'goals': 26,
     'xG': 26.908838872797787,
     'against': {'shots': 263, 'goals': 28, 'xG': 31.666732653975487}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 767,
     'shots': 124,
     'goals': 14,
     'xG': 11.922669799998403,
     'against': {'shots': 123, 'goals': 14, 'xG': 18.118535434361547}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 571,
     'shots': 62,
     'goals': 12,
     'xG': 9.302786440588534,
     'against': {'shots': 112, 'goals': 12, 'xG': 13.327014240436256}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 411,
     'shots': 47,
     'goals': 5,
     'xG': 5.504878205247223,
     'against': {'shots': 81, 'goals': 15, 'xG': 13.025529511272907}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 285,
     'shots': 29,
     'goals': 3,
     'xG': 3.7542880829423666,
     'against': {'shots': 78, 'goals': 5, 'xG': 6.937635427340865}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 64,
     'goals': 7,
     'xG': 8.924975391477346,
     'against': {'shots': 86, 'goals': 14, 'xG': 12.529614676721394}},
    '16-30': {'stat': '16-30',
     'shots': 69,
     'goals': 9,
     'xG': 7.9368638545274734,
     'against': {'shots': 101, 'goals': 9, 'xG': 9.096516097895801}},
    '31-45': {'stat': '31-45',
     'shots': 69,
     'goals': 9,
     'xG': 7.857922077178955,
     'against': {'shots': 107, 'goals': 10, 'xG': 16.203377714380622}},
    '46-60': {'stat': '46-60',
     'shots': 82,
     'goals': 10,
     'xG': 8.724148488603532,
     'against': {'shots': 132, 'goals': 15, 'xG': 16.848114700056612}},
    '61-75': {'stat': '61-75',
     'shots': 64,
     'goals': 11,
     'xG': 10.316415227018297,
     'against': {'shots': 107, 'goals': 10, 'xG': 12.64733920013532}},
    '76+': {'stat': '76+',
     'shots': 103,
     'goals': 14,
     'xG': 13.63313636276871,
     'against': {'shots': 124, 'goals': 16, 'xG': 15.750484878197312}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 2,
     'goals': 2,
     'xG': 2,
     'against': {'shots': 4, 'goals': 4, 'xG': 4}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 138,
     'goals': 8,
     'xG': 4.507957597263157,
     'against': {'shots': 232, 'goals': 9, 'xG': 7.427151986397803}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 257,
     'goals': 34,
     'xG': 34.47656791750342,
     'against': {'shots': 373, 'goals': 48, 'xG': 55.501009094994515}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 54,
     'goals': 16,
     'xG': 16.40893588680774,
     'against': {'shots': 48, 'goals': 13, 'xG': 16.147286185994744}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 253,
     'goals': 30,
     'xG': 29.858211156912148,
     'against': {'shots': 413, 'goals': 43, 'xG': 45.8869915837422}},
    'Standard': {'stat': 'Standard',
     'shots': 136,
     'goals': 18,
     'xG': 17.597293507307768,
     'against': {'shots': 159, 'goals': 18, 'xG': 25.07021427853033}},
    'Slow': {'stat': 'Slow',
     'shots': 36,
     'goals': 4,
     'xG': 3.494033838622272,
     'against': {'shots': 62, 'goals': 8, 'xG': 7.140015449374914}},
    'Fast': {'stat': 'Fast',
     'shots': 26,
     'goals': 8,
     'xG': 6.443922898732126,
     'against': {'shots': 23, 'goals': 5, 'xG': 4.978225955739617}}},
   'result': {'MissedShots': {'shots': 172,
     'goals': 0,
     'xG': 15.714524620212615,
     'against': {'shots': 220, 'goals': 0, 'xG': 18.963498402386904}},
    'Goal': {'shots': 60,
     'goals': 60,
     'xG': 21.41523688007146,
     'against': {'shots': 74, 'goals': 74, 'xG': 30.773684297688305}},
    'SavedShot': {'shots': 93,
     'goals': 0,
     'xG': 11.0975621631369,
     'against': {'shots': 171, 'goals': 0, 'xG': 18.51040510321036}},
    'BlockedShot': {'shots': 115,
     'goals': 0,
     'xG': 7.079645985737443,
     'against': {'shots': 183, 'goals': 0, 'xG': 12.70842990744859}},
    'ShotOnPost': {'shots': 11,
     'goals': 0,
     'xG': 2.0864917524158955,
     'against': {'shots': 9, 'goals': 0, 'xG': 2.1194295566529036}}}},
  'players_data': [{'id': '1776',
    'player_name': 'Jarrod Bowen',
    'games': '34',
    'time': '3026',
    'goals': '16',
    'xG': '13.498636420816183',
    'assists': '6',
    'xA': '6.437707958742976',
    'shots': '85',
    'key_passes': '32',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M',
    'team_title': 'West Ham',
    'npg': '16',
    'npxG': '13.498636420816183',
    'xGChain': '17.76942592486739',
    'xGBuildup': '2.457054629921913'},
   {'id': '12027',
    'player_name': 'Mohammed Kudus',
    'games': '33',
    'time': '2490',
    'goals': '8',
    'xG': '5.1772670187056065',
    'assists': '6',
    'xA': '3.5089522134512663',
    'shots': '66',
    'key_passes': '28',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'West Ham',
    'npg': '8',
    'npxG': '5.1772670187056065',
    'xGChain': '11.516938520595431',
    'xGBuildup': '4.337017804384232'},
   {'id': '843',
    'player_name': 'James Ward-Prowse',
    'games': '37',
    'time': '3025',
    'goals': '7',
    'xG': '5.6392913637682796',
    'assists': '7',
    'xA': '8.108484361320734',
    'shots': '44',
    'key_passes': '64',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'West Ham',
    'npg': '5',
    'npxG': '4.116953688673675',
    'xGChain': '11.991799759678543',
    'xGBuildup': '7.065227452665567'},
   {'id': '8288',
    'player_name': 'Tomas Soucek',
    'games': '37',
    'time': '2885',
    'goals': '7',
    'xG': '7.466816443949938',
    'assists': '2',
    'xA': '2.1494441609829664',
    'shots': '42',
    'key_passes': '20',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'West Ham',
    'npg': '7',
    'npxG': '7.466816443949938',
    'xGChain': '12.123065176419914',
    'xGBuildup': '6.039048316888511'},
   {'id': '531',
    'player_name': 'Michail Antonio',
    'games': '26',
    'time': '1775',
    'goals': '6',
    'xG': '6.025665767490864',
    'assists': '2',
    'xA': '1.559285182505846',
    'shots': '30',
    'key_passes': '9',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'West Ham',
    'npg': '6',
    'npxG': '6.025665767490864',
    'xGChain': '8.23398894816637',
    'xGBuildup': '2.5248712673783302'},
   {'id': '7365',
    'player_name': 'Lucas Paquetá',
    'games': '31',
    'time': '2676',
    'goals': '4',
    'xG': '4.605092185549438',
    'assists': '6',
    'xA': '5.833031775429845',
    'shots': '42',
    'key_passes': '41',
    'yellow_cards': '10',
    'red_cards': '0',
    'position': 'F M',
    'team_title': 'West Ham',
    'npg': '2',
    'npxG': '3.0827545104548335',
    'xGChain': '13.320021394640207',
    'xGBuildup': '7.106406299397349'},
   {'id': '935',
    'player_name': 'Kurt Zouma',
    'games': '33',
    'time': '2849',
    'goals': '3',
    'xG': '2.339608912356198',
    'assists': '0',
    'xA': '0.18288415484130383',
    'shots': '16',
    'key_passes': '4',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'West Ham',
    'npg': '3',
    'npxG': '2.339608912356198',
    'xGChain': '3.844586410559714',
    'xGBuildup': '3.714732094667852'},
   {'id': '986',
    'player_name': 'Danny Ings',
    'games': '20',
    'time': '342',
    'goals': '1',
    'xG': '1.2228488996624947',
    'assists': '0',
    'xA': '0.37887247279286385',
    'shots': '12',
    'key_passes': '5',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'West Ham',
    'npg': '1',
    'npxG': '1.2228488996624947',
    'xGChain': '1.6572822146117687',
    'xGBuildup': '0.3996972218155861'},
   {'id': '1245',
    'player_name': 'Emerson',
    'games': '36',
    'time': '3163',
    'goals': '1',
    'xG': '1.6024377886205912',
    'assists': '2',
    'xA': '1.5223980667069554',
    'shots': '19',
    'key_passes': '23',
    'yellow_cards': '10',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'West Ham',
    'npg': '1',
    'npxG': '1.6024377886205912',
    'xGChain': '8.584011431783438',
    'xGBuildup': '6.391479849815369'},
   {'id': '3278',
    'player_name': 'Maxwel Cornet',
    'games': '7',
    'time': '101',
    'goals': '1',
    'xG': '0.5305153168737888',
    'assists': '0',
    'xA': '0.16100368462502956',
    'shots': '4',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'West Ham',
    'npg': '1',
    'npxG': '0.5305153168737888',
    'xGChain': '0.6300216317176819',
    'xGBuildup': '0.10632330924272537'},
   {'id': '6722',
    'player_name': 'Konstantinos Mavropanos',
    'games': '19',
    'time': '1490',
    'goals': '1',
    'xG': '0.8723389487713575',
    'assists': '0',
    'xA': '0.1037653312087059',
    'shots': '12',
    'key_passes': '2',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'West Ham',
    'npg': '1',
    'npxG': '0.8723389487713575',
    'xGChain': '1.4041581582278013',
    'xGBuildup': '1.1598989609628916'},
   {'id': '6935',
    'player_name': 'Naif Aguerd',
    'games': '21',
    'time': '1871',
    'goals': '1',
    'xG': '1.6546711716800928',
    'assists': '0',
    'xA': '0.2851862292736769',
    'shots': '14',
    'key_passes': '4',
    'yellow_cards': '1',
    'red_cards': '1',
    'position': 'D',
    'team_title': 'West Ham',
    'npg': '1',
    'npxG': '1.6546711716800928',
    'xGChain': '3.5052518025040627',
    'xGBuildup': '3.46653238683939'},
   {'id': '11926',
    'player_name': 'Edson Álvarez',
    'games': '31',
    'time': '2405',
    'goals': '1',
    'xG': '1.2118008164688945',
    'assists': '1',
    'xA': '0.5929595055058599',
    'shots': '17',
    'key_passes': '12',
    'yellow_cards': '11',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'West Ham',
    'npg': '1',
    'npxG': '1.2118008164688945',
    'xGChain': '6.416552271693945',
    'xGBuildup': '5.055172272026539'},
   {'id': '12474',
    'player_name': 'George Earthy',
    'games': '3',
    'time': '21',
    'goals': '1',
    'xG': '0.6298984289169312',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'West Ham',
    'npg': '1',
    'npxG': '0.6298984289169312',
    'xGChain': '0.6298984289169312',
    'xGBuildup': '0'},
   {'id': '528',
    'player_name': 'Angelo Ogbonna',
    'games': '11',
    'time': '629',
    'goals': '0',
    'xG': '0.0406796969473362',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0.0406796969473362',
    'xGChain': '0.21213871613144875',
    'xGBuildup': '0.17145901918411255'},
   {'id': '534',
    'player_name': 'Aaron Cresswell',
    'games': '11',
    'time': '414',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.4446245804429054',
    'shots': '0',
    'key_passes': '5',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.32303913682699203',
    'xGBuildup': '0.2730376645922661'},
   {'id': '706',
    'player_name': 'Lukasz Fabianski',
    'games': '10',
    'time': '706',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.3157586343586445',
    'xGBuildup': '0.3157586343586445'},
   {'id': '2310',
    'player_name': 'Alphonse Areola',
    'games': '31',
    'time': '2715',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '1.7693296167999506',
    'xGBuildup': '1.7693296167999506'},
   {'id': '2335',
    'player_name': 'Pablo Fornals',
    'games': '15',
    'time': '392',
    'goals': '0',
    'xG': '0.2919035069644451',
    'assists': '0',
    'xA': '0.5666238348931074',
    'shots': '7',
    'key_passes': '5',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0.2919035069644451',
    'xGChain': '1.4481733404099941',
    'xGBuildup': '0.9896499309688807'},
   {'id': '2674',
    'player_name': 'Thilo Kehrer',
    'games': '4',
    'time': '12',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.09207619726657867',
    'xGBuildup': '0.09207619726657867'},
   {'id': '3585',
    'player_name': 'Said Benrahma',
    'games': '13',
    'time': '619',
    'goals': '0',
    'xG': '1.9243336878716946',
    'assists': '1',
    'xA': '1.6338380239903927',
    'shots': '19',
    'key_passes': '11',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '1.1631648428738117',
    'xGChain': '4.428546093404293',
    'xGBuildup': '1.7844416052103043'},
   {'id': '6424',
    'player_name': 'Ben Johnson',
    'games': '14',
    'time': '509',
    'goals': '0',
    'xG': '0.21550948731601238',
    'assists': '0',
    'xA': '0',
    'shots': '6',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0.21550948731601238',
    'xGChain': '0.6861794609576464',
    'xGBuildup': '0.5518248528242111'},
   {'id': '8719',
    'player_name': 'Kalvin Phillips',
    'games': '8',
    'time': '287',
    'goals': '0',
    'xG': '0.1043798578903079',
    'assists': '0',
    'xA': '0',
    'shots': '3',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0.1043798578903079',
    'xGChain': '0.5237005557864904',
    'xGBuildup': '0.41932069696485996'},
   {'id': '8965',
    'player_name': 'Vladimir Coufal',
    'games': '36',
    'time': '3153',
    'goals': '0',
    'xG': '0.28548409417271614',
    'assists': '7',
    'xA': '4.300948256626725',
    'shots': '8',
    'key_passes': '33',
    'yellow_cards': '5',
    'red_cards': '1',
    'position': 'D',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0.28548409417271614',
    'xGChain': '10.106693800538778',
    'xGBuildup': '6.967354290187359'},
   {'id': '11242',
    'player_name': 'Divin Mubama',
    'games': '5',
    'time': '67',
    'goals': '0',
    'xG': '0.05428127571940422',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0.05428127571940422',
    'xGChain': '0.05428127571940422',
    'xGBuildup': '0'},
   {'id': '11409',
    'player_name': 'Kaelan Casey',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'West Ham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'}]},
 'https://understat.com/team/Tottenham/2023': {'matches': [{'id': '22282',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.90756', 'a': '1.45316'},
    'datetime': '2023-08-13 13:00:00',
    'forecast': {'w': 0.48317029047913296,
     'd': 0.222125853046722,
     'l': 0.2947038543461759},
    'result': 'd'},
   {'id': '22290',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.53904', 'a': '2.44604'},
    'datetime': '2023-08-19 16:30:00',
    'forecast': {'w': 0.42433272490702917,
     'd': 0.18369111205094626,
     'l': 0.39197602648795243},
    'result': 'w'},
   {'id': '22296',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.483582', 'a': '2.26115'},
    'datetime': '2023-08-26 11:30:00',
    'forecast': {'w': 0.06390005906232832,
     'd': 0.15624683885633314,
     'l': 0.7798530829414299},
    'result': 'w'},
   {'id': '21929',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '5'},
    'xG': {'h': '1.66604', 'a': '2.39785'},
    'datetime': '2023-09-02 14:00:00',
    'forecast': {'w': 0.26534876704642896,
     'd': 0.19376412494655476,
     'l': 0.5408870670022656},
    'result': 'w'},
   {'id': '21936',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.15909', 'a': '0.790655'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.687939624510142,
     'd': 0.18792793865878635,
     'l': 0.12413242630570803},
    'result': 'w'},
   {'id': '21952',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.3429', 'a': '2.21166'},
    'datetime': '2023-09-24 13:00:00',
    'forecast': {'w': 0.4275041275919549,
     'd': 0.1926212932787614,
     'l': 0.3798745345269451},
    'result': 'd'},
   {'id': '21962',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.18823', 'a': '1.12299'},
    'datetime': '2023-09-30 16:30:00',
    'forecast': {'w': 0.6156636285427267,
     'd': 0.1987409044293865,
     'l': 0.18559545450039056},
    'result': 'w'},
   {'id': '21971',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.848118', 'a': '2.37947'},
    'datetime': '2023-10-07 11:30:00',
    'forecast': {'w': 0.11575648857120416,
     'd': 0.1703407039419404,
     'l': 0.7139027706322937},
    'result': 'w'},
   {'id': '21984',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.63523', 'a': '0.745838'},
    'datetime': '2023-10-23 19:00:00',
    'forecast': {'w': 0.5866513266848356,
     'd': 0.24461917142801878,
     'l': 0.168729501621979},
    'result': 'w'},
   {'id': '21990',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.561834', 'a': '0.989103'},
    'datetime': '2023-10-27 19:00:00',
    'forecast': {'w': 0.20385555218678103,
     'd': 0.34730516611651413,
     'l': 0.4488392816964477},
    'result': 'w'},
   {'id': '22004',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '0.959108', 'a': '4.05865'},
    'datetime': '2023-11-06 20:00:00',
    'forecast': {'w': 0.04237291972563763,
     'd': 0.07140562950880172,
     'l': 0.8861979584180467},
    'result': 'l'},
   {'id': '22014',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.90884', 'a': '0.432315'},
    'datetime': '2023-11-11 12:30:00',
    'forecast': {'w': 0.7316328392497214,
     'd': 0.1935787970610301,
     'l': 0.07478836159627561},
    'result': 'l'},
   {'id': '22024',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '2.22542', 'a': '2.39755'},
    'datetime': '2023-11-26 14:00:00',
    'forecast': {'w': 0.3735629360331832,
     'd': 0.19086161422409528,
     'l': 0.4355753935629443},
    'result': 'l'},
   {'id': '22031',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '3', 'a': '3'},
    'xG': {'h': '2.90729', 'a': '0.433077'},
    'datetime': '2023-12-03 16:30:00',
    'forecast': {'w': 0.8708771278974599,
     'd': 0.09619149724556421,
     'l': 0.032930918713566654},
    'result': 'd'},
   {'id': '22041',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.61268', 'a': '1.7409'},
    'datetime': '2023-12-07 20:15:00',
    'forecast': {'w': 0.3593441883533979,
     'd': 0.2277131638782417,
     'l': 0.4129426469337319},
    'result': 'l'},
   {'id': '22053',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '4.40118', 'a': '1.61368'},
    'datetime': '2023-12-10 16:30:00',
    'forecast': {'w': 0.8286471044159285,
     'd': 0.08943874703701556,
     'l': 0.08185634053932678},
    'result': 'w'},
   {'id': '22063',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.70569', 'a': '1.60738'},
    'datetime': '2023-12-15 20:00:00',
    'forecast': {'w': 0.4059366332131681,
     'd': 0.2294596842323315,
     'l': 0.3646036818766291},
    'result': 'w'},
   {'id': '22071',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.57527', 'a': '1.98385'},
    'datetime': '2023-12-23 15:00:00',
    'forecast': {'w': 0.3091196363178092,
     'd': 0.21640102137097497,
     'l': 0.47447933867131264},
    'result': 'w'},
   {'id': '22078',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '3.84702', 'a': '2.06955'},
    'datetime': '2023-12-28 19:30:00',
    'forecast': {'w': 0.6995246509066341,
     'd': 0.13096501659743864,
     'l': 0.1694975416053266},
    'result': 'l'},
   {'id': '22092',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.15027', 'a': '1.58229'},
    'datetime': '2023-12-31 14:00:00',
    'forecast': {'w': 0.5082905713953717,
     'd': 0.2071967217720695,
     'l': 0.28451269668254286},
    'result': 'w'},
   {'id': '22099',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.923233', 'a': '1.31224'},
    'datetime': '2024-01-14 16:30:00',
    'forecast': {'w': 0.2627017597338304,
     'd': 0.28144440123020864,
     'l': 0.4558538390226578},
    'result': 'd'},
   {'id': '22109',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '3.36194', 'a': '1.59637'},
    'datetime': '2024-01-31 19:30:00',
    'forecast': {'w': 0.7143614497385106,
     'd': 0.13812869355874385,
     'l': 0.14750720787810037},
    'result': 'w'},
   {'id': '22121',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.25881', 'a': '0.922371'},
    'datetime': '2024-02-03 12:30:00',
    'forecast': {'w': 0.8202750691476212,
     'd': 0.10970211560275965,
     'l': 0.07002098949990894},
    'result': 'd'},
   {'id': '22132',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.10928', 'a': '1.49285'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.5183330171101007,
     'd': 0.20964718788620834,
     'l': 0.2720197871587888},
    'result': 'w'},
   {'id': '22144',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.59768', 'a': '1.77591'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.34960497644707184,
     'd': 0.2265285541508788,
     'l': 0.42386646840609477},
    'result': 'l'},
   {'id': '22164',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.6625', 'a': '0.277887'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.8765352748141058,
     'd': 0.09979903999234559,
     'l': 0.023665532222196268},
    'result': 'w'},
   {'id': '22167',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '1.23267', 'a': '2.25381'},
    'datetime': '2024-03-10 13:00:00',
    'forecast': {'w': 0.19947670307312235,
     'd': 0.19648517283379713,
     'l': 0.604038105733991},
    'result': 'w'},
   {'id': '22180',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.47234', 'a': '2.14564'},
    'datetime': '2024-03-16 17:30:00',
    'forecast': {'w': 0.46396565513708643,
     'd': 0.18956624936284067,
     'l': 0.3464680257505603},
    'result': 'l'},
   {'id': '22194',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.46523', 'a': '0.402402'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.827719481386197,
     'd': 0.12883572325019627,
     'l': 0.04344473747628284},
    'result': 'w'},
   {'id': '22199',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.47017', 'a': '1.39423'},
    'datetime': '2024-04-02 19:15:00',
    'forecast': {'w': 0.3923855664334051,
     'd': 0.24931747337844967,
     'l': 0.35829696009509965},
    'result': 'd'},
   {'id': '22213',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.61978', 'a': '2.00122'},
    'datetime': '2024-04-07 19:00:00',
    'forecast': {'w': 0.31588617980073996,
     'd': 0.2149431268093176,
     'l': 0.4691706892542662},
    'result': 'w'},
   {'id': '22222',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '3.1483', 'a': '0.737596'},
    'datetime': '2024-04-13 11:30:00',
    'forecast': {'w': 0.8406139024911654,
     'd': 0.10415868059304287,
     'l': 0.05522621169540075},
    'result': 'l'},
   {'id': '22241',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.60458', 'a': '1.51469'},
    'datetime': '2024-04-28 13:00:00',
    'forecast': {'w': 0.6101427769667832,
     'd': 0.1794148510139988,
     'l': 0.2104422558732003},
    'result': 'l'},
   {'id': '22149',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.22432', 'a': '1.27064'},
    'datetime': '2024-05-02 18:30:00',
    'forecast': {'w': 0.5898230984221676,
     'd': 0.19954466257680573,
     'l': 0.21063222351098504},
    'result': 'l'},
   {'id': '22251',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '3.26222', 'a': '1.17205'},
    'datetime': '2024-05-05 15:30:00',
    'forecast': {'w': 0.7767698976426005,
     'd': 0.12415634782434351,
     'l': 0.09907190574870184},
    'result': 'l'},
   {'id': '22262',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '3.00238', 'a': '0.950331'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.7847697883364111,
     'd': 0.12794785647966797,
     'l': 0.08728167826838555},
    'result': 'w'},
   {'id': '22233',
    'isResult': True,
    'side': 'h',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.84285', 'a': '2.70331'},
    'datetime': '2024-05-14 19:00:00',
    'forecast': {'w': 0.2571373974058066,
     'd': 0.17965447616088848,
     'l': 0.5632079400760868},
    'result': 'l'},
   {'id': '22274',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.697312', 'a': '3.19675'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.04925696033918618,
     'd': 0.09826947220866479,
     'l': 0.8524721183487163},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 464,
     'goals': 62,
     'xG': 67.55273263016716,
     'against': {'shots': 331, 'goals': 39, 'xG': 48.701743996702135}},
    'FromCorner': {'shots': 89,
     'goals': 9,
     'xG': 6.70713397487998,
     'against': {'shots': 105, 'goals': 9, 'xG': 11.703382738865912}},
    'SetPiece': {'shots': 21,
     'goals': 1,
     'xG': 2.4058998553082347,
     'against': {'shots': 35, 'goals': 5, 'xG': 5.685956940986216}},
    'DirectFreekick': {'shots': 11,
     'goals': 0,
     'xG': 0.5693916827440262,
     'against': {'shots': 12, 'goals': 1, 'xG': 0.7775667272508144}},
    'Penalty': {'shots': 2,
     'goals': 2,
     'xG': 1.5223376750946045,
     'against': {'shots': 7, 'goals': 7, 'xG': 5.328181862831116}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 2973,
     'shots': 490,
     'goals': 62,
     'xG': 66.2550694309175,
     'against': {'shots': 391, 'goals': 45, 'xG': 56.58680335013196}},
    '4-3-3': {'stat': '4-3-3',
     'time': 518,
     'shots': 72,
     'goals': 12,
     'xG': 9.090383238624781,
     'against': {'shots': 76, 'goals': 11, 'xG': 9.05169404251501}},
    '4-3-1-2': {'stat': '4-3-1-2',
     'time': 144,
     'shots': 15,
     'goals': 0,
     'xG': 2.5654088649898767,
     'against': {'shots': 16, 'goals': 5, 'xG': 5.575831539928913}},
    '4-4-2': {'stat': '4-4-2',
     'time': 24,
     'shots': 7,
     'goals': 0,
     'xG': 0.27482760325074196,
     'against': {'shots': 2, 'goals': 0, 'xG': 0.4035104364156723}},
    '5-3-2': {'stat': '5-3-2',
     'time': 16,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 1, 'goals': 0, 'xG': 0.01999759115278721}},
    '5-4-1': {'stat': '5-4-1',
     'time': 10,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 3, 'goals': 0, 'xG': 0.1061515212059021}},
    '3-4-3': {'stat': '3-4-3',
     'time': 8,
     'shots': 3,
     'goals': 0,
     'xG': 0.5718066804111004,
     'against': {'shots': 1, 'goals': 0, 'xG': 0.4528437852859497}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1678,
     'shots': 246,
     'goals': 31,
     'xG': 31.562179073691368,
     'against': {'shots': 197, 'goals': 27, 'xG': 32.50793545972556}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 778,
     'shots': 99,
     'goals': 14,
     'xG': 14.665254758670926,
     'against': {'shots': 115, 'goals': 11, 'xG': 15.130763249937445}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 523,
     'shots': 108,
     'goals': 15,
     'xG': 15.216741976328194,
     'against': {'shots': 62, 'goals': 8, 'xG': 9.818865645676851}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 414,
     'shots': 72,
     'goals': 8,
     'xG': 9.635498030111194,
     'against': {'shots': 69, 'goals': 6, 'xG': 6.464999972376972}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 309,
     'shots': 62,
     'goals': 6,
     'xG': 7.67782197939232,
     'against': {'shots': 47, 'goals': 9, 'xG': 8.274267938919365}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 76,
     'goals': 12,
     'xG': 10.713348969817162,
     'against': {'shots': 88, 'goals': 8, 'xG': 14.168163795024157}},
    '16-30': {'stat': '16-30',
     'shots': 84,
     'goals': 5,
     'xG': 9.597447903826833,
     'against': {'shots': 72, 'goals': 12, 'xG': 11.44559244159609}},
    '31-45': {'stat': '31-45',
     'shots': 72,
     'goals': 8,
     'xG': 8.76541502494365,
     'against': {'shots': 84, 'goals': 8, 'xG': 10.864182781428099}},
    '46-60': {'stat': '46-60',
     'shots': 128,
     'goals': 20,
     'xG': 17.975498837884516,
     'against': {'shots': 91, 'goals': 12, 'xG': 14.519956544972956}},
    '61-75': {'stat': '61-75',
     'shots': 103,
     'goals': 10,
     'xG': 11.646523603238165,
     'against': {'shots': 46, 'goals': 8, 'xG': 6.742428845260292}},
    '76+': {'stat': '76+',
     'shots': 124,
     'goals': 19,
     'xG': 20.059261478483677,
     'against': {'shots': 109, 'goals': 13, 'xG': 14.456507858354598}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 5,
     'goals': 5,
     'xG': 5,
     'against': {'shots': 3, 'goals': 3, 'xG': 3}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 184,
     'goals': 7,
     'xG': 6.347870802972466,
     'against': {'shots': 138, 'goals': 3, 'xG': 4.825386664830148}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 343,
     'goals': 46,
     'xG': 47.14690818730742,
     'against': {'shots': 298, 'goals': 46, 'xG': 46.76449094992131}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 55,
     'goals': 16,
     'xG': 20.26271682791412,
     'against': {'shots': 51, 'goals': 9, 'xG': 17.606954651884735}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 391,
     'goals': 51,
     'xG': 51.32165337726474,
     'against': {'shots': 267, 'goals': 28, 'xG': 37.94766077073291}},
    'Standard': {'stat': 'Standard',
     'shots': 123,
     'goals': 12,
     'xG': 11.204763188026845,
     'against': {'shots': 159, 'goals': 22, 'xG': 23.495088269934058}},
    'Slow': {'stat': 'Slow',
     'shots': 46,
     'goals': 7,
     'xG': 10.067714096046984,
     'against': {'shots': 26, 'goals': 2, 'xG': 3.5871880832128227}},
    'Fast': {'stat': 'Fast',
     'shots': 27,
     'goals': 4,
     'xG': 6.163365156855434,
     'against': {'shots': 38, 'goals': 9, 'xG': 7.1668951427564025}}},
   'result': {'SavedShot': {'shots': 139,
     'goals': 0,
     'xG': 17.49757828284055,
     'against': {'shots': 109, 'goals': 0, 'xG': 14.485932304058224}},
    'MissedShots': {'shots': 186,
     'goals': 0,
     'xG': 19.63167702080682,
     'against': {'shots': 166, 'goals': 0, 'xG': 18.34806515229866}},
    'BlockedShot': {'shots': 176,
     'goals': 0,
     'xG': 11.495758758857846,
     'against': {'shots': 141, 'goals': 0, 'xG': 10.951036528684199}},
    'Goal': {'shots': 74,
     'goals': 74,
     'xG': 27.127125354483724,
     'against': {'shots': 61, 'goals': 61, 'xG': 26.004979649558663}},
    'ShotOnPost': {'shots': 12,
     'goals': 0,
     'xG': 3.005356401205063,
     'against': {'shots': 13, 'goals': 0, 'xG': 2.4068186320364475}}}},
  'players_data': [{'id': '453',
    'player_name': 'Son Heung-Min',
    'games': '35',
    'time': '2989',
    'goals': '17',
    'xG': '12.978620901703835',
    'assists': '10',
    'xA': '13.341020658612251',
    'shots': '85',
    'key_passes': '69',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Tottenham',
    'npg': '15',
    'npxG': '11.45628322660923',
    'xGChain': '30.115575216710567',
    'xGBuildup': '10.445971379056573'},
   {'id': '6026',
    'player_name': 'Richarlison',
    'games': '28',
    'time': '1511',
    'goals': '11',
    'xG': '9.619059151038527',
    'assists': '4',
    'xA': '1.9676255472004414',
    'shots': '61',
    'key_passes': '15',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Tottenham',
    'npg': '11',
    'npxG': '9.619059151038527',
    'xGChain': '12.735109627246857',
    'xGBuildup': '2.2886698860675097'},
   {'id': '6691',
    'player_name': 'Dejan Kulusevski',
    'games': '36',
    'time': '2787',
    'goals': '8',
    'xG': '5.835474932566285',
    'assists': '3',
    'xA': '8.615606566891074',
    'shots': '57',
    'key_passes': '65',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Tottenham',
    'npg': '8',
    'npxG': '5.835474932566285',
    'xGChain': '23.71713701635599',
    'xGBuildup': '12.507268408313394'},
   {'id': '7218',
    'player_name': 'Cristian Romero',
    'games': '33',
    'time': '2796',
    'goals': '5',
    'xG': '3.9851038865745068',
    'assists': '0',
    'xA': '0.3418706227093935',
    'shots': '24',
    'key_passes': '7',
    'yellow_cards': '7',
    'red_cards': '1',
    'position': 'D',
    'team_title': 'Tottenham',
    'npg': '5',
    'npxG': '3.9851038865745068',
    'xGChain': '17.811701461672783',
    'xGBuildup': '16.453976824879646'},
   {'id': '10760',
    'player_name': 'Brennan Johnson',
    'games': '32',
    'time': '2101',
    'goals': '5',
    'xG': '11.899647151120007',
    'assists': '10',
    'xA': '7.540350168943405',
    'shots': '50',
    'key_passes': '45',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Tottenham',
    'npg': '5',
    'npxG': '11.899647151120007',
    'xGChain': '20.260952189564705',
    'xGBuildup': '1.999500785022974'},
   {'id': '6818',
    'player_name': 'James Maddison',
    'games': '28',
    'time': '2206',
    'goals': '4',
    'xG': '6.2975962068885565',
    'assists': '9',
    'xA': '7.142374597489834',
    'shots': '57',
    'key_passes': '66',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Tottenham',
    'npg': '4',
    'npxG': '6.2975962068885565',
    'xGChain': '20.873470183461905',
    'xGBuildup': '12.04095826484263'},
   {'id': '6912',
    'player_name': 'Pedro Porro',
    'games': '35',
    'time': '3101',
    'goals': '3',
    'xG': '2.83508870145306',
    'assists': '7',
    'xA': '7.285218555480242',
    'shots': '53',
    'key_passes': '52',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Tottenham',
    'npg': '3',
    'npxG': '2.83508870145306',
    'xGChain': '20.235827142372727',
    'xGBuildup': '15.794150441884995'},
   {'id': '9021',
    'player_name': 'Pape Sarr',
    'games': '34',
    'time': '2141',
    'goals': '3',
    'xG': '3.842421315610409',
    'assists': '3',
    'xA': '2.0322468373924494',
    'shots': '36',
    'key_passes': '20',
    'yellow_cards': '9',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Tottenham',
    'npg': '3',
    'npxG': '3.842421315610409',
    'xGChain': '16.10821724496782',
    'xGBuildup': '11.238362627103925'},
   {'id': '10050',
    'player_name': 'Micky van de Ven',
    'games': '27',
    'time': '2345',
    'goals': '3',
    'xG': '0.9709036685526371',
    'assists': '0',
    'xA': '0.03540848568081856',
    'shots': '8',
    'key_passes': '1',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Tottenham',
    'npg': '3',
    'npxG': '0.9709036685526371',
    'xGChain': '10.605861792340875',
    'xGBuildup': '10.423011044040322'},
   {'id': '65',
    'player_name': 'Timo Werner',
    'games': '13',
    'time': '827',
    'goals': '2',
    'xG': '4.212947295978665',
    'assists': '3',
    'xA': '3.4769514203071594',
    'shots': '29',
    'key_passes': '15',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Tottenham',
    'npg': '2',
    'npxG': '4.212947295978665',
    'xGChain': '10.507240116596222',
    'xGBuildup': '3.767841313034296'},
   {'id': '5681',
    'player_name': 'Giovani Lo Celso',
    'games': '22',
    'time': '466',
    'goals': '2',
    'xG': '0.4979793429374695',
    'assists': '2',
    'xA': '1.6030264683067799',
    'shots': '13',
    'key_passes': '17',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Tottenham',
    'npg': '2',
    'npxG': '0.4979793429374695',
    'xGChain': '3.47848142310977',
    'xGBuildup': '2.747926991432905'},
   {'id': '8831',
    'player_name': 'Iyenoma Destiny Udogie',
    'games': '28',
    'time': '2437',
    'goals': '2',
    'xG': '2.81389419734478',
    'assists': '3',
    'xA': '2.5504489485174417',
    'shots': '9',
    'key_passes': '24',
    'yellow_cards': '5',
    'red_cards': '1',
    'position': 'D',
    'team_title': 'Tottenham',
    'npg': '2',
    'npxG': '2.81389419734478',
    'xGChain': '14.848989471793175',
    'xGBuildup': '10.906614396721125'},
   {'id': '660',
    'player_name': 'Ben Davies',
    'games': '17',
    'time': '1067',
    'goals': '1',
    'xG': '2.077168807387352',
    'assists': '0',
    'xA': '0.31063371151685715',
    'shots': '12',
    'key_passes': '4',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Tottenham',
    'npg': '1',
    'npxG': '2.077168807387352',
    'xGChain': '7.61443617939949',
    'xGBuildup': '6.318940620869398'},
   {'id': '6108',
    'player_name': 'Rodrigo Bentancur',
    'games': '23',
    'time': '1016',
    'goals': '1',
    'xG': '1.622593866661191',
    'assists': '1',
    'xA': '0.5037150774151087',
    'shots': '18',
    'key_passes': '8',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Tottenham',
    'npg': '1',
    'npxG': '1.622593866661191',
    'xGChain': '8.576564118266106',
    'xGBuildup': '7.389497200027108'},
   {'id': '7430',
    'player_name': 'Emerson',
    'games': '22',
    'time': '1145',
    'goals': '1',
    'xG': '0.17714704759418964',
    'assists': '0',
    'xA': '0.4156769150868058',
    'shots': '6',
    'key_passes': '3',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Tottenham',
    'npg': '1',
    'npxG': '0.17714704759418964',
    'xGChain': '4.4803829826414585',
    'xGBuildup': '4.325593873858452'},
   {'id': '12105',
    'player_name': 'Alejo Véliz',
    'games': '8',
    'time': '27',
    'goals': '1',
    'xG': '0.20565900206565857',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Tottenham',
    'npg': '1',
    'npxG': '0.20565900206565857',
    'xGChain': '0.20565900206565857',
    'xGBuildup': '0'},
   {'id': '343',
    'player_name': 'Pierre-Emile Højbjerg',
    'games': '36',
    'time': '1212',
    'goals': '0',
    'xG': '0.544023672118783',
    'assists': '0',
    'xA': '1.134924995712936',
    'shots': '19',
    'key_passes': '8',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0.544023672118783',
    'xGChain': '11.555909689515829',
    'xGBuildup': '10.493784312158823'},
   {'id': '448',
    'player_name': 'Ivan Perisic',
    'games': '5',
    'time': '71',
    'goals': '0',
    'xG': '0.13002459704875946',
    'assists': '1',
    'xA': '1.1601292341947556',
    'shots': '2',
    'key_passes': '5',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0.13002459704875946',
    'xGChain': '1.8040422052145004',
    'xGBuildup': '0.9906977340579033'},
   {'id': '643',
    'player_name': 'Eric Dier',
    'games': '4',
    'time': '187',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.2850276902318001',
    'xGBuildup': '0.2850276902318001'},
   {'id': '5609',
    'player_name': 'Yves Bissouma',
    'games': '28',
    'time': '2120',
    'goals': '0',
    'xG': '1.1663736272603273',
    'assists': '0',
    'xA': '0.4049058575183153',
    'shots': '24',
    'key_passes': '10',
    'yellow_cards': '8',
    'red_cards': '2',
    'position': 'M S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '1.1663736272603273',
    'xGChain': '11.2580073364079',
    'xGBuildup': '10.58978133648634'},
   {'id': '6249',
    'player_name': 'Davinson Sánchez',
    'games': '1',
    'time': '77',
    'goals': '0',
    'xG': '0.11006297916173935',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0.11006297916173935',
    'xGChain': '0.1389056295156479',
    'xGBuildup': '0.1389056295156479'},
   {'id': '7198',
    'player_name': 'Oliver Skipp',
    'games': '21',
    'time': '660',
    'goals': '0',
    'xG': '0.6823929585516453',
    'assists': '0',
    'xA': '0.541032612323761',
    'shots': '4',
    'key_passes': '7',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0.6823929585516453',
    'xGChain': '5.0269977785646915',
    'xGBuildup': '4.433636624366045'},
   {'id': '7338',
    'player_name': 'Bryan Gil Salvatierra',
    'games': '11',
    'time': '182',
    'goals': '0',
    'xG': '0.7904373183846474',
    'assists': '0',
    'xA': '0.19244391098618507',
    'shots': '4',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0.7904373183846474',
    'xGChain': '2.1181607861071825',
    'xGBuildup': '1.3597642369568348'},
   {'id': '8858',
    'player_name': 'Guglielmo Vicario',
    'games': '38',
    'time': '3420',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '6.606127485632896',
    'xGBuildup': '6.606127485632896'},
   {'id': '9105',
    'player_name': 'Radu Dragusin',
    'games': '9',
    'time': '417',
    'goals': '0',
    'xG': '0.07337670773267746',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0.07337670773267746',
    'xGChain': '2.9626500830054283',
    'xGBuildup': '2.889273375272751'},
   {'id': '9332',
    'player_name': 'Dane Scarlett',
    'games': '4',
    'time': '16',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '10716',
    'player_name': 'Manor Solomon',
    'games': '5',
    'time': '194',
    'goals': '0',
    'xG': '0.3894983045756817',
    'assists': '2',
    'xA': '0.9335471913218498',
    'shots': '7',
    'key_passes': '12',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0.3894983045756817',
    'xGChain': '2.0264496579766273',
    'xGBuildup': '1.147088959813118'},
   {'id': '12118',
    'player_name': 'Jamie Donley',
    'games': '3',
    'time': '3',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12603',
    'player_name': 'Mikey Moore',
    'games': '2',
    'time': '2',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Tottenham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'}]},
 'https://understat.com/team/Arsenal/2023': {'matches': [{'id': '22276',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.84262', 'a': '0.966305'},
    'datetime': '2023-08-12 11:30:00',
    'forecast': {'w': 0.30280789728352503,
     'd': 0.3269645004119555,
     'l': 0.37022760230430773},
    'result': 'w'},
   {'id': '22294',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.06916', 'a': '2.20593'},
    'datetime': '2023-08-21 19:00:00',
    'forecast': {'w': 0.1729654304374391,
     'd': 0.19559642560391113,
     'l': 0.6314381300535129},
    'result': 'w'},
   {'id': '22297',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.23088', 'a': '0.849817'},
    'datetime': '2023-08-26 14:00:00',
    'forecast': {'w': 0.8298027263809358,
     'd': 0.1067072057001525,
     'l': 0.06348842135193163},
    'result': 'd'},
   {'id': '21934',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.90973', 'a': '0.966109'},
    'datetime': '2023-09-03 15:30:00',
    'forecast': {'w': 0.5944017219232832,
     'd': 0.21939647587202626,
     'l': 0.18620180009859177},
    'result': 'w'},
   {'id': '21941',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.28317', 'a': '0.802605'},
    'datetime': '2023-09-17 15:30:00',
    'forecast': {'w': 0.12293793561015756,
     'd': 0.41884843206058436,
     'l': 0.45821363232924467},
    'result': 'w'},
   {'id': '21952',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.3429', 'a': '2.21166'},
    'datetime': '2023-09-24 13:00:00',
    'forecast': {'w': 0.4275041275919549,
     'd': 0.1926212932787614,
     'l': 0.3798745345269451},
    'result': 'd'},
   {'id': '21959',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '0.644443', 'a': '4.0742'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.022410177495226835,
     'd': 0.053060550575578735,
     'l': 0.9245047461133498},
    'result': 'w'},
   {'id': '21965',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.386558', 'a': '0.858071'},
    'datetime': '2023-10-08 15:30:00',
    'forecast': {'w': 0.158185148316797,
     'd': 0.3918124846683278,
     'l': 0.4500023670148408},
    'result': 'w'},
   {'id': '21978',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.71838', 'a': '1.05791'},
    'datetime': '2023-10-21 16:30:00',
    'forecast': {'w': 0.5283998031863,
     'd': 0.23857557845208294,
     'l': 0.23302461784455303},
    'result': 'd'},
   {'id': '21986',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '3.03496', 'a': '0.0281554'},
    'datetime': '2023-10-28 14:00:00',
    'forecast': {'w': 0.9477848160744132,
     'd': 0.050822102778662594,
     'l': 0.0013923089092194164},
    'result': 'w'},
   {'id': '22001',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.12355', 'a': '0.535473'},
    'datetime': '2023-11-04 17:30:00',
    'forecast': {'w': 0.5012939332369202,
     'd': 0.32324820444349023,
     'l': 0.17545786231805552},
    'result': 'l'},
   {'id': '22006',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.63194', 'a': '0.327706'},
    'datetime': '2023-11-11 15:00:00',
    'forecast': {'w': 0.8633092957213053,
     'd': 0.10716306340322318,
     'l': 0.02952750852985448},
    'result': 'w'},
   {'id': '22015',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.66315', 'a': '1.82699'},
    'datetime': '2023-11-25 17:30:00',
    'forecast': {'w': 0.3551687890407156,
     'd': 0.2224318437137768,
     'l': 0.4223993657420522},
    'result': 'w'},
   {'id': '22026',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '3.30368', 'a': '1.07886'},
    'datetime': '2023-12-02 15:00:00',
    'forecast': {'w': 0.798177328674214,
     'd': 0.11646781442609223,
     'l': 0.08535270650799667},
    'result': 'w'},
   {'id': '22039',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '3', 'a': '4'},
    'xG': {'h': '0.526254', 'a': '2.58815'},
    'datetime': '2023-12-05 20:15:00',
    'forecast': {'w': 0.05450116452058507,
     'd': 0.12887657185894602,
     'l': 0.8166221564573962},
    'result': 'w'},
   {'id': '22045',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.628499', 'a': '1.71667'},
    'datetime': '2023-12-09 17:30:00',
    'forecast': {'w': 0.13187159197281567,
     'd': 0.23069304344542627,
     'l': 0.6374353640721997},
    'result': 'l'},
   {'id': '22056',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.76976', 'a': '0.663054'},
    'datetime': '2023-12-17 14:00:00',
    'forecast': {'w': 0.8113753257537397,
     'd': 0.12508268382661616,
     'l': 0.06354173996568117},
    'result': 'w'},
   {'id': '22068',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.982901', 'a': '0.851681'},
    'datetime': '2023-12-23 17:30:00',
    'forecast': {'w': 0.3735248922135793,
     'd': 0.32406891069402727,
     'l': 0.30240619709212724},
    'result': 'd'},
   {'id': '22076',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '2.7884', 'a': '1.59711'},
    'datetime': '2023-12-28 20:15:00',
    'forecast': {'w': 0.6258378813401698,
     'd': 0.1704795523031737,
     'l': 0.2036822939425378},
    'result': 'l'},
   {'id': '22087',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.52829', 'a': '1.6591'},
    'datetime': '2023-12-31 14:00:00',
    'forecast': {'w': 0.35488743370327624,
     'd': 0.2342730481426956,
     'l': 0.410839517725513},
    'result': 'l'},
   {'id': '22103',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '3.52167', 'a': '0.288083'},
    'datetime': '2024-01-20 12:30:00',
    'forecast': {'w': 0.9373712402966878,
     'd': 0.05101487870220068,
     'l': 0.01160929587351694},
    'result': 'w'},
   {'id': '22108',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.631618', 'a': '1.39143'},
    'datetime': '2024-01-30 19:30:00',
    'forecast': {'w': 0.16910879572632748,
     'd': 0.27665430567048077,
     'l': 0.5542368985736509},
    'result': 'w'},
   {'id': '22116',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.8526', 'a': '0.542052'},
    'datetime': '2024-02-04 16:30:00',
    'forecast': {'w': 0.8448458073328324,
     'd': 0.10928781423637428,
     'l': 0.04586601753393139},
    'result': 'w'},
   {'id': '22133',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '6'},
    'xG': {'h': '0.191065', 'a': '3.99893'},
    'datetime': '2024-02-11 14:00:00',
    'forecast': {'w': 0.004525815653360212,
     'd': 0.029126465887363322,
     'l': 0.9663278469956009},
    'result': 'w'},
   {'id': '22136',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '5'},
    'xG': {'h': '0.335143', 'a': '2.20575'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.04371390478636832,
     'd': 0.1487366763958695,
     'l': 0.8075494049280786},
    'result': 'w'},
   {'id': '22146',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '2.59336', 'a': '0.217373'},
    'datetime': '2024-02-24 20:00:00',
    'forecast': {'w': 0.8818757090666043,
     'd': 0.09916491550611185,
     'l': 0.018959265514696025},
    'result': 'w'},
   {'id': '22163',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '6'},
    'xG': {'h': '0.201374', 'a': '2.47294'},
    'datetime': '2024-03-04 20:00:00',
    'forecast': {'w': 0.019398806598988433,
     'd': 0.10781131966824643,
     'l': 0.8727898135019595},
    'result': 'w'},
   {'id': '22166',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.59369', 'a': '0.733239'},
    'datetime': '2024-03-09 17:30:00',
    'forecast': {'w': 0.5797259805858612,
     'd': 0.2496142974311662,
     'l': 0.1706597217956035},
    'result': 'w'},
   {'id': '22190',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.22009', 'a': '0.511402'},
    'datetime': '2024-03-31 16:30:00',
    'forecast': {'w': 0.5386006230575986,
     'd': 0.30594463048115395,
     'l': 0.15545474645641885},
    'result': 'd'},
   {'id': '22196',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.14384', 'a': '0.292082'},
    'datetime': '2024-04-03 18:30:00',
    'forecast': {'w': 0.5814959348717125,
     'd': 0.32426588186111616,
     'l': 0.09423818326520221},
    'result': 'w'},
   {'id': '22206',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.428514', 'a': '4.16518'},
    'datetime': '2024-04-06 16:30:00',
    'forecast': {'w': 0.011386696458835853,
     'd': 0.03801508845230786,
     'l': 0.9505667992608704},
    'result': 'w'},
   {'id': '22216',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.89003', 'a': '0.929049'},
    'datetime': '2024-04-14 15:30:00',
    'forecast': {'w': 0.5991121011096914,
     'd': 0.2204389109572563,
     'l': 0.1804489860970381},
    'result': 'l'},
   {'id': '22234',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.164516', 'a': '1.66179'},
    'datetime': '2024-04-20 18:30:00',
    'forecast': {'w': 0.032795473943770366,
     'd': 0.20812666176816422,
     'l': 0.7590778639586628},
    'result': 'w'},
   {'id': '22175',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '3.45858', 'a': '1.60343'},
    'datetime': '2024-04-23 19:00:00',
    'forecast': {'w': 0.726234474858147,
     'd': 0.1332466526346339,
     'l': 0.14051516651042467},
    'result': 'w'},
   {'id': '22241',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.60458', 'a': '1.51469'},
    'datetime': '2024-04-28 13:00:00',
    'forecast': {'w': 0.6101427769667832,
     'd': 0.1794148510139988,
     'l': 0.2104422558732003},
    'result': 'w'},
   {'id': '22245',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.91372', 'a': '0.4687'},
    'datetime': '2024-05-04 11:30:00',
    'forecast': {'w': 0.9357036648173992,
     'd': 0.04833362613558444,
     'l': 0.01594714967840549},
    'result': 'w'},
   {'id': '22259',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.551669', 'a': '1.73104'},
    'datetime': '2024-05-12 15:30:00',
    'forecast': {'w': 0.11300588553877879,
     'd': 0.22529786300571178,
     'l': 0.6616962508857545},
    'result': 'w'},
   {'id': '22265',
    'isResult': True,
    'side': 'h',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '3.2117', 'a': '0.664904'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.859396045007216,
     'd': 0.09501480806451884,
     'l': 0.045587614106983136},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 502,
     'goals': 62,
     'xG': 65.27158057270572,
     'against': {'shots': 249, 'goals': 20, 'xG': 23.320071732159704}},
    'FromCorner': {'shots': 119,
     'goals': 16,
     'xG': 15.671623912639916,
     'against': {'shots': 47, 'goals': 6, 'xG': 5.234739012084901}},
    'SetPiece': {'shots': 25,
     'goals': 3,
     'xG': 2.467973528429866,
     'against': {'shots': 12, 'goals': 0, 'xG': 1.6644232305698097}},
    'Penalty': {'shots': 10,
     'goals': 10,
     'xG': 7.611651599407196,
     'against': {'shots': 3, 'goals': 2, 'xG': 2.2835065126419067}},
    'DirectFreekick': {'shots': 6,
     'goals': 0,
     'xG': 0.3653104230761528,
     'against': {'shots': 12, 'goals': 1, 'xG': 0.74757613055408}}},
   'formation': {'4-3-3': {'stat': '4-3-3',
     'time': 3598,
     'shots': 645,
     'goals': 91,
     'xG': 90.52687166305259,
     'against': {'shots': 311, 'goals': 29, 'xG': 31.550248568877578}},
    '3-5-2': {'stat': '3-5-2',
     'time': 32,
     'shots': 3,
     'goals': 0,
     'xG': 0.09413472935557365,
     'against': {'shots': 3, 'goals': 0, 'xG': 0.16949551552534103}},
    '5-3-2': {'stat': '5-3-2',
     'time': 32,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 7, 'goals': 0, 'xG': 0.6525534465909004}},
    '3-1-4-2': {'stat': '3-1-4-2',
     'time': 26,
     'shots': 14,
     'goals': 0,
     'xG': 0.7671336438506842,
     'against': {'shots': 2, 'goals': 0, 'xG': 0.8780190870165825}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1852,
     'shots': 323,
     'goals': 38,
     'xG': 42.4616149100475,
     'against': {'shots': 141, 'goals': 10, 'xG': 14.38998819468543}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 749,
     'shots': 135,
     'goals': 27,
     'xG': 20.062745650298893,
     'against': {'shots': 61, 'goals': 6, 'xG': 6.592851435765624}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 729,
     'shots': 133,
     'goals': 20,
     'xG': 20.445314693264663,
     'against': {'shots': 91, 'goals': 10, 'xG': 9.221114688552916}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 285,
     'shots': 43,
     'goals': 5,
     'xG': 6.360813615843654,
     'against': {'shots': 26, 'goals': 3, 'xG': 1.7168962038122118}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 73,
     'shots': 28,
     'goals': 1,
     'xG': 2.057651166804135,
     'against': {'shots': 4, 'goals': 0, 'xG': 1.3294660951942205}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 99,
     'goals': 12,
     'xG': 12.764715453609824,
     'against': {'shots': 41, 'goals': 4, 'xG': 5.747806868050247}},
    '16-30': {'stat': '16-30',
     'shots': 107,
     'goals': 13,
     'xG': 15.28627317538485,
     'against': {'shots': 48, 'goals': 4, 'xG': 4.24241612944752}},
    '31-45': {'stat': '31-45',
     'shots': 113,
     'goals': 16,
     'xG': 19.815629748627543,
     'against': {'shots': 45, 'goals': 2, 'xG': 4.0146940760314465}},
    '46-60': {'stat': '46-60',
     'shots': 132,
     'goals': 14,
     'xG': 17.40613636840135,
     'against': {'shots': 65, 'goals': 9, 'xG': 6.941211698576808}},
    '61-75': {'stat': '61-75',
     'shots': 81,
     'goals': 16,
     'xG': 8.393317957408726,
     'against': {'shots': 53, 'goals': 2, 'xG': 4.111724926158786}},
    '76+': {'stat': '76+',
     'shots': 130,
     'goals': 20,
     'xG': 17.722067332826555,
     'against': {'shots': 71, 'goals': 8, 'xG': 8.192462919745594}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 6,
     'goals': 6,
     'xG': 6,
     'against': {'shots': 1, 'goals': 1, 'xG': 1}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 189,
     'goals': 6,
     'xG': 6.272233866620809,
     'against': {'shots': 128, 'goals': 4, 'xG': 3.757281699683517}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 387,
     'goals': 61,
     'xG': 55.713038958609104,
     'against': {'shots': 169, 'goals': 17, 'xG': 19.39502461301163}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 80,
     'goals': 18,
     'xG': 23.402867211028934,
     'against': {'shots': 25, 'goals': 7, 'xG': 9.098010305315256}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 403,
     'goals': 46,
     'xG': 49.77664509322494,
     'against': {'shots': 203, 'goals': 15, 'xG': 18.37300696549937}},
    'Standard': {'stat': 'Standard',
     'shots': 160,
     'goals': 29,
     'xG': 26.11655946355313,
     'against': {'shots': 74, 'goals': 9, 'xG': 9.930244885850698}},
    'Slow': {'stat': 'Slow',
     'shots': 77,
     'goals': 8,
     'xG': 9.718678150791675,
     'against': {'shots': 21, 'goals': 1, 'xG': 1.8311010114848614}},
    'Fast': {'stat': 'Fast',
     'shots': 22,
     'goals': 8,
     'xG': 5.776257328689098,
     'against': {'shots': 25, 'goals': 4, 'xG': 3.1159637551754713}}},
   'result': {'BlockedShot': {'shots': 226,
     'goals': 0,
     'xG': 15.298411189578474,
     'against': {'shots': 108, 'goals': 0, 'xG': 6.680327317211777}},
    'MissedShots': {'shots': 202,
     'goals': 0,
     'xG': 22.35573142534122,
     'against': {'shots': 125, 'goals': 0, 'xG': 10.785503501538187}},
    'SavedShot': {'shots': 133,
     'goals': 0,
     'xG': 15.991220569238067,
     'against': {'shots': 55, 'goals': 0, 'xG': 6.073000732809305}},
    'Goal': {'shots': 91,
     'goals': 91,
     'xG': 35.919907920993865,
     'against': {'shots': 29, 'goals': 29, 'xG': 8.5450208960101}},
    'ShotOnPost': {'shots': 10,
     'goals': 0,
     'xG': 1.822868931107223,
     'against': {'shots': 6, 'goals': 0, 'xG': 1.1664641704410315}}}},
  'players_data': [{'id': '7322',
    'player_name': 'Bukayo Saka',
    'games': '35',
    'time': '2990',
    'goals': '16',
    'xG': '16.807056225836277',
    'assists': '8',
    'xA': '11.325986489653587',
    'shots': '107',
    'key_passes': '89',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F',
    'team_title': 'Arsenal',
    'npg': '10',
    'npxG': '12.240043208003044',
    'xGChain': '30.357597015798092',
    'xGBuildup': '13.228619534522295'},
   {'id': '5220',
    'player_name': 'Kai Havertz',
    'games': '37',
    'time': '2651',
    'goals': '13',
    'xG': '13.465729914605618',
    'assists': '7',
    'xA': '5.814370539039373',
    'shots': '69',
    'key_passes': '45',
    'yellow_cards': '11',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Arsenal',
    'npg': '12',
    'npxG': '12.704561084508896',
    'xGChain': '24.790123470127583',
    'xGBuildup': '9.346141943708062'},
   {'id': '7698',
    'player_name': 'Leandro Trossard',
    'games': '34',
    'time': '1649',
    'goals': '12',
    'xG': '9.575767548754811',
    'assists': '1',
    'xA': '3.252073733136058',
    'shots': '60',
    'key_passes': '24',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Arsenal',
    'npg': '12',
    'npxG': '9.575767548754811',
    'xGChain': '16.976479506120086',
    'xGBuildup': '5.5028668232262135'},
   {'id': '2517',
    'player_name': 'Martin Odegaard',
    'games': '35',
    'time': '3117',
    'goals': '8',
    'xG': '7.670226177200675',
    'assists': '10',
    'xA': '11.577396512031555',
    'shots': '77',
    'key_passes': '102',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M',
    'team_title': 'Arsenal',
    'npg': '6',
    'npxG': '6.147925289347768',
    'xGChain': '29.81505699455738',
    'xGBuildup': '18.138023640960455'},
   {'id': '5553',
    'player_name': 'Declan Rice',
    'games': '38',
    'time': '3256',
    'goals': '7',
    'xG': '3.186093623749912',
    'assists': '8',
    'xA': '5.895036246627569',
    'shots': '58',
    'key_passes': '47',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Arsenal',
    'npg': '7',
    'npxG': '3.186093623749912',
    'xGChain': '19.678100544027984',
    'xGBuildup': '16.131323732435703'},
   {'id': '7752',
    'player_name': 'Gabriel Martinelli',
    'games': '35',
    'time': '2056',
    'goals': '6',
    'xG': '7.1196701768785715',
    'assists': '4',
    'xA': '5.3229342848062515',
    'shots': '58',
    'key_passes': '46',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Arsenal',
    'npg': '6',
    'npxG': '7.1196701768785715',
    'xGChain': '16.80896869674325',
    'xGBuildup': '6.638341135345399'},
   {'id': '6482',
    'player_name': 'Eddie Nketiah',
    'games': '27',
    'time': '1036',
    'goals': '5',
    'xG': '5.057408779859543',
    'assists': '2',
    'xA': '1.209644090384245',
    'shots': '38',
    'key_passes': '9',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Arsenal',
    'npg': '5',
    'npxG': '5.057408779859543',
    'xGChain': '5.851144388318062',
    'xGBuildup': '0.9911122377961874'},
   {'id': '5543',
    'player_name': 'Gabriel Jesus',
    'games': '27',
    'time': '1496',
    'goals': '4',
    'xG': '7.291733928024769',
    'assists': '5',
    'xA': '4.235467437654734',
    'shots': '55',
    'key_passes': '28',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Arsenal',
    'npg': '4',
    'npxG': '7.291733928024769',
    'xGChain': '15.054804097861052',
    'xGBuildup': '5.210432682186365'},
   {'id': '7298',
    'player_name': 'Ben White',
    'games': '37',
    'time': '3024',
    'goals': '4',
    'xG': '2.015913512557745',
    'assists': '4',
    'xA': '4.758832193911076',
    'shots': '13',
    'key_passes': '38',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Arsenal',
    'npg': '4',
    'npxG': '2.015913512557745',
    'xGChain': '20.14929211512208',
    'xGBuildup': '17.290449742227793'},
   {'id': '5613',
    'player_name': 'Gabriel',
    'games': '36',
    'time': '3050',
    'goals': '3',
    'xG': '4.025354804471135',
    'assists': '0',
    'xA': '0.8747859355062246',
    'shots': '31',
    'key_passes': '3',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Arsenal',
    'npg': '3',
    'npxG': '4.025354804471135',
    'xGChain': '13.232404409907758',
    'xGBuildup': '12.333239757455885'},
   {'id': '6888',
    'player_name': 'William Saliba',
    'games': '38',
    'time': '3420',
    'goals': '2',
    'xG': '2.367191250436008',
    'assists': '1',
    'xA': '0.24890925362706184',
    'shots': '10',
    'key_passes': '6',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Arsenal',
    'npg': '2',
    'npxG': '2.367191250436008',
    'xGChain': '16.631769336760044',
    'xGBuildup': '16.434827260673046'},
   {'id': '7931',
    'player_name': 'Takehiro Tomiyasu',
    'games': '22',
    'time': '1106',
    'goals': '2',
    'xG': '1.6189159248024225',
    'assists': '1',
    'xA': '0.5923872366547585',
    'shots': '17',
    'key_passes': '6',
    'yellow_cards': '0',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Arsenal',
    'npg': '2',
    'npxG': '1.6189159248024225',
    'xGChain': '3.8184002935886383',
    'xGBuildup': '3.4134652838110924'},
   {'id': '2958',
    'player_name': 'Oleksandr Zinchenko',
    'games': '27',
    'time': '1742',
    'goals': '1',
    'xG': '0.5664580916054547',
    'assists': '2',
    'xA': '3.02644526027143',
    'shots': '17',
    'key_passes': '29',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Arsenal',
    'npg': '1',
    'npxG': '0.5664580916054547',
    'xGChain': '9.755152989178896',
    'xGBuildup': '8.132995340973139'},
   {'id': '10012',
    'player_name': 'Jakub Kiwior',
    'games': '20',
    'time': '953',
    'goals': '1',
    'xG': '1.1961752735078335',
    'assists': '3',
    'xA': '0.9080287516117096',
    'shots': '6',
    'key_passes': '6',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Arsenal',
    'npg': '1',
    'npxG': '1.1961752735078335',
    'xGChain': '5.180064149200916',
    'xGBuildup': '3.9905764758586884'},
   {'id': '11007',
    'player_name': 'Fábio Vieira',
    'games': '11',
    'time': '277',
    'goals': '1',
    'xG': '1.164049606770277',
    'assists': '2',
    'xA': '1.3098269253969193',
    'shots': '7',
    'key_passes': '5',
    'yellow_cards': '0',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0.4028807692229748',
    'xGChain': '1.5897186901420355',
    'xGBuildup': '0.29259338416159153'},
   {'id': '496',
    'player_name': 'Mohamed Elneny',
    'games': '3',
    'time': '18',
    'goals': '0',
    'xG': '0.0575435645878315',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0.0575435645878315',
    'xGChain': '0.154712975025177',
    'xGBuildup': '0.0971694067120552'},
   {'id': '847',
    'player_name': 'Cédric Soares',
    'games': '3',
    'time': '44',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.19675532914698124',
    'xGBuildup': '0.19675532914698124'},
   {'id': '1389',
    'player_name': 'Jorginho',
    'games': '24',
    'time': '911',
    'goals': '0',
    'xG': '0.08004274033010006',
    'assists': '2',
    'xA': '1.5529427882283926',
    'shots': '4',
    'key_passes': '10',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0.08004274033010006',
    'xGChain': '6.152929972857237',
    'xGBuildup': '5.498104698956013'},
   {'id': '2328',
    'player_name': 'Thomas Partey',
    'games': '14',
    'time': '793',
    'goals': '0',
    'xG': '0.36420316621661186',
    'assists': '0',
    'xA': '0.4302750788629055',
    'shots': '8',
    'key_passes': '6',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0.36420316621661186',
    'xGChain': '5.986752610653639',
    'xGBuildup': '5.494942259043455'},
   {'id': '5603',
    'player_name': 'Aaron Ramsdale',
    'games': '6',
    'time': '540',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.7832736372947693',
    'xGBuildup': '0.7832736372947693'},
   {'id': '6492',
    'player_name': 'Reiss Nelson',
    'games': '15',
    'time': '215',
    'goals': '0',
    'xG': '0.23842556215822697',
    'assists': '0',
    'xA': '0.6414464898407459',
    'shots': '4',
    'key_passes': '5',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0.23842556215822697',
    'xGChain': '3.198990484699607',
    'xGBuildup': '2.478929640725255'},
   {'id': '7230',
    'player_name': 'Emile Smith-Rowe',
    'games': '13',
    'time': '325',
    'goals': '0',
    'xG': '1.5201803892850876',
    'assists': '1',
    'xA': '0.24036412686109543',
    'shots': '15',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '1.5201803892850876',
    'xGChain': '3.7657799795269966',
    'xGBuildup': '2.0563183277845383'},
   {'id': '9676',
    'player_name': 'David Raya',
    'games': '32',
    'time': '2880',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0',
    'xGChain': '7.5175920985639095',
    'xGBuildup': '7.5175920985639095'},
   {'id': '11132',
    'player_name': 'Ethan Nwaneri',
    'games': '1',
    'time': '6',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.024536216631531715',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.024536216631531715',
    'xGBuildup': '0.024536216631531715'},
   {'id': '11707',
    'player_name': 'Jurriën Timber',
    'games': '2',
    'time': '70',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Arsenal',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.2789519429206848',
    'xGBuildup': '0.2789519429206848'}]},
 'https://understat.com/team/Newcastle_United/2023': {'matches': [{'id': '22281',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '4.32208', 'a': '1.486'},
    'datetime': '2023-08-12 16:30:00',
    'forecast': {'w': 0.8386467007200593,
     'd': 0.08697963270652609,
     'l': 0.07432630806204402},
    'result': 'w'},
   {'id': '22291',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.22528', 'a': '0.257154'},
    'datetime': '2023-08-19 19:00:00',
    'forecast': {'w': 0.6183648589801078,
     'd': 0.304472722961456,
     'l': 0.07716241805331575},
    'result': 'l'},
   {'id': '22304',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.62037', 'a': '0.856121'},
    'datetime': '2023-08-27 15:30:00',
    'forecast': {'w': 0.5543513170357041,
     'd': 0.2478514732897442,
     'l': 0.19779720944006757},
    'result': 'l'},
   {'id': '21931',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.32258', 'a': '0.90476'},
    'datetime': '2023-09-02 16:30:00',
    'forecast': {'w': 0.46329736860350845,
     'd': 0.2809570364884637,
     'l': 0.2557455948932418},
    'result': 'l'},
   {'id': '21943',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.50126', 'a': '0.633678'},
    'datetime': '2023-09-16 16:30:00',
    'forecast': {'w': 0.5831568045614424,
     'd': 0.2605040438723905,
     'l': 0.15633915148282368},
    'result': 'w'},
   {'id': '21954',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '0', 'a': '8'},
    'xG': {'h': '0.579392', 'a': '5.1082'},
    'datetime': '2023-09-24 15:30:00',
    'forecast': {'w': 0.00834586587283428,
     'd': 0.0237820591502423,
     'l': 0.9675895337796842},
    'result': 'w'},
   {'id': '21958',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '3.08516', 'a': '0.801849'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.8223155941732956,
     'd': 0.11270947530844254,
     'l': 0.06497398764801152},
    'result': 'w'},
   {'id': '21973',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.931345', 'a': '1.97865'},
    'datetime': '2023-10-08 13:00:00',
    'forecast': {'w': 0.17054021154570137,
     'd': 0.21175908456855447,
     'l': 0.6177007005239555},
    'result': 'd'},
   {'id': '21981',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '3.73336', 'a': '1.08795'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.8416590487308958,
     'd': 0.0935015224805104,
     'l': 0.06483037526487732},
    'result': 'w'},
   {'id': '21994',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.863393', 'a': '2.31987'},
    'datetime': '2023-10-28 16:30:00',
    'forecast': {'w': 0.12337886452435534,
     'd': 0.17655466808334289,
     'l': 0.7000664407683332},
    'result': 'd'},
   {'id': '22001',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.12355', 'a': '0.535473'},
    'datetime': '2023-11-04 17:30:00',
    'forecast': {'w': 0.5012939332369202,
     'd': 0.32324820444349023,
     'l': 0.17545786231805552},
    'result': 'w'},
   {'id': '22005',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.78424', 'a': '0.306141'},
    'datetime': '2023-11-11 17:30:00',
    'forecast': {'w': 0.8827991750485145,
     'd': 0.09334145737504695,
     'l': 0.02385910035599863},
    'result': 'l'},
   {'id': '22021',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '2.15227', 'a': '0.968061'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.6443646888746938,
     'd': 0.19668396254521384,
     'l': 0.1589513384785623},
    'result': 'w'},
   {'id': '22032',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.90191', 'a': '0.422674'},
    'datetime': '2023-12-02 20:00:00',
    'forecast': {'w': 0.8722645262210497,
     'd': 0.09565700427296972,
     'l': 0.032078023645992264},
    'result': 'w'},
   {'id': '22037',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.95393', 'a': '1.29564'},
    'datetime': '2023-12-07 19:30:00',
    'forecast': {'w': 0.7115131603496325,
     'd': 0.14958852805021403,
     'l': 0.138897756928465},
    'result': 'l'},
   {'id': '22053',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '4.40118', 'a': '1.61368'},
    'datetime': '2023-12-10 16:30:00',
    'forecast': {'w': 0.8286471044159285,
     'd': 0.08943874703701556,
     'l': 0.08185634053932678},
    'result': 'l'},
   {'id': '22062',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '4.27933', 'a': '0.471042'},
    'datetime': '2023-12-16 15:00:00',
    'forecast': {'w': 0.950975564066819,
     'd': 0.03710344511715157,
     'l': 0.011878557914670629},
    'result': 'w'},
   {'id': '22069',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.81844', 'a': '1.41488'},
    'datetime': '2023-12-23 15:00:00',
    'forecast': {'w': 0.4712420549304937,
     'd': 0.2280970842604732,
     'l': 0.30066085967229644},
    'result': 'l'},
   {'id': '22083',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '2.79106', 'a': '3.1074'},
    'datetime': '2023-12-26 12:30:00',
    'forecast': {'w': 0.36586493264306647,
     'd': 0.1668657893523737,
     'l': 0.46726797379195734},
    'result': 'l'},
   {'id': '22088',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '6.67151', 'a': '0.910974'},
    'datetime': '2024-01-01 19:00:00',
    'forecast': {'w': 0.9774887185628922,
     'd': 0.013039209951575354,
     'l': 0.005731613308245919},
    'result': 'l'},
   {'id': '22100',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '1.23638', 'a': '2.55452'},
    'datetime': '2024-01-13 17:30:00',
    'forecast': {'w': 0.1666640061537404,
     'd': 0.17436987238288812,
     'l': 0.6589660305943631},
    'result': 'l'},
   {'id': '22105',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.44485', 'a': '3.3224'},
    'datetime': '2024-01-30 20:15:00',
    'forecast': {'w': 0.13007849957436907,
     'd': 0.1340100467254124,
     'l': 0.7359091531899286},
    'result': 'w'},
   {'id': '22123',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '4', 'a': '4'},
    'xG': {'h': '2.37353', 'a': '2.67463'},
    'datetime': '2024-02-03 15:00:00',
    'forecast': {'w': 0.35747270049683105,
     'd': 0.18114370725894186,
     'l': 0.4613833946154994},
    'result': 'd'},
   {'id': '22131',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '0.968075', 'a': '0.511375'},
    'datetime': '2024-02-10 17:30:00',
    'forecast': {'w': 0.4554151526483083,
     'd': 0.3552633068549277,
     'l': 0.1893215404965743},
    'result': 'w'},
   {'id': '22141',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.38425', 'a': '2.08098'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.45879555635441255,
     'd': 0.19325177141339153,
     'l': 0.3479526279074328},
    'result': 'd'},
   {'id': '22146',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '2.59336', 'a': '0.217373'},
    'datetime': '2024-02-24 20:00:00',
    'forecast': {'w': 0.8818757090666043,
     'd': 0.09916491550611185,
     'l': 0.018959265514696025},
    'result': 'l'},
   {'id': '22161',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.33495', 'a': '0.507769'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.8950909524083736,
     'd': 0.07631902863811342,
     'l': 0.028587612704922584},
    'result': 'w'},
   {'id': '22169',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.78315', 'a': '0.568435'},
    'datetime': '2024-03-11 20:00:00',
    'forecast': {'w': 0.6686879999781762,
     'd': 0.21912446961195248,
     'l': 0.11218752956297073},
    'result': 'l'},
   {'id': '22191',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '4', 'a': '3'},
    'xG': {'h': '3.80922', 'a': '0.994584'},
    'datetime': '2024-03-30 12:30:00',
    'forecast': {'w': 0.8620365442829016,
     'd': 0.08448984451996541,
     'l': 0.05346219569394086},
    'result': 'w'},
   {'id': '22202',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.65009', 'a': '1.69834'},
    'datetime': '2024-04-02 18:30:00',
    'forecast': {'w': 0.5816505101828637,
     'd': 0.18040703630350988,
     'l': 0.23794230880391026},
    'result': 'd'},
   {'id': '22209',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.834564', 'a': '1.18012'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.2598919646825359,
     'd': 0.3008155387333223,
     'l': 0.4392924965810777},
    'result': 'w'},
   {'id': '22222',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '3.1483', 'a': '0.737596'},
    'datetime': '2024-04-13 11:30:00',
    'forecast': {'w': 0.8406139024911654,
     'd': 0.10415868059304287,
     'l': 0.05522621169540075},
    'result': 'w'},
   {'id': '22178',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.43661', 'a': '0.55129'},
    'datetime': '2024-04-24 19:00:00',
    'forecast': {'w': 0.5892015250078071,
     'd': 0.2689389443824158,
     'l': 0.14185953056403824},
    'result': 'l'},
   {'id': '22240',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '2.93477', 'a': '1.82408'},
    'datetime': '2024-04-27 14:00:00',
    'forecast': {'w': 0.6069864007714749,
     'd': 0.16774342515259041,
     'l': 0.22526966084962616},
    'result': 'w'},
   {'id': '22248',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '1.28632', 'a': '4.25643'},
    'datetime': '2024-05-04 14:00:00',
    'forecast': {'w': 0.060402148383437555,
     'd': 0.08022811729578898,
     'l': 0.859329750039823},
    'result': 'w'},
   {'id': '22260',
    'isResult': True,
    'side': 'h',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.45163', 'a': '1.91556'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.5025375688968616,
     'd': 0.19173510714225095,
     'l': 0.30572726781404985},
    'result': 'd'},
   {'id': '22231',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.49706', 'a': '2.27657'},
    'datetime': '2024-05-15 19:00:00',
    'forecast': {'w': 0.2489414640350544,
     'd': 0.19939283712771314,
     'l': 0.5516656778642915},
    'result': 'l'},
   {'id': '22266',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '4'},
    'xG': {'h': '1.70157', 'a': '3.65044'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.1381397076546012,
     'd': 0.1273122856025079,
     'l': 0.7345410287310505},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 416,
     'goals': 61,
     'xG': 64.8141325856559,
     'against': {'shots': 403, 'goals': 45, 'xG': 47.62632717983797}},
    'FromCorner': {'shots': 76,
     'goals': 8,
     'xG': 9.835156908258796,
     'against': {'shots': 91, 'goals': 9, 'xG': 8.564956510439515}},
    'SetPiece': {'shots': 42,
     'goals': 8,
     'xG': 6.4422776168212295,
     'against': {'shots': 21, 'goals': 3, 'xG': 3.514612845145166}},
    'Penalty': {'shots': 9,
     'goals': 8,
     'xG': 6.85051953792572,
     'against': {'shots': 5, 'goals': 4, 'xG': 3.8058441877365112}},
    'DirectFreekick': {'shots': 9,
     'goals': 0,
     'xG': 0.6683105938136578,
     'against': {'shots': 13, 'goals': 1, 'xG': 0.8449538126587868}}},
   'formation': {'4-3-3': {'stat': '4-3-3',
     'time': 3426,
     'shots': 519,
     'goals': 80,
     'xG': 82.52946111699566,
     'against': {'shots': 489, 'goals': 59, 'xG': 61.25498054223135}},
    '4-4-2': {'stat': '4-4-2',
     'time': 122,
     'shots': 25,
     'goals': 5,
     'xG': 5.051833870820701,
     'against': {'shots': 19, 'goals': 1, 'xG': 1.4610554641112685}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 96,
     'shots': 7,
     'goals': 0,
     'xG': 0.5512900836765766,
     'against': {'shots': 20, 'goals': 2, 'xG': 1.4366095727309585}},
    '5-4-1': {'stat': '5-4-1',
     'time': 36,
     'shots': 1,
     'goals': 0,
     'xG': 0.47781217098236084,
     'against': {'shots': 5, 'goals': 0, 'xG': 0.20404895674437284}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1648,
     'shots': 219,
     'goals': 32,
     'xG': 31.053174684755504,
     'against': {'shots': 244, 'goals': 25, 'xG': 30.358319707214832}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 718,
     'shots': 111,
     'goals': 13,
     'xG': 19.176986729260534,
     'against': {'shots': 91, 'goals': 14, 'xG': 8.640074581839144}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 535,
     'shots': 96,
     'goals': 21,
     'xG': 22.22901141550392,
     'against': {'shots': 75, 'goals': 4, 'xG': 6.409436934161931}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 503,
     'shots': 80,
     'goals': 11,
     'xG': 9.982733289711177,
     'against': {'shots': 76, 'goals': 13, 'xG': 12.393521661870182}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 276,
     'shots': 46,
     'goals': 8,
     'xG': 6.168491123244166,
     'against': {'shots': 47, 'goals': 6, 'xG': 6.555341650731862}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 56,
     'goals': 10,
     'xG': 8.719428846612573,
     'against': {'shots': 99, 'goals': 4, 'xG': 9.241208062507212}},
    '16-30': {'stat': '16-30',
     'shots': 84,
     'goals': 10,
     'xG': 15.405786593444645,
     'against': {'shots': 102, 'goals': 13, 'xG': 14.516800350509584}},
    '31-45': {'stat': '31-45',
     'shots': 100,
     'goals': 14,
     'xG': 13.669227014295757,
     'against': {'shots': 54, 'goals': 4, 'xG': 8.02497781533748}},
    '46-60': {'stat': '46-60',
     'shots': 107,
     'goals': 19,
     'xG': 18.71150324307382,
     'against': {'shots': 80, 'goals': 14, 'xG': 10.456049374304712}},
    '61-75': {'stat': '61-75',
     'shots': 92,
     'goals': 13,
     'xG': 15.114174149930477,
     'against': {'shots': 97, 'goals': 13, 'xG': 10.15815690625459}},
    '76+': {'stat': '76+',
     'shots': 113,
     'goals': 19,
     'xG': 16.990277395118028,
     'against': {'shots': 101, 'goals': 14, 'xG': 11.959502026904374}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 2,
     'goals': 2,
     'xG': 2,
     'against': {'shots': 1, 'goals': 1, 'xG': 1}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 154,
     'goals': 7,
     'xG': 5.4216218129731715,
     'against': {'shots': 179, 'goals': 9, 'xG': 6.038173863198608}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 333,
     'goals': 57,
     'xG': 56.4387677796185,
     'against': {'shots': 307, 'goals': 36, 'xG': 40.964547832496464}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 63,
     'goals': 19,
     'xG': 24.750007649883628,
     'against': {'shots': 46, 'goals': 16, 'xG': 16.35397284012288}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 339,
     'goals': 48,
     'xG': 50.3344678315334,
     'against': {'shots': 315, 'goals': 34, 'xG': 36.92545899562538}},
    'Standard': {'stat': 'Standard',
     'shots': 136,
     'goals': 24,
     'xG': 23.796264656819403,
     'against': {'shots': 130, 'goals': 17, 'xG': 16.73036735597998}},
    'Slow': {'stat': 'Slow',
     'shots': 44,
     'goals': 7,
     'xG': 7.5149610955268145,
     'against': {'shots': 41, 'goals': 1, 'xG': 2.7779929228127003}},
    'Fast': {'stat': 'Fast',
     'shots': 33,
     'goals': 6,
     'xG': 6.964703658595681,
     'against': {'shots': 47, 'goals': 10, 'xG': 7.922875261399895}}},
   'result': {'MissedShots': {'shots': 175,
     'goals': 0,
     'xG': 16.398609720170498,
     'against': {'shots': 175, 'goals': 0, 'xG': 14.726953819859773}},
    'BlockedShot': {'shots': 160,
     'goals': 0,
     'xG': 13.686312853824347,
     'against': {'shots': 155, 'goals': 0, 'xG': 9.27276020962745}},
    'SavedShot': {'shots': 123,
     'goals': 0,
     'xG': 18.62285214010626,
     'against': {'shots': 133, 'goals': 0, 'xG': 15.409250987693667}},
    'Goal': {'shots': 85,
     'goals': 85,
     'xG': 38.034416519105434,
     'against': {'shots': 62, 'goals': 62, 'xG': 24.193527260795236}},
    'ShotOnPost': {'shots': 9,
     'goals': 0,
     'xG': 1.8682060092687607,
     'against': {'shots': 8, 'goals': 0, 'xG': 0.7542022578418255}}}},
  'players_data': [{'id': '5232',
    'player_name': 'Alexander Isak',
    'games': '30',
    'time': '2305',
    'goals': '21',
    'xG': '22.07426631450653',
    'assists': '2',
    'xA': '3.6520401313900948',
    'shots': '78',
    'key_passes': '27',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Newcastle United',
    'npg': '16',
    'npxG': '17.507253035902977',
    'xGChain': '24.041151970624924',
    'xGBuildup': '5.754798140376806'},
   {'id': '8150',
    'player_name': 'Anthony Gordon',
    'games': '35',
    'time': '2956',
    'goals': '11',
    'xG': '11.293779235333204',
    'assists': '10',
    'xA': '8.833045985549688',
    'shots': '81',
    'key_passes': '56',
    'yellow_cards': '10',
    'red_cards': '1',
    'position': 'F M S',
    'team_title': 'Newcastle United',
    'npg': '10',
    'npxG': '10.53261036798358',
    'xGChain': '26.570194900035858',
    'xGBuildup': '11.442161984741688'},
   {'id': '468',
    'player_name': 'Callum Wilson',
    'games': '20',
    'time': '963',
    'goals': '9',
    'xG': '10.12450959533453',
    'assists': '1',
    'xA': '0.9339367430657148',
    'shots': '35',
    'key_passes': '8',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Newcastle United',
    'npg': '7',
    'npxG': '8.602172024548054',
    'xGChain': '10.547705547884107',
    'xGBuildup': '1.8611295819282532'},
   {'id': '8327',
    'player_name': 'Bruno Guimarães',
    'games': '37',
    'time': '3292',
    'goals': '7',
    'xG': '4.978310074657202',
    'assists': '8',
    'xA': '7.888791332021356',
    'shots': '48',
    'key_passes': '62',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'M',
    'team_title': 'Newcastle United',
    'npg': '7',
    'npxG': '4.978310074657202',
    'xGChain': '23.880530774593353',
    'xGBuildup': '18.56961396895349'},
   {'id': '7078',
    'player_name': 'Sean Longstaff',
    'games': '35',
    'time': '2748',
    'goals': '6',
    'xG': '7.077314300462604',
    'assists': '2',
    'xA': '3.0185976549983025',
    'shots': '41',
    'key_passes': '20',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Newcastle United',
    'npg': '6',
    'npxG': '7.077314300462604',
    'xGChain': '17.2361901816912',
    'xGBuildup': '9.9536661230959'},
   {'id': '6681',
    'player_name': 'Harvey Barnes',
    'games': '21',
    'time': '738',
    'goals': '5',
    'xG': '3.467865003272891',
    'assists': '3',
    'xA': '4.21071451343596',
    'shots': '27',
    'key_passes': '13',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Newcastle United',
    'npg': '5',
    'npxG': '3.467865003272891',
    'xGChain': '9.07958210259676',
    'xGBuildup': '2.550239199772477'},
   {'id': '76',
    'player_name': 'Fabian Schär',
    'games': '36',
    'time': '3057',
    'goals': '4',
    'xG': '2.679914410226047',
    'assists': '1',
    'xA': '1.2247396316379309',
    'shots': '35',
    'key_passes': '9',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '4',
    'npxG': '2.679914410226047',
    'xGChain': '13.900441944599152',
    'xGBuildup': '13.216225143522024'},
   {'id': '6063',
    'player_name': 'Jacob Murphy',
    'games': '21',
    'time': '1216',
    'goals': '3',
    'xG': '2.8978680092841387',
    'assists': '7',
    'xA': '5.225788880139589',
    'shots': '30',
    'key_passes': '31',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D F M S',
    'team_title': 'Newcastle United',
    'npg': '3',
    'npxG': '2.8978680092841387',
    'xGChain': '11.551701165735722',
    'xGBuildup': '4.93473332002759'},
   {'id': '7420',
    'player_name': 'Miguel Almirón',
    'games': '33',
    'time': '1967',
    'goals': '3',
    'xG': '5.132560992613435',
    'assists': '1',
    'xA': '3.0761873684823513',
    'shots': '41',
    'key_passes': '25',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Newcastle United',
    'npg': '3',
    'npxG': '5.132560992613435',
    'xGChain': '12.225016118958592',
    'xGBuildup': '5.606135703623295'},
   {'id': '87',
    'player_name': 'Joelinton',
    'games': '20',
    'time': '1289',
    'goals': '2',
    'xG': '2.5591788068413734',
    'assists': '1',
    'xA': '2.958754763007164',
    'shots': '19',
    'key_passes': '23',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Newcastle United',
    'npg': '2',
    'npxG': '2.5591788068413734',
    'xGChain': '10.31060659699142',
    'xGBuildup': '6.361314440146089'},
   {'id': '7382',
    'player_name': 'Dan Burn',
    'games': '33',
    'time': '2763',
    'goals': '2',
    'xG': '4.111052492633462',
    'assists': '2',
    'xA': '1.8968225196003914',
    'shots': '23',
    'key_passes': '9',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '2',
    'npxG': '4.111052492633462',
    'xGChain': '15.2240951359272',
    'xGBuildup': '13.172115057706833'},
   {'id': '8635',
    'player_name': 'Sven Botman',
    'games': '17',
    'time': '1383',
    'goals': '2',
    'xG': '0.9827942438423634',
    'assists': '2',
    'xA': '1.1396078020334244',
    'shots': '10',
    'key_passes': '5',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '2',
    'npxG': '0.9827942438423634',
    'xGChain': '5.531088795512915',
    'xGBuildup': '5.531088795512915'},
   {'id': '461',
    'player_name': 'Matt Ritchie',
    'games': '13',
    'time': '97',
    'goals': '1',
    'xG': '1.525990355759859',
    'assists': '0',
    'xA': '0',
    'shots': '6',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Newcastle United',
    'npg': '1',
    'npxG': '1.525990355759859',
    'xGChain': '2.365898761898279',
    'xGBuildup': '0.8581954278051853'},
   {'id': '652',
    'player_name': 'Kieran Trippier',
    'games': '28',
    'time': '2255',
    'goals': '1',
    'xG': '0.6469280309975147',
    'assists': '10',
    'xA': '8.592840051278472',
    'shots': '8',
    'key_passes': '66',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '1',
    'npxG': '0.6469280309975147',
    'xGChain': '13.876140996813774',
    'xGBuildup': '10.365714758634567'},
   {'id': '766',
    'player_name': 'Jamaal Lascelles',
    'games': '16',
    'time': '1072',
    'goals': '1',
    'xG': '1.0759279876947403',
    'assists': '0',
    'xA': '0.036406565457582474',
    'shots': '6',
    'key_passes': '2',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '1',
    'npxG': '1.0759279876947403',
    'xGChain': '3.6166847310960293',
    'xGBuildup': '3.5107219703495502'},
   {'id': '6630',
    'player_name': 'Joe Willock',
    'games': '9',
    'time': '419',
    'goals': '1',
    'xG': '1.0462103113532066',
    'assists': '0',
    'xA': '0.44771592877805233',
    'shots': '7',
    'key_passes': '7',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Newcastle United',
    'npg': '1',
    'npxG': '1.0462103113532066',
    'xGChain': '2.0969158485531807',
    'xGBuildup': '0.6613700017333031'},
   {'id': '7958',
    'player_name': 'Sandro Tonali',
    'games': '8',
    'time': '436',
    'goals': '1',
    'xG': '0.8581285923719406',
    'assists': '0',
    'xA': '0.5521692577749491',
    'shots': '3',
    'key_passes': '7',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Newcastle United',
    'npg': '1',
    'npxG': '0.8581285923719406',
    'xGChain': '3.416136920452118',
    'xGBuildup': '2.1788286715745926'},
   {'id': '9512',
    'player_name': 'Valentino Livramento',
    'games': '26',
    'time': '1275',
    'goals': '1',
    'xG': '0.961045878008008',
    'assists': '0',
    'xA': '1.0808788742870092',
    'shots': '4',
    'key_passes': '12',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '1',
    'npxG': '0.961045878008008',
    'xGChain': '6.6416795793920755',
    'xGBuildup': '5.265429927036166'},
   {'id': '10216',
    'player_name': 'Lewis Hall',
    'games': '18',
    'time': '748',
    'goals': '1',
    'xG': '0.41603143885731697',
    'assists': '0',
    'xA': '0.30109941959381104',
    'shots': '11',
    'key_passes': '3',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '1',
    'npxG': '0.41603143885731697',
    'xGChain': '6.00943548977375',
    'xGBuildup': '5.44678489677608'},
   {'id': '11386',
    'player_name': 'Lewis Miley',
    'games': '17',
    'time': '1223',
    'goals': '1',
    'xG': '1.1169020980596542',
    'assists': '3',
    'xA': '1.546121459454298',
    'shots': '13',
    'key_passes': '12',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Newcastle United',
    'npg': '1',
    'npxG': '1.1169020980596542',
    'xGChain': '6.223425015807152',
    'xGBuildup': '4.03523076325655'},
   {'id': '37',
    'player_name': 'Loris Karius',
    'games': '1',
    'time': '90',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '853',
    'player_name': 'Paul Dummett',
    'games': '5',
    'time': '11',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.03596547618508339',
    'xGBuildup': '0.03596547618508339'},
   {'id': '884',
    'player_name': 'Matt Targett',
    'games': '3',
    'time': '78',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.06273338198661804',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.08886169828474522',
    'xGBuildup': '0.026128316298127174'},
   {'id': '1545',
    'player_name': 'Emil Krafth',
    'games': '17',
    'time': '912',
    'goals': '0',
    'xG': '0.22536493092775345',
    'assists': '0',
    'xA': '0.9704459868371487',
    'shots': '4',
    'key_passes': '9',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0.22536493092775345',
    'xGChain': '4.405003933236003',
    'xGBuildup': '3.7778926361352205'},
   {'id': '5552',
    'player_name': 'Nick Pope',
    'games': '15',
    'time': '1347',
    'goals': '0',
    'xG': '0.016498630866408348',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0.016498630866408348',
    'xGChain': '4.397169943898916',
    'xGBuildup': '4.397169943898916'},
   {'id': '6532',
    'player_name': 'Martin Dubravka',
    'games': '23',
    'time': '1983',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.12002640217542648',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '3.5433348193764687',
    'xGBuildup': '3.4233084097504616'},
   {'id': '9154',
    'player_name': 'Elliot Anderson',
    'games': '21',
    'time': '997',
    'goals': '0',
    'xG': '1.3419555649161339',
    'assists': '2',
    'xA': '1.5226023513823748',
    'shots': '19',
    'key_passes': '15',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D F M S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '1.3419555649161339',
    'xGChain': '6.666737984865904',
    'xGBuildup': '4.969087693840265'},
   {'id': '9959',
    'player_name': 'Joe White',
    'games': '4',
    'time': '8',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12198',
    'player_name': 'Ben Parkinson',
    'games': '1',
    'time': '18',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12199',
    'player_name': 'Alex Murphy',
    'games': '2',
    'time': '5',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12200',
    'player_name': 'Amadou Diallo',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12215',
    'player_name': 'Michael Ndiweni',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Newcastle United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'}]},
 'https://understat.com/team/Liverpool/2023': {'matches': [{'id': '22283',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.93258', 'a': '1.29994'},
    'datetime': '2023-08-13 15:30:00',
    'forecast': {'w': 0.5219286175146348,
     'd': 0.22124542961022756,
     'l': 0.2568259503992464},
    'result': 'd'},
   {'id': '22288',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.25448', 'a': '1.3867'},
    'datetime': '2023-08-19 14:00:00',
    'forecast': {'w': 0.7372016169788966,
     'd': 0.13529973781855767,
     'l': 0.12749684829998542},
    'result': 'w'},
   {'id': '22304',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.62037', 'a': '0.856121'},
    'datetime': '2023-08-27 15:30:00',
    'forecast': {'w': 0.5543513170357041,
     'd': 0.2478514732897442,
     'l': 0.19779720944006757},
    'result': 'w'},
   {'id': '21933',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.73138', 'a': '0.615503'},
    'datetime': '2023-09-03 13:00:00',
    'forecast': {'w': 0.816192259562657,
     'd': 0.1243960156310287,
     'l': 0.059411514296529834},
    'result': 'w'},
   {'id': '21935',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.538833', 'a': '2.82701'},
    'datetime': '2023-09-16 11:30:00',
    'forecast': {'w': 0.04644881759616519,
     'd': 0.11090283259451876,
     'l': 0.842648026979746},
    'result': 'w'},
   {'id': '21953',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '4.14262', 'a': '1.53878'},
    'datetime': '2023-09-24 13:00:00',
    'forecast': {'w': 0.8148932229398854,
     'd': 0.09706346526590612,
     'l': 0.08801374658233012},
    'result': 'w'},
   {'id': '21962',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.18823', 'a': '1.12299'},
    'datetime': '2023-09-30 16:30:00',
    'forecast': {'w': 0.6156636285427267,
     'd': 0.1987409044293865,
     'l': 0.18559545450039056},
    'result': 'l'},
   {'id': '21966',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.23187', 'a': '2.51029'},
    'datetime': '2023-10-08 13:00:00',
    'forecast': {'w': 0.3567879975140844,
     'd': 0.18744275927871795,
     'l': 0.455769154183076},
    'result': 'd'},
   {'id': '21979',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.28568', 'a': '0.0937725'},
    'datetime': '2023-10-21 11:30:00',
    'forecast': {'w': 0.8763633240159082,
     'd': 0.11353802771991788,
     'l': 0.010098626268517952},
    'result': 'w'},
   {'id': '21991',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.70428', 'a': '0.642014'},
    'datetime': '2023-10-29 14:00:00',
    'forecast': {'w': 0.8073472399822915,
     'd': 0.1286062320380989,
     'l': 0.06404634210400889},
    'result': 'w'},
   {'id': '21999',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.3411', 'a': '3.03925'},
    'datetime': '2023-11-05 16:30:00',
    'forecast': {'w': 0.13840199458617736,
     'd': 0.14620918133550367,
     'l': 0.7153880384108426},
    'result': 'd'},
   {'id': '22011',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '1.56004', 'a': '1.44954'},
    'datetime': '2023-11-12 14:00:00',
    'forecast': {'w': 0.4031739849121273,
     'd': 0.2421605661266496,
     'l': 0.3546654487691589},
    'result': 'w'},
   {'id': '22020',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.79622', 'a': '0.766278'},
    'datetime': '2023-11-25 12:30:00',
    'forecast': {'w': 0.6191577294769455,
     'd': 0.2258642381861001,
     'l': 0.15497803140342675},
    'result': 'd'},
   {'id': '22030',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '4', 'a': '3'},
    'xG': {'h': '2.72831', 'a': '1.51005'},
    'datetime': '2023-12-03 14:00:00',
    'forecast': {'w': 0.6327995231035872,
     'd': 0.17171132606810816,
     'l': 0.1954889431599121},
    'result': 'w'},
   {'id': '22040',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.834172', 'a': '1.80116'},
    'datetime': '2023-12-06 19:30:00',
    'forecast': {'w': 0.16980131805328047,
     'd': 0.227306202392706,
     'l': 0.6028924785856701},
    'result': 'w'},
   {'id': '22047',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.79152', 'a': '1.3708'},
    'datetime': '2023-12-09 12:30:00',
    'forecast': {'w': 0.4745257109811634,
     'd': 0.23046391815118958,
     'l': 0.2950103699420981},
    'result': 'w'},
   {'id': '22060',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.97111', 'a': '0.632715'},
    'datetime': '2023-12-17 16:30:00',
    'forecast': {'w': 0.6909474552289822,
     'd': 0.19935114000606421,
     'l': 0.10970140156804846},
    'result': 'd'},
   {'id': '22068',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.982901', 'a': '0.851681'},
    'datetime': '2023-12-23 17:30:00',
    'forecast': {'w': 0.3735248922135793,
     'd': 0.32406891069402727,
     'l': 0.30240619709212724},
    'result': 'd'},
   {'id': '22079',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.972389', 'a': '1.68451'},
    'datetime': '2023-12-26 17:30:00',
    'forecast': {'w': 0.21737741076043549,
     'd': 0.24166338458033648,
     'l': 0.5409592042636588},
    'result': 'w'},
   {'id': '22088',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '6.67151', 'a': '0.910974'},
    'datetime': '2024-01-01 19:00:00',
    'forecast': {'w': 0.9774887185628922,
     'd': 0.013039209951575354,
     'l': 0.005731613308245919},
    'result': 'w'},
   {'id': '22102',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '0.834585', 'a': '1.53344'},
    'datetime': '2024-01-21 16:30:00',
    'forecast': {'w': 0.2042998500982909,
     'd': 0.25780299341660057,
     'l': 0.5378971563739086},
    'result': 'w'},
   {'id': '22113',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '3.6627', 'a': '0.477972'},
    'datetime': '2024-01-31 20:15:00',
    'forecast': {'w': 0.9212324993379286,
     'd': 0.05861126157768163,
     'l': 0.020148984124609873},
    'result': 'w'},
   {'id': '22116',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.8526', 'a': '0.542052'},
    'datetime': '2024-02-04 16:30:00',
    'forecast': {'w': 0.8448458073328324,
     'd': 0.10928781423637428,
     'l': 0.04586601753393139},
    'result': 'l'},
   {'id': '22128',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.14734', 'a': '1.11123'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.7732919987305863,
     'd': 0.12789971862593494,
     'l': 0.09880708185705304},
    'result': 'w'},
   {'id': '22135',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '1.69518', 'a': '3.08952'},
    'datetime': '2024-02-17 12:30:00',
    'forecast': {'w': 0.18741020177112294,
     'd': 0.15634646075764916,
     'l': 0.656242377860806},
    'result': 'w'},
   {'id': '22151',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '3.70302', 'a': '0.956512'},
    'datetime': '2024-02-21 15:00:00',
    'forecast': {'w': 0.858412486670297,
     'd': 0.08740504731465931,
     'l': 0.05417422826719701},
    'result': 'w'},
   {'id': '22162',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.971466', 'a': '1.32259'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.2744055943209539,
     'd': 0.27851179506221935,
     'l': 0.4470826106019123},
    'result': 'w'},
   {'id': '22171',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.25492', 'a': '1.37289'},
    'datetime': '2024-03-10 15:45:00',
    'forecast': {'w': 0.5736824942391479,
     'd': 0.19922324393228913,
     'l': 0.22709424333345932},
    'result': 'd'},
   {'id': '22189',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '3.21149', 'a': '0.43922'},
    'datetime': '2024-03-31 14:00:00',
    'forecast': {'w': 0.896188210953886,
     'd': 0.07774139479414659,
     'l': 0.026068862636065712},
    'result': 'w'},
   {'id': '22203',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.51772', 'a': '0.720948'},
    'datetime': '2024-04-04 18:30:00',
    'forecast': {'w': 0.7645576181326834,
     'd': 0.15001109959533582,
     'l': 0.08543120664371819},
    'result': 'w'},
   {'id': '22211',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.814509', 'a': '4.43457'},
    'datetime': '2024-04-07 14:30:00',
    'forecast': {'w': 0.024707479893248795,
     'd': 0.050031019351965536,
     'l': 0.925198708513562},
    'result': 'd'},
   {'id': '22220',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '3.04497', 'a': '2.12879'},
    'datetime': '2024-04-14 13:00:00',
    'forecast': {'w': 0.569489940519747,
     'd': 0.16749610342404658,
     'l': 0.26301314344033533},
    'result': 'l'},
   {'id': '22229',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.83885', 'a': '1.02445'},
    'datetime': '2024-04-21 15:30:00',
    'forecast': {'w': 0.2900446362784837,
     'd': 0.32003154026182945,
     'l': 0.3899238234592404},
    'result': 'w'},
   {'id': '22179',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.89111', 'a': '1.87155'},
    'datetime': '2024-04-24 19:00:00',
    'forecast': {'w': 0.3968556185790956,
     'd': 0.2140502473631426,
     'l': 0.3890941305961233},
    'result': 'l'},
   {'id': '22243',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.794025', 'a': '2.29298'},
    'datetime': '2024-04-27 11:30:00',
    'forecast': {'w': 0.11342138253500342,
     'd': 0.17514179065119062,
     'l': 0.711436803896392},
    'result': 'd'},
   {'id': '22251',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '3.26222', 'a': '1.17205'},
    'datetime': '2024-05-05 15:30:00',
    'forecast': {'w': 0.7767698976426005,
     'd': 0.12415634782434351,
     'l': 0.09907190574870184},
    'result': 'w'},
   {'id': '22256',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '3', 'a': '3'},
    'xG': {'h': '2.71655', 'a': '1.89968'},
    'datetime': '2024-05-13 19:00:00',
    'forecast': {'w': 0.5547692326471845,
     'd': 0.17962404113537075,
     'l': 0.2656065275670241},
    'result': 'd'},
   {'id': '22271',
    'isResult': True,
    'side': 'h',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '5.65937', 'a': '0.731254'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.971004193159309,
     'd': 0.020114818148793307,
     'l': 0.008086468577862247},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 585,
     'goals': 64,
     'xG': 75.2896176064387,
     'against': {'shots': 301, 'goals': 30, 'xG': 36.152170084416866}},
    'FromCorner': {'shots': 161,
     'goals': 12,
     'xG': 14.968174452427775,
     'against': {'shots': 53, 'goals': 7, 'xG': 5.5635179141536355}},
    'SetPiece': {'shots': 23,
     'goals': 3,
     'xG': 4.844966364093125,
     'against': {'shots': 43, 'goals': 3, 'xG': 6.55411097407341}},
    'DirectFreekick': {'shots': 18,
     'goals': 1,
     'xG': 1.156681690365076,
     'against': {'shots': 17, 'goals': 0, 'xG': 1.0439644288271666}},
    'Penalty': {'shots': 9,
     'goals': 6,
     'xG': 6.850445330142975,
     'against': {'shots': 1, 'goals': 1, 'xG': 0.7611688375473022}}},
   'formation': {'4-3-3': {'stat': '4-3-3',
     'time': 3479,
     'shots': 773,
     'goals': 81,
     'xG': 99.57978969952092,
     'against': {'shots': 363, 'goals': 39, 'xG': 44.45308998785913}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 144,
     'shots': 12,
     'goals': 3,
     'xG': 1.3990309545770288,
     'against': {'shots': 43, 'goals': 1, 'xG': 3.9771492555737495}},
    '4-2-2-2': {'stat': '4-2-2-2',
     'time': 20,
     'shots': 8,
     'goals': 1,
     'xG': 1.2141888961195946,
     'against': {'shots': 0, 'goals': 0, 'xG': 0}},
    '3-5-2': {'stat': '3-5-2',
     'time': 16,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 5, 'goals': 1, 'xG': 1.154579316265881}},
    '4-4-2': {'stat': '4-4-2',
     'time': 15,
     'shots': 3,
     'goals': 1,
     'xG': 0.9168758932501078,
     'against': {'shots': 4, 'goals': 0, 'xG': 0.49011367931962013}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1832,
     'shots': 379,
     'goals': 37,
     'xG': 46.75204255664721,
     'against': {'shots': 184, 'goals': 20, 'xG': 23.752114180009812}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 734,
     'shots': 178,
     'goals': 21,
     'xG': 25.27506726793945,
     'against': {'shots': 79, 'goals': 13, 'xG': 9.571554904337972}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 559,
     'shots': 118,
     'goals': 16,
     'xG': 15.703826857730746,
     'against': {'shots': 66, 'goals': 2, 'xG': 6.777922964654863}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 515,
     'shots': 112,
     'goals': 12,
     'xG': 15.016060961410403,
     'against': {'shots': 82, 'goals': 6, 'xG': 9.73215872142464}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 34,
     'shots': 9,
     'goals': 0,
     'xG': 0.36288779973983765,
     'against': {'shots': 4, 'goals': 0, 'xG': 0.24118146859109402}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 102,
     'goals': 5,
     'xG': 10.244975838810205,
     'against': {'shots': 58, 'goals': 8, 'xG': 7.41361016407609}},
    '16-30': {'stat': '16-30',
     'shots': 117,
     'goals': 12,
     'xG': 14.791969337966293,
     'against': {'shots': 46, 'goals': 6, 'xG': 5.754867829848081}},
    '31-45': {'stat': '31-45',
     'shots': 133,
     'goals': 13,
     'xG': 16.80072687752545,
     'against': {'shots': 58, 'goals': 5, 'xG': 6.008634430356324}},
    '46-60': {'stat': '46-60',
     'shots': 160,
     'goals': 17,
     'xG': 24.396731857210398,
     'against': {'shots': 81, 'goals': 7, 'xG': 9.269106953404844}},
    '61-75': {'stat': '61-75',
     'shots': 127,
     'goals': 14,
     'xG': 17.593505159951746,
     'against': {'shots': 61, 'goals': 5, 'xG': 7.9948649210855365}},
    '76+': {'stat': '76+',
     'shots': 157,
     'goals': 25,
     'xG': 19.281976372003555,
     'against': {'shots': 111, 'goals': 10, 'xG': 13.633847940247506}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 6,
     'goals': 6,
     'xG': 6,
     'against': {'shots': 2, 'goals': 2, 'xG': 2}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 274,
     'goals': 12,
     'xG': 9.203109407331795,
     'against': {'shots': 140, 'goals': 4, 'xG': 5.178455205168575}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 454,
     'goals': 49,
     'xG': 63.28753637801856,
     'against': {'shots': 239, 'goals': 26, 'xG': 31.764068154152483}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 62,
     'goals': 19,
     'xG': 24.619239658117294,
     'against': {'shots': 34, 'goals': 9, 'xG': 11.132408879697323}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 460,
     'goals': 49,
     'xG': 54.858863204717636,
     'against': {'shots': 243, 'goals': 23, 'xG': 26.96399747999385}},
    'Standard': {'stat': 'Standard',
     'shots': 211,
     'goals': 22,
     'xG': 27.82026783702895,
     'against': {'shots': 114, 'goals': 11, 'xG': 13.922762154601514}},
    'Slow': {'stat': 'Slow',
     'shots': 70,
     'goals': 6,
     'xG': 8.704414073377848,
     'against': {'shots': 26, 'goals': 5, 'xG': 4.166575191542506}},
    'Fast': {'stat': 'Fast',
     'shots': 55,
     'goals': 9,
     'xG': 11.726340328343213,
     'against': {'shots': 32, 'goals': 2, 'xG': 5.02159741288051}}},
   'result': {'SavedShot': {'shots': 191,
     'goals': 0,
     'xG': 23.305118046700954,
     'against': {'shots': 108, 'goals': 0, 'xG': 15.081801024265587}},
    'MissedShots': {'shots': 271,
     'goals': 0,
     'xG': 25.81765837687999,
     'against': {'shots': 150, 'goals': 0, 'xG': 13.684552828781307}},
    'BlockedShot': {'shots': 228,
     'goals': 0,
     'xG': 14.081614406313747,
     'against': {'shots': 112, 'goals': 0, 'xG': 7.613150983117521}},
    'Goal': {'shots': 86,
     'goals': 86,
     'xG': 34.52525262348354,
     'against': {'shots': 41, 'goals': 41, 'xG': 13.215524531900883}},
    'ShotOnPost': {'shots': 20,
     'goals': 0,
     'xG': 5.3802419900894165,
     'against': {'shots': 4, 'goals': 0, 'xG': 0.47990287095308304}}}},
  'players_data': [{'id': '1250',
    'player_name': 'Mohamed Salah',
    'games': '32',
    'time': '2556',
    'goals': '18',
    'xG': '21.941274393349886',
    'assists': '10',
    'xA': '12.332044444978237',
    'shots': '114',
    'key_passes': '66',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Liverpool',
    'npg': '13',
    'npxG': '16.613166783005',
    'xGChain': '31.875095803290606',
    'xGBuildup': '8.363566914573312'},
   {'id': '10720',
    'player_name': 'Darwin Núñez',
    'games': '36',
    'time': '2037',
    'goals': '11',
    'xG': '19.187851031310856',
    'assists': '8',
    'xA': '5.950456521473825',
    'shots': '108',
    'key_passes': '33',
    'yellow_cards': '9',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Liverpool',
    'npg': '11',
    'npxG': '18.42668213415891',
    'xGChain': '25.07862750068307',
    'xGBuildup': '5.313199203461409'},
   {'id': '6854',
    'player_name': 'Diogo Jota',
    'games': '21',
    'time': '1164',
    'goals': '10',
    'xG': '6.724682793021202',
    'assists': '3',
    'xA': '3.19649357162416',
    'shots': '41',
    'key_passes': '23',
    'yellow_cards': '1',
    'red_cards': '1',
    'position': 'F S',
    'team_title': 'Liverpool',
    'npg': '10',
    'npxG': '6.724682793021202',
    'xGChain': '12.289753511548042',
    'xGBuildup': '5.313873592764139'},
   {'id': '10408',
    'player_name': 'Luis Díaz',
    'games': '37',
    'time': '2706',
    'goals': '8',
    'xG': '12.864595355466008',
    'assists': '5',
    'xA': '6.482230054214597',
    'shots': '94',
    'key_passes': '64',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Liverpool',
    'npg': '8',
    'npxG': '12.864595355466008',
    'xGChain': '24.42669267952442',
    'xGBuildup': '10.309036564081907'},
   {'id': '11296',
    'player_name': 'Cody Gakpo',
    'games': '35',
    'time': '1640',
    'goals': '8',
    'xG': '8.769219513982534',
    'assists': '5',
    'xA': '4.2288118079304695',
    'shots': '66',
    'key_passes': '25',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Liverpool',
    'npg': '8',
    'npxG': '8.769219513982534',
    'xGChain': '17.55027423426509',
    'xGBuildup': '6.47403072565794'},
   {'id': '8379',
    'player_name': 'Alexis Mac Allister',
    'games': '33',
    'time': '2661',
    'goals': '5',
    'xG': '3.998983211815357',
    'assists': '5',
    'xA': '3.578091200441122',
    'shots': '44',
    'key_passes': '47',
    'yellow_cards': '7',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Liverpool',
    'npg': '4',
    'npxG': '3.237814389169216',
    'xGChain': '22.71393956243992',
    'xGBuildup': '18.186699956655502'},
   {'id': '1688',
    'player_name': 'Andrew Robertson',
    'games': '23',
    'time': '1684',
    'goals': '3',
    'xG': '2.4325872622430325',
    'assists': '2',
    'xA': '6.65541476290673',
    'shots': '12',
    'key_passes': '62',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Liverpool',
    'npg': '3',
    'npxG': '2.4325872622430325',
    'xGChain': '15.87774301506579',
    'xGBuildup': '10.361629979684949'},
   {'id': '1791',
    'player_name': 'Trent Alexander-Arnold',
    'games': '28',
    'time': '2190',
    'goals': '3',
    'xG': '2.745258178561926',
    'assists': '4',
    'xA': '8.361615665256977',
    'shots': '47',
    'key_passes': '64',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Liverpool',
    'npg': '3',
    'npxG': '2.745258178561926',
    'xGChain': '19.35842103511095',
    'xGBuildup': '14.500512413680553'},
   {'id': '7546',
    'player_name': 'Harvey Elliott',
    'games': '34',
    'time': '1268',
    'goals': '3',
    'xG': '2.5765033923089504',
    'assists': '6',
    'xA': '4.262343382462859',
    'shots': '49',
    'key_passes': '36',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Liverpool',
    'npg': '3',
    'npxG': '2.5765033923089504',
    'xGChain': '14.047137239947915',
    'xGBuildup': '9.563051972538233'},
   {'id': '9788',
    'player_name': 'Dominik Szoboszlai',
    'games': '33',
    'time': '2135',
    'goals': '3',
    'xG': '3.519060474820435',
    'assists': '2',
    'xA': '5.657645266503096',
    'shots': '60',
    'key_passes': '55',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Liverpool',
    'npg': '3',
    'npxG': '3.519060474820435',
    'xGChain': '21.230980657041073',
    'xGBuildup': '15.891304083168507'},
   {'id': '833',
    'player_name': 'Virgil van Dijk',
    'games': '36',
    'time': '3177',
    'goals': '2',
    'xG': '3.299967482686043',
    'assists': '2',
    'xA': '1.8630620841868222',
    'shots': '45',
    'key_passes': '11',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'D',
    'team_title': 'Liverpool',
    'npg': '2',
    'npxG': '3.299967482686043',
    'xGChain': '18.085036668926477',
    'xGBuildup': '17.597938928753138'},
   {'id': '10187',
    'player_name': 'Jarell Quansah',
    'games': '17',
    'time': '1182',
    'goals': '2',
    'xG': '1.4266883935779333',
    'assists': '0',
    'xA': '0.07552261091768742',
    'shots': '6',
    'key_passes': '3',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Liverpool',
    'npg': '2',
    'npxG': '1.4266883935779333',
    'xGChain': '7.204154305160046',
    'xGBuildup': '7.149779371917248'},
   {'id': '6665',
    'player_name': 'Curtis Jones',
    'games': '23',
    'time': '1152',
    'goals': '1',
    'xG': '2.483465351164341',
    'assists': '1',
    'xA': '0.9511555470526218',
    'shots': '19',
    'key_passes': '11',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Liverpool',
    'npg': '1',
    'npxG': '2.483465351164341',
    'xGChain': '9.832491017878056',
    'xGBuildup': '6.74063022620976'},
   {'id': '8808',
    'player_name': 'Wataru Endo',
    'games': '29',
    'time': '1718',
    'goals': '1',
    'xG': '0.4377728682011366',
    'assists': '0',
    'xA': '1.4933863505721092',
    'shots': '10',
    'key_passes': '16',
    'yellow_cards': '10',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Liverpool',
    'npg': '1',
    'npxG': '0.4377728682011366',
    'xGChain': '12.217629071325064',
    'xGBuildup': '11.228149242699146'},
   {'id': '10120',
    'player_name': 'Conor Bradley',
    'games': '11',
    'time': '776',
    'goals': '1',
    'xG': '0.9028667435050011',
    'assists': '3',
    'xA': '1.9515707418322563',
    'shots': '12',
    'key_passes': '15',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Liverpool',
    'npg': '1',
    'npxG': '0.9028667435050011',
    'xGChain': '6.451037675142288',
    'xGBuildup': '4.833862990140915'},
   {'id': '10697',
    'player_name': 'Ryan Gravenberch',
    'games': '26',
    'time': '1116',
    'goals': '1',
    'xG': '1.7132481131702662',
    'assists': '0',
    'xA': '1.0920489802956581',
    'shots': '23',
    'key_passes': '15',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Liverpool',
    'npg': '1',
    'npxG': '1.7132481131702662',
    'xGChain': '7.440316876396537',
    'xGBuildup': '5.028185680508614'},
   {'id': '229',
    'player_name': 'Thiago Alcántara',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '332',
    'player_name': 'Joel Matip',
    'games': '10',
    'time': '798',
    'goals': '0',
    'xG': '0.5547500364482403',
    'assists': '0',
    'xA': '0.049058178439736366',
    'shots': '5',
    'key_passes': '2',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0.5547500364482403',
    'xGChain': '4.6627917140722275',
    'xGBuildup': '4.635653033852577'},
   {'id': '987',
    'player_name': 'Joseph Gomez',
    'games': '32',
    'time': '1749',
    'goals': '0',
    'xG': '0.8164968742057681',
    'assists': '1',
    'xA': '1.5004456005990505',
    'shots': '19',
    'key_passes': '21',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0.8164968742057681',
    'xGChain': '10.545846451073885',
    'xGBuildup': '8.967196764424443'},
   {'id': '1257',
    'player_name': 'Alisson',
    'games': '28',
    'time': '2520',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '8.493492092937231',
    'xGBuildup': '8.493492092937231'},
   {'id': '6326',
    'player_name': 'Ibrahima Konaté',
    'games': '22',
    'time': '1555',
    'goals': '0',
    'xG': '0.5480835782364011',
    'assists': '0',
    'xA': '0.5098369065672159',
    'shots': '11',
    'key_passes': '8',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0.5480835782364011',
    'xGChain': '10.232070155441761',
    'xGBuildup': '10.100398369133472'},
   {'id': '7904',
    'player_name': 'Caoimhin Kelleher',
    'games': '10',
    'time': '900',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.044807832688093185',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '3.1609220281243324',
    'xGBuildup': '3.1609220281243324'},
   {'id': '8852',
    'player_name': 'Konstantinos Tsimikas',
    'games': '13',
    'time': '667',
    'goals': '0',
    'xG': '0.09273439832031727',
    'assists': '3',
    'xA': '1.1678164629265666',
    'shots': '3',
    'key_passes': '16',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0.09273439832031727',
    'xGChain': '2.015436552464962',
    'xGBuildup': '1.7746542319655418'},
   {'id': '10118',
    'player_name': 'Kaide Gordon',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '10119',
    'player_name': 'Owen Beck',
    'games': '1',
    'time': '5',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.5044733881950378',
    'xGBuildup': '0.5044733881950378'},
   {'id': '10723',
    'player_name': 'Stefan Bajcetic',
    'games': '1',
    'time': '23',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '10997',
    'player_name': 'Bobby Clark',
    'games': '5',
    'time': '79',
    'goals': '0',
    'xG': '0.0737958550453186',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0.0737958550453186',
    'xGChain': '0.2553020417690277',
    'xGBuildup': '0.2216729074716568'},
   {'id': '11231',
    'player_name': 'Ben Doak',
    'games': '1',
    'time': '6',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '11811',
    'player_name': 'James McConnell',
    'games': '3',
    'time': '3',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12455',
    'player_name': 'Jayden Danns',
    'games': '2',
    'time': '6',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Liverpool',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'}]},
 'https://understat.com/team/Manchester_City/2023': {'matches': [{'id': '22275',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.311032', 'a': '2.40074'},
    'datetime': '2023-08-11 19:00:00',
    'forecast': {'w': 0.033916116750281756,
     'd': 0.12607795853040002,
     'l': 0.8400058834250149},
    'result': 'w'},
   {'id': '22291',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.22528', 'a': '0.257154'},
    'datetime': '2023-08-19 19:00:00',
    'forecast': {'w': 0.6183648589801078,
     'd': 0.304472722961456,
     'l': 0.07716241805331575},
    'result': 'w'},
   {'id': '22303',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.762232', 'a': '3.84804'},
    'datetime': '2023-08-27 13:00:00',
    'forecast': {'w': 0.03441105929075552,
     'd': 0.06894413405982462,
     'l': 0.8966319829337637},
    'result': 'w'},
   {'id': '21927',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '2.00152', 'a': '1.46427'},
    'datetime': '2023-09-02 14:00:00',
    'forecast': {'w': 0.5014150913066115,
     'd': 0.21629381958343086,
     'l': 0.2822910851405533},
    'result': 'w'},
   {'id': '21937',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.895632', 'a': '4.15046'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.03552457282530197,
     'd': 0.06424755053404889,
     'l': 0.9001976795763983},
    'result': 'w'},
   {'id': '21946',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.33984', 'a': '0.729109'},
    'datetime': '2023-09-23 14:00:00',
    'forecast': {'w': 0.5132462236107563,
     'd': 0.2833333802419217,
     'l': 0.2034203961297317},
    'result': 'w'},
   {'id': '21961',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.673985', 'a': '0.98075'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.2437950851471363,
     'd': 0.3399678858556932,
     'l': 0.41623702899694104},
    'result': 'l'},
   {'id': '21965',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.386558', 'a': '0.858071'},
    'datetime': '2023-10-08 15:30:00',
    'forecast': {'w': 0.158185148316797,
     'd': 0.3918124846683278,
     'l': 0.4500023670148408},
    'result': 'l'},
   {'id': '21980',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.962509', 'a': '0.963733'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.34187125064798485,
     'd': 0.31560647022602895,
     'l': 0.34252227912563304},
    'result': 'w'},
   {'id': '21992',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.714628', 'a': '4.54595'},
    'datetime': '2023-10-29 15:30:00',
    'forecast': {'w': 0.018327154309952964,
     'd': 0.04185217309152841,
     'l': 0.9397384287752164},
    'result': 'w'},
   {'id': '22000',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '6', 'a': '1'},
    'xG': {'h': '2.39949', 'a': '0.643127'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.7639772820829142,
     'd': 0.15510891518897743,
     'l': 0.08091376170758},
    'result': 'w'},
   {'id': '22009',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '4', 'a': '4'},
    'xG': {'h': '3.47238', 'a': '3.19324'},
    'datetime': '2023-11-12 16:30:00',
    'forecast': {'w': 0.46379049419538143,
     'd': 0.15686827778698817,
     'l': 0.3793359138789431},
    'result': 'd'},
   {'id': '22020',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.79622', 'a': '0.766278'},
    'datetime': '2023-11-25 12:30:00',
    'forecast': {'w': 0.6191577294769455,
     'd': 0.2258642381861001,
     'l': 0.15497803140342675},
    'result': 'd'},
   {'id': '22031',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '3', 'a': '3'},
    'xG': {'h': '2.90729', 'a': '0.433077'},
    'datetime': '2023-12-03 16:30:00',
    'forecast': {'w': 0.8708771278974599,
     'd': 0.09619149724556421,
     'l': 0.032930918713566654},
    'result': 'd'},
   {'id': '22035',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.1922', 'a': '1.00198'},
    'datetime': '2023-12-06 20:15:00',
    'forecast': {'w': 0.6442505037011623,
     'd': 0.19439452439835844,
     'l': 0.1613549590763431},
    'result': 'l'},
   {'id': '22050',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.689037', 'a': '2.23353'},
    'datetime': '2023-12-10 14:00:00',
    'forecast': {'w': 0.09967347357187162,
     'd': 0.17444345547165158,
     'l': 0.7258830546252979},
    'result': 'w'},
   {'id': '22061',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.41646', 'a': '1.64977'},
    'datetime': '2023-12-16 15:00:00',
    'forecast': {'w': 0.5477523589009623,
     'd': 0.19261817753494326,
     'l': 0.2596294183834749},
    'result': 'd'},
   {'id': '22081',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.23529', 'a': '2.28321'},
    'datetime': '2023-12-27 20:15:00',
    'forecast': {'w': 0.19646058982007564,
     'd': 0.19433426481119814,
     'l': 0.6092051236714964},
    'result': 'w'},
   {'id': '22090',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.24229', 'a': '0.263211'},
    'datetime': '2023-12-30 15:00:00',
    'forecast': {'w': 0.8303757069308167,
     'd': 0.13740786657936627,
     'l': 0.03221640931138292},
    'result': 'w'},
   {'id': '22100',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '1.23638', 'a': '2.55452'},
    'datetime': '2024-01-13 17:30:00',
    'forecast': {'w': 0.1666640061537404,
     'd': 0.17436987238288812,
     'l': 0.6589660305943631},
    'result': 'w'},
   {'id': '22114',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.84756', 'a': '1.49114'},
    'datetime': '2024-01-31 19:30:00',
    'forecast': {'w': 0.461773320559245,
     'd': 0.22514672985932352,
     'l': 0.3130799481472274},
    'result': 'w'},
   {'id': '22117',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.865741', 'a': '2.10785'},
    'datetime': '2024-02-05 20:00:00',
    'forecast': {'w': 0.1433738115029076,
     'd': 0.19665169590955295,
     'l': 0.6599744848882013},
    'result': 'w'},
   {'id': '22130',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.58971', 'a': '0.192072'},
    'datetime': '2024-02-10 12:30:00',
    'forecast': {'w': 0.735017286197654,
     'd': 0.22379728728945153,
     'l': 0.04118542633175592},
    'result': 'w'},
   {'id': '22140',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.77713', 'a': '1.82903'},
    'datetime': '2024-02-17 17:30:00',
    'forecast': {'w': 0.5789688363862632,
     'd': 0.17580024890862814,
     'l': 0.24523065465208838},
    'result': 'd'},
   {'id': '22074',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.53766', 'a': '0.503799'},
    'datetime': '2024-02-20 18:30:00',
    'forecast': {'w': 0.8148829223515263,
     'd': 0.13135520714649007,
     'l': 0.053761786933719434},
    'result': 'w'},
   {'id': '22145',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.925889', 'a': '1.79636'},
    'datetime': '2024-02-24 17:30:00',
    'forecast': {'w': 0.1913600520091154,
     'd': 0.2298354868299005,
     'l': 0.5788044602263915},
    'result': 'w'},
   {'id': '22160',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.64173', 'a': '0.153764'},
    'datetime': '2024-03-03 15:30:00',
    'forecast': {'w': 0.8991645573908624,
     'd': 0.08853389114461846,
     'l': 0.012301412803492623},
    'result': 'w'},
   {'id': '22171',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.25492', 'a': '1.37289'},
    'datetime': '2024-03-10 15:45:00',
    'forecast': {'w': 0.5736824942391479,
     'd': 0.19922324393228913,
     'l': 0.22709424333345932},
    'result': 'd'},
   {'id': '22190',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.22009', 'a': '0.511402'},
    'datetime': '2024-03-31 16:30:00',
    'forecast': {'w': 0.5386006230575986,
     'd': 0.30594463048115395,
     'l': 0.15545474645641885},
    'result': 'd'},
   {'id': '22204',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '3.87704', 'a': '1.18643'},
    'datetime': '2024-04-03 19:15:00',
    'forecast': {'w': 0.8404533308918595,
     'd': 0.0919024544853846,
     'l': 0.06763024057438184},
    'result': 'w'},
   {'id': '22207',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '2', 'a': '4'},
    'xG': {'h': '1.49472', 'a': '2.26381'},
    'datetime': '2024-04-06 11:30:00',
    'forecast': {'w': 0.2502333556642101,
     'd': 0.20016044578004152,
     'l': 0.5496061790448332},
    'result': 'w'},
   {'id': '22221',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '4.64245', 'a': '0.809775'},
    'datetime': '2024-04-13 14:00:00',
    'forecast': {'w': 0.9353259301973251,
     'd': 0.04360961025930723,
     'l': 0.020961302734363075},
    'result': 'w'},
   {'id': '22176',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '0.572021', 'a': '1.90507'},
    'datetime': '2024-04-25 19:00:00',
    'forecast': {'w': 0.10283032698419063,
     'd': 0.20367977141960722,
     'l': 0.6934898995572462},
    'result': 'w'},
   {'id': '22242',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '2.17312', 'a': '0.932063'},
    'datetime': '2024-04-28 15:30:00',
    'forecast': {'w': 0.6569005205676625,
     'd': 0.193323469124745,
     'l': 0.14977599885842874},
    'result': 'w'},
   {'id': '22253',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '4.52542', 'a': '0.396887'},
    'datetime': '2024-05-04 16:30:00',
    'forecast': {'w': 0.9648507841872462,
     'd': 0.027548491479624345,
     'l': 0.007522417696845071},
    'result': 'w'},
   {'id': '22258',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '0.0886245', 'a': '3.15218'},
    'datetime': '2024-05-11 11:30:00',
    'forecast': {'w': 0.004149072849280847,
     'd': 0.050852054731001926,
     'l': 0.9449976491232049},
    'result': 'w'},
   {'id': '22233',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.84285', 'a': '2.70331'},
    'datetime': '2024-05-14 19:00:00',
    'forecast': {'w': 0.2571373974058066,
     'd': 0.17965447616088848,
     'l': 0.5632079400760868},
    'result': 'w'},
   {'id': '22273',
    'isResult': True,
    'side': 'h',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.31504', 'a': '0.240159'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.8455025098386041,
     'd': 0.12725001009287887,
     'l': 0.027247454148061553},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 524,
     'goals': 70,
     'xG': 69.09655655920506,
     'against': {'shots': 226, 'goals': 28, 'xG': 30.98577085044235}},
    'FromCorner': {'shots': 112,
     'goals': 11,
     'xG': 9.716350342147052,
     'against': {'shots': 55, 'goals': 3, 'xG': 4.469891484826803}},
    'SetPiece': {'shots': 26,
     'goals': 3,
     'xG': 4.233967525884509,
     'against': {'shots': 4, 'goals': 0, 'xG': 0.6765104718506336}},
    'DirectFreekick': {'shots': 25,
     'goals': 3,
     'xG': 1.625283632427454,
     'against': {'shots': 6, 'goals': 0, 'xG': 0.40068424493074417}},
    'Penalty': {'shots': 10,
     'goals': 9,
     'xG': 7.6116883754730225,
     'against': {'shots': 3, 'goals': 3, 'xG': 2.2835065126419067}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 1827,
     'shots': 383,
     'goals': 55,
     'xG': 55.04588226042688,
     'against': {'shots': 117, 'goals': 15, 'xG': 18.33274259697646}},
    '3-2-4-1': {'stat': '3-2-4-1',
     'time': 860,
     'shots': 132,
     'goals': 19,
     'xG': 19.129989689216018,
     'against': {'shots': 101, 'goals': 14, 'xG': 12.768654844723642}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 703,
     'shots': 151,
     'goals': 16,
     'xG': 14.012804449535906,
     'against': {'shots': 54, 'goals': 3, 'xG': 6.477635715156794}},
    '4-3-3': {'stat': '4-3-3',
     'time': 103,
     'shots': 7,
     'goals': 0,
     'xG': 1.0284068640321493,
     'against': {'shots': 12, 'goals': 1, 'xG': 0.38760330993682146}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 97,
     'shots': 21,
     'goals': 6,
     'xG': 2.399493223056197,
     'against': {'shots': 5, 'goals': 1, 'xG': 0.6431273929774761}},
    '5-3-2': {'stat': '5-3-2',
     'time': 35,
     'shots': 1,
     'goals': 0,
     'xG': 0.5678633451461792,
     'against': {'shots': 5, 'goals': 0, 'xG': 0.20659970492124557}},
    '3-4-3': {'stat': '3-4-3',
     'time': 13,
     'shots': 2,
     'goals': 0,
     'xG': 0.09940660372376442,
     'against': {'shots': 0, 'goals': 0, 'xG': 0}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1587,
     'shots': 280,
     'goals': 40,
     'xG': 38.80269876122475,
     'against': {'shots': 112, 'goals': 14, 'xG': 13.113660977222025}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 932,
     'shots': 171,
     'goals': 24,
     'xG': 22.050016996450722,
     'against': {'shots': 100, 'goals': 12, 'xG': 14.001962112262845}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 814,
     'shots': 141,
     'goals': 21,
     'xG': 21.67841996718198,
     'against': {'shots': 58, 'goals': 8, 'xG': 8.481990901753306}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 305,
     'shots': 105,
     'goals': 11,
     'xG': 9.752710710279644,
     'against': {'shots': 24, 'goals': 0, 'xG': 3.218749573454261}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 118,
     'goals': 13,
     'xG': 16.686308339238167,
     'against': {'shots': 36, 'goals': 4, 'xG': 3.7984679751098156}},
    '16-30': {'stat': '16-30',
     'shots': 121,
     'goals': 16,
     'xG': 15.248775919899344,
     'against': {'shots': 35, 'goals': 4, 'xG': 3.960975314490497}},
    '31-45': {'stat': '31-45',
     'shots': 112,
     'goals': 10,
     'xG': 10.721984829753637,
     'against': {'shots': 53, 'goals': 7, 'xG': 6.700721511617303}},
    '46-60': {'stat': '46-60',
     'shots': 139,
     'goals': 17,
     'xG': 17.77011044509709,
     'against': {'shots': 56, 'goals': 3, 'xG': 8.191475629806519}},
    '61-75': {'stat': '61-75',
     'shots': 93,
     'goals': 21,
     'xG': 13.666763542219996,
     'against': {'shots': 56, 'goals': 7, 'xG': 7.850206196308136}},
    '76+': {'stat': '76+',
     'shots': 114,
     'goals': 19,
     'xG': 18.18990335892886,
     'against': {'shots': 58, 'goals': 9, 'xG': 8.314516937360168}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 2,
     'goals': 2,
     'xG': 2,
     'against': {'shots': 1, 'goals': 1, 'xG': 1}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 236,
     'goals': 15,
     'xG': 8.964106966741383,
     'against': {'shots': 89, 'goals': 4, 'xG': 3.4142097551375628}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 400,
     'goals': 61,
     'xG': 60.048352397978306,
     'against': {'shots': 174, 'goals': 21, 'xG': 23.14933431800455}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 59,
     'goals': 18,
     'xG': 21.271387070417404,
     'against': {'shots': 30, 'goals': 8, 'xG': 11.252819491550326}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 381,
     'goals': 50,
     'xG': 51.986196817830205,
     'against': {'shots': 187, 'goals': 20, 'xG': 23.754874562844634}},
    'Standard': {'stat': 'Standard',
     'shots': 173,
     'goals': 26,
     'xG': 23.187289875932038,
     'against': {'shots': 68, 'goals': 6, 'xG': 7.830592714250088}},
    'Slow': {'stat': 'Slow',
     'shots': 124,
     'goals': 17,
     'xG': 13.796379106119275,
     'against': {'shots': 20, 'goals': 3, 'xG': 3.1405710140243173}},
    'Fast': {'stat': 'Fast',
     'shots': 19,
     'goals': 3,
     'xG': 3.313980635255575,
     'against': {'shots': 19, 'goals': 5, 'xG': 4.090325273573399}}},
   'result': {'BlockedShot': {'shots': 215,
     'goals': 0,
     'xG': 15.505973842926323,
     'against': {'shots': 80, 'goals': 0, 'xG': 5.132558176293969}},
    'MissedShots': {'shots': 199,
     'goals': 0,
     'xG': 19.588708768598735,
     'against': {'shots': 99, 'goals': 0, 'xG': 9.789287661202252}},
    'Goal': {'shots': 96,
     'goals': 96,
     'xG': 32.64255510084331,
     'against': {'shots': 34, 'goals': 34, 'xG': 13.364709682762623}},
    'SavedShot': {'shots': 179,
     'goals': 0,
     'xG': 22.698932140134275,
     'against': {'shots': 76, 'goals': 0, 'xG': 9.631091147661209}},
    'ShotOnPost': {'shots': 8,
     'goals': 0,
     'xG': 1.847676582634449,
     'against': {'shots': 5, 'goals': 0, 'xG': 0.8987168967723846}}}},
  'players_data': [{'id': '8260',
    'player_name': 'Erling Haaland',
    'games': '31',
    'time': '2581',
    'goals': '27',
    'xG': '31.65399668365717',
    'assists': '5',
    'xA': '4.7517555598169565',
    'shots': '122',
    'key_passes': '29',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Manchester City',
    'npg': '20',
    'npxG': '25.564646281301975',
    'xGChain': '30.19725350290537',
    'xGBuildup': '3.128645434975624'},
   {'id': '6055',
    'player_name': 'Phil Foden',
    'games': '35',
    'time': '2895',
    'goals': '19',
    'xG': '11.307983005419374',
    'assists': '8',
    'xA': '8.51623285189271',
    'shots': '105',
    'key_passes': '73',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Manchester City',
    'npg': '19',
    'npxG': '11.307983005419374',
    'xGChain': '30.41696721315384',
    'xGBuildup': '16.99899828247726'},
   {'id': '10846',
    'player_name': 'Julián Álvarez',
    'games': '36',
    'time': '2682',
    'goals': '11',
    'xG': '14.373571239411831',
    'assists': '8',
    'xA': '5.823111834935844',
    'shots': '98',
    'key_passes': '66',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Manchester City',
    'npg': '9',
    'npxG': '12.851233504712582',
    'xGChain': '27.162230297923088',
    'xGBuildup': '13.089299127459526'},
   {'id': '2496',
    'player_name': 'Rodri',
    'games': '34',
    'time': '2967',
    'goals': '8',
    'xG': '4.294270480051637',
    'assists': '9',
    'xA': '5.32604681327939',
    'shots': '62',
    'key_passes': '50',
    'yellow_cards': '8',
    'red_cards': '1',
    'position': 'M',
    'team_title': 'Manchester City',
    'npg': '8',
    'npxG': '4.294270480051637',
    'xGChain': '31.623008400201797',
    'xGBuildup': '26.291744768619537'},
   {'id': '3635',
    'player_name': 'Bernardo Silva',
    'games': '33',
    'time': '2599',
    'goals': '6',
    'xG': '4.0968160554766655',
    'assists': '9',
    'xA': '8.528519937768579',
    'shots': '34',
    'key_passes': '65',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester City',
    'npg': '6',
    'npxG': '4.0968160554766655',
    'xGChain': '24.37213490717113',
    'xGBuildup': '15.577253567054868'},
   {'id': '447',
    'player_name': 'Kevin De Bruyne',
    'games': '18',
    'time': '1233',
    'goals': '4',
    'xG': '2.5787349939346313',
    'assists': '10',
    'xA': '11.979073725640774',
    'shots': '44',
    'key_passes': '58',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester City',
    'npg': '4',
    'npxG': '2.5787349939346313',
    'xGChain': '15.635810784995556',
    'xGBuildup': '7.777100384235382'},
   {'id': '9790',
    'player_name': 'Josko Gvardiol',
    'games': '28',
    'time': '2335',
    'goals': '4',
    'xG': '3.0817854246124625',
    'assists': '1',
    'xA': '2.115578116849065',
    'shots': '32',
    'key_passes': '19',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester City',
    'npg': '4',
    'npxG': '3.0817854246124625',
    'xGChain': '18.244669392704964',
    'xGBuildup': '14.99465874582529'},
   {'id': '675',
    'player_name': 'Jack Grealish',
    'games': '20',
    'time': '975',
    'goals': '3',
    'xG': '2.3835059702396393',
    'assists': '1',
    'xA': '2.7743227388709784',
    'shots': '22',
    'key_passes': '26',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester City',
    'npg': '3',
    'npxG': '2.3835059702396393',
    'xGChain': '11.642571322619915',
    'xGBuildup': '7.49614975694567'},
   {'id': '8981',
    'player_name': 'Jéremy Doku',
    'games': '29',
    'time': '1616',
    'goals': '3',
    'xG': '3.7698520198464394',
    'assists': '8',
    'xA': '5.476052410900593',
    'shots': '56',
    'key_passes': '45',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Manchester City',
    'npg': '3',
    'npxG': '3.7698520198464394',
    'xGChain': '14.622362297028303',
    'xGBuildup': '7.702265929430723'},
   {'id': '579',
    'player_name': 'Nathan Aké',
    'games': '29',
    'time': '2046',
    'goals': '2',
    'xG': '2.1801057858392596',
    'assists': '2',
    'xA': '1.736834991723299',
    'shots': '20',
    'key_passes': '10',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester City',
    'npg': '2',
    'npxG': '2.1801057858392596',
    'xGChain': '13.195554159581661',
    'xGBuildup': '12.08234017342329'},
   {'id': '6490',
    'player_name': 'Manuel Akanji',
    'games': '30',
    'time': '2517',
    'goals': '2',
    'xG': '2.200386293232441',
    'assists': '0',
    'xA': '0.5265345014631748',
    'shots': '15',
    'key_passes': '13',
    'yellow_cards': '2',
    'red_cards': '1',
    'position': 'D M S',
    'team_title': 'Manchester City',
    'npg': '2',
    'npxG': '2.200386293232441',
    'xGChain': '16.700940661132336',
    'xGBuildup': '15.83909061923623'},
   {'id': '10847',
    'player_name': 'Rico Lewis',
    'games': '16',
    'time': '802',
    'goals': '2',
    'xG': '0.8562885001301765',
    'assists': '0',
    'xA': '1.7641991823911667',
    'shots': '5',
    'key_passes': '13',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Manchester City',
    'npg': '2',
    'npxG': '0.8562885001301765',
    'xGChain': '6.614272229373455',
    'xGBuildup': '4.863891489803791'},
   {'id': '586',
    'player_name': 'John Stones',
    'games': '16',
    'time': '1060',
    'goals': '1',
    'xG': '0.7489623166620731',
    'assists': '0',
    'xA': '0.261431485414505',
    'shots': '4',
    'key_passes': '6',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Manchester City',
    'npg': '1',
    'npxG': '0.7489623166620731',
    'xGChain': '6.698675032705069',
    'xGBuildup': '6.489708628505468'},
   {'id': '2254',
    'player_name': 'Mateo Kovacic',
    'games': '30',
    'time': '1540',
    'goals': '1',
    'xG': '1.42939617857337',
    'assists': '0',
    'xA': '1.6855967957526445',
    'shots': '22',
    'key_passes': '21',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester City',
    'npg': '1',
    'npxG': '1.42939617857337',
    'xGChain': '13.513947013765574',
    'xGBuildup': '12.226292986422777'},
   {'id': '11903',
    'player_name': 'Oscar Bobb',
    'games': '14',
    'time': '269',
    'goals': '1',
    'xG': '1.49422175437212',
    'assists': '1',
    'xA': '1.187767542898655',
    'shots': '4',
    'key_passes': '8',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester City',
    'npg': '1',
    'npxG': '1.49422175437212',
    'xGChain': '5.021226137876511',
    'xGBuildup': '2.8755914717912674'},
   {'id': '638',
    'player_name': 'Kyle Walker',
    'games': '32',
    'time': '2770',
    'goals': '0',
    'xG': '0.3650220464915037',
    'assists': '4',
    'xA': '3.342263269238174',
    'shots': '16',
    'key_passes': '25',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0.3650220464915037',
    'xGChain': '21.998310588300228',
    'xGBuildup': '20.06531212478876'},
   {'id': '2498',
    'player_name': 'Aymeric Laporte',
    'games': '1',
    'time': '6',
    'goals': '0',
    'xG': '0.11228246241807938',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0.11228246241807938',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '6054',
    'player_name': 'Ederson',
    'games': '33',
    'time': '2794',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0',
    'xGChain': '8.03402054309845',
    'xGBuildup': '8.03402054309845'},
   {'id': '6656',
    'player_name': 'Sergio Gómez',
    'games': '6',
    'time': '29',
    'goals': '0',
    'xG': '0.6195764094591141',
    'assists': '1',
    'xA': '0.12880565226078033',
    'shots': '2',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0.6195764094591141',
    'xGChain': '0.9868094772100449',
    'xGBuildup': '0.3672330677509308'},
   {'id': '8497',
    'player_name': 'Cole Palmer',
    'games': '1',
    'time': '5',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '8719',
    'player_name': 'Kalvin Phillips',
    'games': '4',
    'time': '71',
    'goals': '0',
    'xG': '0.08982817083597183',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0.08982817083597183',
    'xGChain': '0.5933903157711029',
    'xGBuildup': '0.5212663719430566'},
   {'id': '8786',
    'player_name': 'Stefan Ortega Moreno',
    'games': '9',
    'time': '626',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0',
    'xGChain': '1.7157262079417706',
    'xGBuildup': '1.7157262079417706'},
   {'id': '8961',
    'player_name': 'Rúben Dias',
    'games': '30',
    'time': '2552',
    'goals': '0',
    'xG': '1.828122090548277',
    'assists': '0',
    'xA': '0.600502266548574',
    'shots': '20',
    'key_passes': '7',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '1.828122090548277',
    'xGChain': '16.81101167947054',
    'xGBuildup': '16.458546616137028'},
   {'id': '10126',
    'player_name': 'James McAtee',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '11000',
    'player_name': 'Matheus Nunes',
    'games': '17',
    'time': '637',
    'goals': '0',
    'xG': '0.8191385120153427',
    'assists': '2',
    'xA': '1.4443662241101265',
    'shots': '9',
    'key_passes': '9',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester City',
    'npg': '0',
    'npxG': '0.8191385120153427',
    'xGChain': '5.797309570014477',
    'xGBuildup': '4.028275441378355'}]},
 'https://understat.com/team/Manchester_United/2023': {'matches': [{'id': '22284',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.97087', 'a': '1.72228'},
    'datetime': '2023-08-14 19:00:00',
    'forecast': {'w': 0.4422745733032807,
     'd': 0.2147354449850397,
     'l': 0.3429899779875677},
    'result': 'w'},
   {'id': '22290',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.53904', 'a': '2.44604'},
    'datetime': '2023-08-19 16:30:00',
    'forecast': {'w': 0.42433272490702917,
     'd': 0.18369111205094626,
     'l': 0.39197602648795243},
    'result': 'l'},
   {'id': '22300',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '3.02803', 'a': '0.960354'},
    'datetime': '2023-08-26 14:00:00',
    'forecast': {'w': 0.7861422975271012,
     'd': 0.1268349452406216,
     'l': 0.08702200622535035},
    'result': 'w'},
   {'id': '21934',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.90973', 'a': '0.966109'},
    'datetime': '2023-09-03 15:30:00',
    'forecast': {'w': 0.5944017219232832,
     'd': 0.21939647587202626,
     'l': 0.18620180009859177},
    'result': 'l'},
   {'id': '21940',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.719951', 'a': '1.93908'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.1303057489308153,
     'd': 0.20765574417402513,
     'l': 0.6620385043191892},
    'result': 'l'},
   {'id': '21950',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.935444', 'a': '0.840273'},
    'datetime': '2023-09-23 19:00:00',
    'forecast': {'w': 0.36061590075676137,
     'd': 0.331045497834267,
     'l': 0.30833860140882896},
    'result': 'w'},
   {'id': '21957',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.55408', 'a': '1.19015'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.4573520712885079,
     'd': 0.2509218018618299,
     'l': 0.29172612671296355},
    'result': 'l'},
   {'id': '21972',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.29356', 'a': '1.02509'},
    'datetime': '2023-10-07 14:00:00',
    'forecast': {'w': 0.4263291034410673,
     'd': 0.2790826602140689,
     'l': 0.2945882363336014},
    'result': 'w'},
   {'id': '21983',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.41074', 'a': '1.46187'},
    'datetime': '2023-10-21 19:00:00',
    'forecast': {'w': 0.3640284456654824,
     'd': 0.2490176981847496,
     'l': 0.38695385605606747},
    'result': 'w'},
   {'id': '21992',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.714628', 'a': '4.54595'},
    'datetime': '2023-10-29 15:30:00',
    'forecast': {'w': 0.018327154309952964,
     'd': 0.04185217309152841,
     'l': 0.9397384287752164},
    'result': 'l'},
   {'id': '21998',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.18241', 'a': '0.697095'},
    'datetime': '2023-11-04 12:30:00',
    'forecast': {'w': 0.47534898923873065,
     'd': 0.3069318036073071,
     'l': 0.21771920715083665},
    'result': 'w'},
   {'id': '22012',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.74105', 'a': '0.408265'},
    'datetime': '2023-11-11 15:00:00',
    'forecast': {'w': 0.8587900233270556,
     'd': 0.10608600143454329,
     'l': 0.035123755248282776},
    'result': 'w'},
   {'id': '22017',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '2.49764', 'a': '2.07334'},
    'datetime': '2023-11-26 16:30:00',
    'forecast': {'w': 0.48187913422468454,
     'd': 0.18924646152610944,
     'l': 0.32887432971292835},
    'result': 'w'},
   {'id': '22032',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.90191', 'a': '0.422674'},
    'datetime': '2023-12-02 20:00:00',
    'forecast': {'w': 0.8722645262210497,
     'd': 0.09565700427296972,
     'l': 0.032078023645992264},
    'result': 'l'},
   {'id': '22044',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '4.03949', 'a': '2.3512'},
    'datetime': '2023-12-06 20:15:00',
    'forecast': {'w': 0.679830969140377,
     'd': 0.13094313644292502,
     'l': 0.18920359085823507},
    'result': 'w'},
   {'id': '22051',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '1.11296', 'a': '1.9742'},
    'datetime': '2023-12-09 15:00:00',
    'forecast': {'w': 0.21001130322746234,
     'd': 0.21643104078698527,
     'l': 0.5735576527206903},
    'result': 'l'},
   {'id': '22060',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.97111', 'a': '0.632715'},
    'datetime': '2023-12-17 16:30:00',
    'forecast': {'w': 0.6909474552289822,
     'd': 0.19935114000606421,
     'l': 0.10970140156804846},
    'result': 'd'},
   {'id': '22072',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.51468', 'a': '0.730496'},
    'datetime': '2023-12-23 12:30:00',
    'forecast': {'w': 0.5603356125851056,
     'd': 0.259782298887927,
     'l': 0.17988208843290093},
    'result': 'l'},
   {'id': '22082',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.20104', 'a': '1.83637'},
    'datetime': '2023-12-26 20:00:00',
    'forecast': {'w': 0.24894894436000325,
     'd': 0.22850674096205933,
     'l': 0.5225443134211845},
    'result': 'w'},
   {'id': '22091',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.744348', 'a': '0.651905'},
    'datetime': '2023-12-30 17:30:00',
    'forecast': {'w': 0.3363128728691167,
     'd': 0.3830120660077415,
     'l': 0.28067506112313634},
    'result': 'l'},
   {'id': '22099',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.923233', 'a': '1.31224'},
    'datetime': '2024-01-14 16:30:00',
    'forecast': {'w': 0.2627017597338304,
     'd': 0.28144440123020864,
     'l': 0.4558538390226578},
    'result': 'd'},
   {'id': '22111',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '3', 'a': '4'},
    'xG': {'h': '2.27609', 'a': '3.22698'},
    'datetime': '2024-02-01 20:15:00',
    'forecast': {'w': 0.26469022266158654,
     'd': 0.16186772155031362,
     'l': 0.5734404121083643},
    'result': 'w'},
   {'id': '22122',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '0.96721', 'a': '1.1807'},
    'datetime': '2024-02-04 14:00:00',
    'forecast': {'w': 0.29919923043540153,
     'd': 0.2932762472402748,
     'l': 0.40752452232107444},
    'result': 'w'},
   {'id': '22125',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '2.64675', 'a': '2.44591'},
    'datetime': '2024-02-11 16:30:00',
    'forecast': {'w': 0.44400335733512003,
     'd': 0.18111071888142047,
     'l': 0.37488572940557874},
    'result': 'w'},
   {'id': '22139',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.57234', 'a': '3.58973'},
    'datetime': '2024-02-18 16:30:00',
    'forecast': {'w': 0.1264140378224925,
     'd': 0.12510305479358003,
     'l': 0.748477169060307},
    'result': 'w'},
   {'id': '22152',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.96036', 'a': '1.1385'},
    'datetime': '2024-02-24 15:00:00',
    'forecast': {'w': 0.5646241665083886,
     'd': 0.21797893713207678,
     'l': 0.21739689338296883},
    'result': 'l'},
   {'id': '22160',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.64173', 'a': '0.153764'},
    'datetime': '2024-03-03 15:30:00',
    'forecast': {'w': 0.8991645573908624,
     'd': 0.08853389114461846,
     'l': 0.012301412803492623},
    'result': 'l'},
   {'id': '22172',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.9016', 'a': '1.8214'},
    'datetime': '2024-03-09 12:30:00',
    'forecast': {'w': 0.6019003571598599,
     'd': 0.16937700939837805,
     'l': 0.22872218704423883},
    'result': 'w'},
   {'id': '22187',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '3.16487', 'a': '0.989565'},
    'datetime': '2024-03-30 20:00:00',
    'forecast': {'w': 0.7976177296921559,
     'd': 0.11970534050825307,
     'l': 0.08267564567055359},
    'result': 'd'},
   {'id': '22201',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '4', 'a': '3'},
    'xG': {'h': '3.48048', 'a': '1.56686'},
    'datetime': '2024-04-04 19:15:00',
    'forecast': {'w': 0.7354447382453075,
     'd': 0.13059014269721422,
     'l': 0.13396112663347454},
    'result': 'l'},
   {'id': '22211',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.814509', 'a': '4.43457'},
    'datetime': '2024-04-07 14:30:00',
    'forecast': {'w': 0.024707479893248795,
     'd': 0.050031019351965536,
     'l': 0.925198708513562},
    'result': 'd'},
   {'id': '22215',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.38519', 'a': '1.52274'},
    'datetime': '2024-04-13 16:30:00',
    'forecast': {'w': 0.5676351887607539,
     'd': 0.19302045045338592,
     'l': 0.23934432268103717},
    'result': 'd'},
   {'id': '22182',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '3.51311', 'a': '1.20517'},
    'datetime': '2024-04-24 19:00:00',
    'forecast': {'w': 0.8006191655103664,
     'd': 0.11152515558145584,
     'l': 0.08785122307098672},
    'result': 'w'},
   {'id': '22239',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '3.06197', 'a': '1.89591'},
    'datetime': '2024-04-27 14:00:00',
    'forecast': {'w': 0.6146475935405763,
     'd': 0.1628893988614347,
     'l': 0.2224621454494367},
    'result': 'd'},
   {'id': '22250',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '2.0656', 'a': '0.341417'},
    'datetime': '2024-05-06 19:00:00',
    'forecast': {'w': 0.7839428912620713,
     'd': 0.16573163448033848,
     'l': 0.0503254683473585},
    'result': 'l'},
   {'id': '22259',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.551669', 'a': '1.73104'},
    'datetime': '2024-05-12 15:30:00',
    'forecast': {'w': 0.11300588553877879,
     'd': 0.22529786300571178,
     'l': 0.6616962508857545},
    'result': 'l'},
   {'id': '22231',
    'isResult': True,
    'side': 'h',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.49706', 'a': '2.27657'},
    'datetime': '2024-05-15 19:00:00',
    'forecast': {'w': 0.2489414640350544,
     'd': 0.19939283712771314,
     'l': 0.5516656778642915},
    'result': 'w'},
   {'id': '22267',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.9717', 'a': '1.00404'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.5987086918319908,
     'd': 0.21443676776569232,
     'l': 0.18685453719247264},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 404,
     'goals': 42,
     'xG': 44.03682955913246,
     'against': {'shots': 462, 'goals': 37, 'xG': 52.93622095044702}},
    'FromCorner': {'shots': 98,
     'goals': 6,
     'xG': 7.002502831630409,
     'against': {'shots': 138, 'goals': 11, 'xG': 13.980784407816827}},
    'SetPiece': {'shots': 25,
     'goals': 3,
     'xG': 3.57741591706872,
     'against': {'shots': 43, 'goals': 2, 'xG': 3.3767030173912644}},
    'DirectFreekick': {'shots': 15,
     'goals': 0,
     'xG': 0.8727787416428328,
     'against': {'shots': 17, 'goals': 1, 'xG': 1.1285708025097847}},
    'Penalty': {'shots': 7,
     'goals': 6,
     'xG': 5.328181862831116,
     'against': {'shots': 7, 'goals': 7, 'xG': 5.328181862831116}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 3204,
     'shots': 487,
     'goals': 48,
     'xG': 53.37992244772613,
     'against': {'shots': 567, 'goals': 52, 'xG': 66.58708572201431}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 197,
     'shots': 17,
     'goals': 2,
     'xG': 2.1246379520744085,
     'against': {'shots': 50, 'goals': 3, 'xG': 4.429381836205721}},
    '4-2-2-2': {'stat': '4-2-2-2',
     'time': 95,
     'shots': 11,
     'goals': 2,
     'xG': 1.0040360549464822,
     'against': {'shots': 17, 'goals': 0, 'xG': 1.9717045640572906}},
    '4-2-4-0': {'stat': '4-2-4-0',
     'time': 94,
     'shots': 15,
     'goals': 2,
     'xG': 2.9016030337661505,
     'against': {'shots': 23, 'goals': 0, 'xG': 1.8232101649045944}},
    '4-1-2-1-2': {'stat': '4-1-2-1-2',
     'time': 88,
     'shots': 14,
     'goals': 1,
     'xG': 0.7199513204395771,
     'against': {'shots': 9, 'goals': 3, 'xG': 1.4339062627404928}},
    '3-4-1-2': {'stat': '3-4-1-2',
     'time': 8,
     'shots': 5,
     'goals': 2,
     'xG': 0.6875581033527851,
     'against': {'shots': 0, 'goals': 0, 'xG': 0}},
    '3-1-4-2': {'stat': '3-1-4-2',
     'time': 8,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 1, 'goals': 0, 'xG': 0.5051724910736084}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1929,
     'shots': 269,
     'goals': 31,
     'xG': 29.821310536004603,
     'against': {'shots': 324, 'goals': 25, 'xG': 33.62477403320372}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 646,
     'shots': 88,
     'goals': 9,
     'xG': 13.500554326921701,
     'against': {'shots': 160, 'goals': 13, 'xG': 17.559358914382756}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 633,
     'shots': 121,
     'goals': 11,
     'xG': 10.336612747050822,
     'against': {'shots': 86, 'goals': 11, 'xG': 14.468590804375708}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 249,
     'shots': 37,
     'goals': 4,
     'xG': 2.7688807183876634,
     'against': {'shots': 39, 'goals': 5, 'xG': 5.696759505197406}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 237,
     'shots': 34,
     'goals': 2,
     'xG': 4.390350583940744,
     'against': {'shots': 58, 'goals': 4, 'xG': 5.400977783836424}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 96,
     'goals': 7,
     'xG': 9.146466709673405,
     'against': {'shots': 81, 'goals': 7, 'xG': 8.109937676228583}},
    '16-30': {'stat': '16-30',
     'shots': 70,
     'goals': 9,
     'xG': 8.422146729193628,
     'against': {'shots': 117, 'goals': 11, 'xG': 12.785794239491224}},
    '31-45': {'stat': '31-45',
     'shots': 80,
     'goals': 6,
     'xG': 7.36067246645689,
     'against': {'shots': 106, 'goals': 6, 'xG': 10.950762206688523}},
    '46-60': {'stat': '46-60',
     'shots': 99,
     'goals': 8,
     'xG': 12.413172646425664,
     'against': {'shots': 129, 'goals': 8, 'xG': 16.739357984624803}},
    '61-75': {'stat': '61-75',
     'shots': 94,
     'goals': 11,
     'xG': 11.639716824516654,
     'against': {'shots': 81, 'goals': 9, 'xG': 9.416608734987676}},
    '76+': {'stat': '76+',
     'shots': 110,
     'goals': 16,
     'xG': 11.835533536039293,
     'against': {'shots': 153, 'goals': 17, 'xG': 18.748000198975205}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 1, 'goals': 1, 'xG': 1}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 195,
     'goals': 6,
     'xG': 6.708416780456901,
     'against': {'shots': 225, 'goals': 5, 'xG': 7.472370158880949}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 313,
     'goals': 40,
     'xG': 40.891296989284456,
     'against': {'shots': 373, 'goals': 36, 'xG': 44.925218597985804}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 41,
     'goals': 11,
     'xG': 13.217995142564178,
     'against': {'shots': 68, 'goals': 16, 'xG': 23.352872284129262}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 320,
     'goals': 33,
     'xG': 32.24819611851126,
     'against': {'shots': 375, 'goals': 27, 'xG': 39.700493660755455}},
    'Standard': {'stat': 'Standard',
     'shots': 145,
     'goals': 15,
     'xG': 16.780879353173077,
     'against': {'shots': 205, 'goals': 21, 'xG': 23.814240090548992}},
    'Slow': {'stat': 'Slow',
     'shots': 48,
     'goals': 5,
     'xG': 5.977974464185536,
     'against': {'shots': 49, 'goals': 3, 'xG': 5.769279066473246}},
    'Fast': {'stat': 'Fast',
     'shots': 36,
     'goals': 4,
     'xG': 5.810658976435661,
     'against': {'shots': 38, 'goals': 7, 'xG': 7.466448223218322}}},
   'result': {'SavedShot': {'shots': 132,
     'goals': 0,
     'xG': 15.268039889633656,
     'against': {'shots': 146, 'goals': 0, 'xG': 17.45109003596008}},
    'BlockedShot': {'shots': 178,
     'goals': 0,
     'xG': 13.469909549690783,
     'against': {'shots': 215, 'goals': 0, 'xG': 14.159197486005723}},
    'MissedShots': {'shots': 176,
     'goals': 0,
     'xG': 14.283083680085838,
     'against': {'shots': 230, 'goals': 0, 'xG': 19.477199937216938}},
    'Goal': {'shots': 57,
     'goals': 57,
     'xG': 17.54263787996024,
     'against': {'shots': 58, 'goals': 58, 'xG': 21.957064297050238}},
    'ShotOnPost': {'shots': 6,
     'goals': 0,
     'xG': 0.25403791293501854,
     'against': {'shots': 18, 'goals': 0, 'xG': 3.705909284763038}}}},
  'players_data': [{'id': '1228',
    'player_name': 'Bruno Fernandes',
    'games': '35',
    'time': '3121',
    'goals': '10',
    'xG': '10.746266636997461',
    'assists': '8',
    'xA': '13.15852378681302',
    'shots': '95',
    'key_passes': '113',
    'yellow_cards': '9',
    'red_cards': '0',
    'position': 'F M',
    'team_title': 'Manchester United',
    'npg': '6',
    'npxG': '6.940422397106886',
    'xGChain': '22.69340828806162',
    'xGBuildup': '12.64676270633936'},
   {'id': '11055',
    'player_name': 'Rasmus Højlund',
    'games': '30',
    'time': '2210',
    'goals': '10',
    'xG': '9.338883213698864',
    'assists': '2',
    'xA': '1.779460173100233',
    'shots': '38',
    'key_passes': '28',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Manchester United',
    'npg': '10',
    'npxG': '9.338883213698864',
    'xGChain': '11.463255237787962',
    'xGBuildup': '2.9498381465673447'},
   {'id': '556',
    'player_name': 'Marcus Rashford',
    'games': '33',
    'time': '2292',
    'goals': '7',
    'xG': '7.661536030471325',
    'assists': '2',
    'xA': '2.390108224004507',
    'shots': '62',
    'key_passes': '24',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Manchester United',
    'npg': '5',
    'npxG': '6.13919834792614',
    'xGChain': '12.686340739950538',
    'xGBuildup': '4.950286580249667'},
   {'id': '5560',
    'player_name': 'Scott McTominay',
    'games': '32',
    'time': '1861',
    'goals': '7',
    'xG': '6.777370238676667',
    'assists': '1',
    'xA': '1.0619673654437065',
    'shots': '44',
    'key_passes': '11',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Manchester United',
    'npg': '7',
    'npxG': '6.777370238676667',
    'xGChain': '9.31455492042005',
    'xGBuildup': '3.7229946237057447'},
   {'id': '10552',
    'player_name': 'Alejandro Garnacho',
    'games': '36',
    'time': '2601',
    'goals': '7',
    'xG': '9.865097627043724',
    'assists': '4',
    'xA': '5.915270071476698',
    'shots': '100',
    'key_passes': '46',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester United',
    'npg': '7',
    'npxG': '9.865097627043724',
    'xGChain': '18.36983707919717',
    'xGBuildup': '5.9700166545808315'},
   {'id': '11174',
    'player_name': 'Kobbie Mainoo',
    'games': '24',
    'time': '1980',
    'goals': '3',
    'xG': '0.7737709768116474',
    'assists': '1',
    'xA': '0.8450042605400085',
    'shots': '11',
    'key_passes': '15',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'M',
    'team_title': 'Manchester United',
    'npg': '3',
    'npxG': '0.7737709768116474',
    'xGChain': '5.0805817022919655',
    'xGBuildup': '3.867461297661066'},
   {'id': '1687',
    'player_name': 'Harry Maguire',
    'games': '22',
    'time': '1645',
    'goals': '2',
    'xG': '2.137907139956951',
    'assists': '2',
    'xA': '1.306744921952486',
    'shots': '20',
    'key_passes': '6',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '2',
    'npxG': '2.137907139956951',
    'xGChain': '5.5030854400247335',
    'xGBuildup': '4.45605625025928'},
   {'id': '7281',
    'player_name': 'Diogo Dalot',
    'games': '36',
    'time': '3171',
    'goals': '2',
    'xG': '1.3286937261000276',
    'assists': '3',
    'xA': '3.0855262465775013',
    'shots': '30',
    'key_passes': '38',
    'yellow_cards': '4',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '2',
    'npxG': '1.3286937261000276',
    'xGChain': '10.952797057107091',
    'xGBuildup': '8.364923918619752'},
   {'id': '553',
    'player_name': 'Anthony Martial',
    'games': '13',
    'time': '430',
    'goals': '1',
    'xG': '1.0567390732467175',
    'assists': '0',
    'xA': '0.2762942183762789',
    'shots': '6',
    'key_passes': '6',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '1.0567390732467175',
    'xGChain': '1.701497795060277',
    'xGBuildup': '0.41217057779431343'},
   {'id': '646',
    'player_name': 'Christian Eriksen',
    'games': '22',
    'time': '1130',
    'goals': '1',
    'xG': '0.6886363411322236',
    'assists': '2',
    'xA': '2.3459482928738',
    'shots': '13',
    'key_passes': '27',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '0.6886363411322236',
    'xGChain': '5.237064341083169',
    'xGBuildup': '3.57036822848022'},
   {'id': '2245',
    'player_name': 'Raphael Varane',
    'games': '22',
    'time': '1374',
    'goals': '1',
    'xG': '1.1560358591377735',
    'assists': '0',
    'xA': '0.08104487508535385',
    'shots': '8',
    'key_passes': '1',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '1.1560358591377735',
    'xGChain': '4.322573345154524',
    'xGBuildup': '3.4524471573531628'},
   {'id': '2248',
    'player_name': 'Casemiro',
    'games': '25',
    'time': '2006',
    'goals': '1',
    'xG': '3.123898906633258',
    'assists': '2',
    'xA': '1.3856250941753387',
    'shots': '38',
    'key_passes': '16',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '3.123898906633258',
    'xGChain': '8.275429267436266',
    'xGBuildup': '6.855192001909018'},
   {'id': '6080',
    'player_name': 'Victor Lindelöf',
    'games': '19',
    'time': '1340',
    'goals': '1',
    'xG': '0.43084179423749447',
    'assists': '1',
    'xA': '0.2853157091885805',
    'shots': '6',
    'key_passes': '8',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '0.43084179423749447',
    'xGChain': '3.862116176635027',
    'xGBuildup': '3.649274256080389'},
   {'id': '7768',
    'player_name': 'Mason Mount',
    'games': '14',
    'time': '501',
    'goals': '1',
    'xG': '0.6238168478012085',
    'assists': '0',
    'xA': '0.37420978117734194',
    'shots': '5',
    'key_passes': '6',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '0.6238168478012085',
    'xGChain': '3.08113169670105',
    'xGBuildup': '2.231110103428364'},
   {'id': '8127',
    'player_name': 'Amad Diallo Traore',
    'games': '9',
    'time': '375',
    'goals': '1',
    'xG': '0.5594709701836109',
    'assists': '1',
    'xA': '1.0110422410070896',
    'shots': '10',
    'key_passes': '10',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '0.5594709701836109',
    'xGChain': '2.2942124884575605',
    'xGBuildup': '1.4572133403271437'},
   {'id': '9558',
    'player_name': 'Hannibal Mejbri',
    'games': '5',
    'time': '124',
    'goals': '1',
    'xG': '0.01660188101232052',
    'assists': '0',
    'xA': '0.2175336331129074',
    'shots': '1',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '0.01660188101232052',
    'xGChain': '0.6164471115916967',
    'xGBuildup': '0.3823116421699524'},
   {'id': '11094',
    'player_name': 'Antony',
    'games': '29',
    'time': '1329',
    'goals': '1',
    'xG': '3.4931225115433335',
    'assists': '1',
    'xA': '3.495804164558649',
    'shots': '43',
    'key_passes': '22',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester United',
    'npg': '1',
    'npxG': '3.4931225115433335',
    'xGChain': '11.48103859461844',
    'xGBuildup': '6.454792508855462'},
   {'id': '807',
    'player_name': 'Jonny Evans',
    'games': '23',
    'time': '1399',
    'goals': '0',
    'xG': '0.08175858855247498',
    'assists': '1',
    'xA': '0.7122423723340034',
    'shots': '1',
    'key_passes': '6',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0.08175858855247498',
    'xGChain': '3.112667176872492',
    'xGBuildup': '3.084139473736286'},
   {'id': '1006',
    'player_name': 'Luke Shaw',
    'games': '12',
    'time': '976',
    'goals': '0',
    'xG': '0.07127450406551361',
    'assists': '0',
    'xA': '0.954092476516962',
    'shots': '2',
    'key_passes': '13',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0.07127450406551361',
    'xGChain': '2.18767312169075',
    'xGBuildup': '1.9797745142132044'},
   {'id': '5584',
    'player_name': 'Aaron Wan-Bissaka',
    'games': '22',
    'time': '1784',
    'goals': '0',
    'xG': '0.14621218293905258',
    'assists': '2',
    'xA': '1.4311098009347916',
    'shots': '3',
    'key_passes': '12',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0.14621218293905258',
    'xGChain': '7.737613718956709',
    'xGBuildup': '6.425123929977417'},
   {'id': '6345',
    'player_name': 'Jadon Sancho',
    'games': '3',
    'time': '68',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.12816749513149261',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.2712413966655731',
    'xGBuildup': '0.1430738866329193'},
   {'id': '7187',
    'player_name': 'Sergio Reguilón',
    'games': '9',
    'time': '402',
    'goals': '0',
    'xG': '0.21072756126523018',
    'assists': '0',
    'xA': '0.8145383335649967',
    'shots': '4',
    'key_passes': '8',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0.21072756126523018',
    'xGChain': '2.156156972050667',
    'xGBuildup': '1.63808111846447'},
   {'id': '7927',
    'player_name': 'Sofyan Amrabat',
    'games': '21',
    'time': '922',
    'goals': '0',
    'xG': '0.07372471690177917',
    'assists': '0',
    'xA': '0.2675175704061985',
    'shots': '3',
    'key_passes': '6',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0.07372471690177917',
    'xGChain': '2.209341010078788',
    'xGBuildup': '2.0533030200749636'},
   {'id': '8821',
    'player_name': 'Donny van de Beek',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0.03228488191962242',
    'assists': '0',
    'xA': '0.06568886339664459',
    'shots': '1',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0.03228488191962242',
    'xGChain': '0.09797374159097672',
    'xGBuildup': '0'},
   {'id': '9324',
    'player_name': 'Facundo Pellistri',
    'games': '9',
    'time': '144',
    'goals': '0',
    'xG': '0.37423551455140114',
    'assists': '1',
    'xA': '0.07077087461948395',
    'shots': '4',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0.37423551455140114',
    'xGChain': '1.411473162472248',
    'xGBuildup': '0.9664667788892984'},
   {'id': '10802',
    'player_name': 'Lisandro Martínez',
    'games': '11',
    'time': '656',
    'goals': '0',
    'xG': '0',
    'assists': '1',
    'xA': '0.047665963880717754',
    'shots': '0',
    'key_passes': '3',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.1589127592742443',
    'xGBuildup': '2.1222109608352184'},
   {'id': '10913',
    'player_name': 'André Onana',
    'games': '38',
    'time': '3420',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.13173804059624672',
    'shots': '0',
    'key_passes': '3',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '4.992942536249757',
    'xGBuildup': '4.861204484477639'},
   {'id': '11987',
    'player_name': 'Daniel Gore',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12275',
    'player_name': 'Willy Kambwala',
    'games': '8',
    'time': '318',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.38690609484910965',
    'xGBuildup': '0.38690609484910965'},
   {'id': '12340',
    'player_name': 'Omari Forson',
    'games': '4',
    'time': '62',
    'goals': '0',
    'xG': '0.04880104586482048',
    'assists': '1',
    'xA': '0.12782835587859154',
    'shots': '1',
    'key_passes': '2',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0.04880104586482048',
    'xGChain': '0.06839122623205185',
    'xGBuildup': '0.03421920910477638'},
   {'id': '12568',
    'player_name': 'Ethan Wheatley',
    'games': '3',
    'time': '9',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Manchester United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'}]},
 'https://understat.com/team/Burnley/2023': {'matches': [{'id': '22275',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.311032', 'a': '2.40074'},
    'datetime': '2023-08-11 19:00:00',
    'forecast': {'w': 0.033916116750281756,
     'd': 0.12607795853040002,
     'l': 0.8400058834250149},
    'result': 'l'},
   {'id': '22302',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.630605', 'a': '2.83691'},
    'datetime': '2023-08-27 13:00:00',
    'forecast': {'w': 0.05653634810223593,
     'd': 0.11751677705377768,
     'l': 0.8259465377397385},
    'result': 'l'},
   {'id': '21929',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '5'},
    'xG': {'h': '1.66604', 'a': '2.39785'},
    'datetime': '2023-09-02 14:00:00',
    'forecast': {'w': 0.26534876704642896,
     'd': 0.19376412494655476,
     'l': 0.5408870670022656},
    'result': 'l'},
   {'id': '21944',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.705795', 'a': '0.807651'},
    'datetime': '2023-09-18 18:45:00',
    'forecast': {'w': 0.2878980980334038,
     'd': 0.364701444231525,
     'l': 0.34740045773505496},
    'result': 'd'},
   {'id': '21950',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.935444', 'a': '0.840273'},
    'datetime': '2023-09-23 19:00:00',
    'forecast': {'w': 0.36061590075676137,
     'd': 0.331045497834267,
     'l': 0.30833860140882896},
    'result': 'l'},
   {'id': '21958',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '3.08516', 'a': '0.801849'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.8223155941732956,
     'd': 0.11270947530844254,
     'l': 0.06497398764801152},
    'result': 'l'},
   {'id': '22289',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.53058', 'a': '0.920206'},
    'datetime': '2023-10-03 18:30:00',
    'forecast': {'w': 0.5154609797664693,
     'd': 0.2577481756057342,
     'l': 0.22679084451930864},
    'result': 'w'},
   {'id': '21967',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '0.956642', 'a': '1.97566'},
    'datetime': '2023-10-07 14:00:00',
    'forecast': {'w': 0.1762560554875942,
     'd': 0.21280282981890353,
     'l': 0.6109411113979109},
    'result': 'l'},
   {'id': '21977',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.15685', 'a': '0.693129'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.8492260593827922,
     'd': 0.10043313877786611,
     'l': 0.05033955646376967},
    'result': 'l'},
   {'id': '21985',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.10052', 'a': '0.90255'},
    'datetime': '2023-10-28 14:00:00',
    'forecast': {'w': 0.3986532837030565,
     'd': 0.30612136221112096,
     'l': 0.295225354084603},
    'result': 'l'},
   {'id': '21996',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.4998', 'a': '1.43653'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.39111542987231124,
     'd': 0.24586054282206246,
     'l': 0.36302402717767446},
    'result': 'l'},
   {'id': '22006',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.63194', 'a': '0.327706'},
    'datetime': '2023-11-11 15:00:00',
    'forecast': {'w': 0.8633092957213053,
     'd': 0.10716306340322318,
     'l': 0.02952750852985448},
    'result': 'l'},
   {'id': '22016',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.44228', 'a': '1.36963'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.3904407081101293,
     'd': 0.2519995675120673,
     'l': 0.35755972430574773},
    'result': 'l'},
   {'id': '22028',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '2.60469', 'a': '0.618131'},
    'datetime': '2023-12-02 15:00:00',
    'forecast': {'w': 0.799226577930974,
     'd': 0.13492590899895854,
     'l': 0.06584739695642339},
    'result': 'w'},
   {'id': '22042',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.11886', 'a': '0.781542'},
    'datetime': '2023-12-05 19:30:00',
    'forecast': {'w': 0.43380664752877984,
     'd': 0.3117581421747273,
     'l': 0.25443521029503663},
    'result': 'l'},
   {'id': '22046',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.96247', 'a': '1.05162'},
    'datetime': '2023-12-09 15:00:00',
    'forecast': {'w': 0.760079929641236,
     'd': 0.1366649047790772,
     'l': 0.10325459093268106},
    'result': 'd'},
   {'id': '22058',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.811435', 'a': '2.22305'},
    'datetime': '2023-12-16 17:30:00',
    'forecast': {'w': 0.12239081135402557,
     'd': 0.18278554908378214,
     'l': 0.6948236241945452},
    'result': 'l'},
   {'id': '22067',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.38096', 'a': '0.41714'},
    'datetime': '2023-12-23 15:00:00',
    'forecast': {'w': 0.6134003174403331,
     'd': 0.27566635235524584,
     'l': 0.11093333017778574},
    'result': 'w'},
   {'id': '22079',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.972389', 'a': '1.68451'},
    'datetime': '2023-12-26 17:30:00',
    'forecast': {'w': 0.21737741076043549,
     'd': 0.24166338458033648,
     'l': 0.5409592042636588},
    'result': 'l'},
   {'id': '22085',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '2.92587', 'a': '1.11923'},
    'datetime': '2023-12-30 15:00:00',
    'forecast': {'w': 0.7418129183929129,
     'd': 0.14285628815955156,
     'l': 0.11533030012371656},
    'result': 'l'},
   {'id': '22096',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.52023', 'a': '0.965167'},
    'datetime': '2024-01-12 19:45:00',
    'forecast': {'w': 0.5016682794488287,
     'd': 0.2583554893787407,
     'l': 0.23997623107339427},
    'result': 'd'},
   {'id': '22114',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.84756', 'a': '1.49114'},
    'datetime': '2024-01-31 19:30:00',
    'forecast': {'w': 0.461773320559245,
     'd': 0.22514672985932352,
     'l': 0.3130799481472274},
    'result': 'l'},
   {'id': '22119',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.00428', 'a': '1.28806'},
    'datetime': '2024-02-03 15:00:00',
    'forecast': {'w': 0.2897746858673307,
     'd': 0.28057531432358745,
     'l': 0.4296499997985443},
    'result': 'd'},
   {'id': '22128',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.14734', 'a': '1.11123'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.7732919987305863,
     'd': 0.12789971862593494,
     'l': 0.09880708185705304},
    'result': 'l'},
   {'id': '22136',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '5'},
    'xG': {'h': '0.335143', 'a': '2.20575'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.04371390478636832,
     'd': 0.1487366763958695,
     'l': 0.8075494049280786},
    'result': 'l'},
   {'id': '22150',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.41612', 'a': '0.0760216'},
    'datetime': '2024-02-24 15:00:00',
    'forecast': {'w': 0.8942135140217127,
     'd': 0.09864089763996427,
     'l': 0.0071455435369427705},
    'result': 'l'},
   {'id': '22156',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.60461', 'a': '1.43616'},
    'datetime': '2024-03-03 13:00:00',
    'forecast': {'w': 0.4166675873737961,
     'd': 0.24022634868851345,
     'l': 0.34310606368667257},
    'result': 'l'},
   {'id': '22173',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.87414', 'a': '0.88131'},
    'datetime': '2024-03-10 14:00:00',
    'forecast': {'w': 0.6073995192263119,
     'd': 0.2207961350617047,
     'l': 0.17180434407031825},
    'result': 'd'},
   {'id': '22177',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.69776', 'a': '1.25123'},
    'datetime': '2024-03-16 15:00:00',
    'forecast': {'w': 0.6801557119819848,
     'd': 0.1648190795020614,
     'l': 0.15502502815685595},
    'result': 'w'},
   {'id': '22188',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '4.46643', 'a': '2.10422'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.7675064797047516,
     'd': 0.10619289864656878,
     'l': 0.12623271912522704},
    'result': 'd'},
   {'id': '22197',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.12581', 'a': '1.01021'},
    'datetime': '2024-04-02 18:45:00',
    'forecast': {'w': 0.3815156678453466,
     'd': 0.29585036747664545,
     'l': 0.32263396467608435},
    'result': 'd'},
   {'id': '22208',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.659844', 'a': '0.34699'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.3775344436424694,
     'd': 0.45394168742521457,
     'l': 0.16852386893231516},
    'result': 'l'},
   {'id': '22218',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.8522', 'a': '0.889445'},
    'datetime': '2024-04-13 14:00:00',
    'forecast': {'w': 0.6005042231853465,
     'd': 0.22329155263839331,
     'l': 0.17620422277201667},
    'result': 'd'},
   {'id': '22232',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '1.97816', 'a': '2.42338'},
    'datetime': '2024-04-20 14:00:00',
    'forecast': {'w': 0.3220124769814583,
     'd': 0.19267569242459545,
     'l': 0.4853117806941916},
    'result': 'w'},
   {'id': '22239',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '3.06197', 'a': '1.89591'},
    'datetime': '2024-04-27 14:00:00',
    'forecast': {'w': 0.6146475935405763,
     'd': 0.1628893988614347,
     'l': 0.2224621454494367},
    'result': 'd'},
   {'id': '22248',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '1.28632', 'a': '4.25643'},
    'datetime': '2024-05-04 14:00:00',
    'forecast': {'w': 0.060402148383437555,
     'd': 0.08022811729578898,
     'l': 0.859329750039823},
    'result': 'l'},
   {'id': '22262',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '3.00238', 'a': '0.950331'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.7847697883364111,
     'd': 0.12794785647966797,
     'l': 0.08728167826838555},
    'result': 'l'},
   {'id': '22268',
    'isResult': True,
    'side': 'h',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.08222', 'a': '1.57962'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.26035808313116826,
     'd': 0.25098437797536294,
     'l': 0.4886575387263662},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 323,
     'goals': 33,
     'xG': 34.81433275574818,
     'against': {'shots': 450, 'goals': 57, 'xG': 58.276128883473575}},
    'FromCorner': {'shots': 68,
     'goals': 4,
     'xG': 5.463043604977429,
     'against': {'shots': 105, 'goals': 11, 'xG': 9.311229323968291}},
    'SetPiece': {'shots': 27,
     'goals': 1,
     'xG': 1.7817489937879145,
     'against': {'shots': 39, 'goals': 4, 'xG': 5.929227009881288}},
    'DirectFreekick': {'shots': 13,
     'goals': 0,
     'xG': 0.686128880828619,
     'against': {'shots': 16, 'goals': 0, 'xG': 0.8969805985689163}},
    'Penalty': {'shots': 3,
     'goals': 3,
     'xG': 2.2835065126419067,
     'against': {'shots': 7, 'goals': 6, 'xG': 5.328181862831116}}},
   'formation': {'4-4-2': {'stat': '4-4-2',
     'time': 2607,
     'shots': 326,
     'goals': 32,
     'xG': 34.46109049767256,
     'against': {'shots': 421, 'goals': 52, 'xG': 54.00800322322175}},
    '4-2-3-1': {'stat': '4-2-3-1',
     'time': 404,
     'shots': 43,
     'goals': 2,
     'xG': 4.331950569525361,
     'against': {'shots': 81, 'goals': 10, 'xG': 11.727938925847411}},
    '4-3-3': {'stat': '4-3-3',
     'time': 373,
     'shots': 40,
     'goals': 4,
     'xG': 3.0120785422623158,
     'against': {'shots': 51, 'goals': 8, 'xG': 6.434822371229529}},
    '5-4-1': {'stat': '5-4-1',
     'time': 168,
     'shots': 11,
     'goals': 1,
     'xG': 1.775774447247386,
     'against': {'shots': 44, 'goals': 4, 'xG': 5.147037268616259}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 49,
     'shots': 1,
     'goals': 1,
     'xG': 0.059879180043935776,
     'against': {'shots': 8, 'goals': 1, 'xG': 1.2916524140164256}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 28,
     'shots': 8,
     'goals': 0,
     'xG': 0.7034658957272768,
     'against': {'shots': 6, 'goals': 3, 'xG': 0.7858009096235037}},
    '3-1-4-2': {'stat': '3-1-4-2',
     'time': 24,
     'shots': 2,
     'goals': 0,
     'xG': 0.39088786393404007,
     'against': {'shots': 5, 'goals': 0, 'xG': 0.32033247873187065}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 17,
     'shots': 3,
     'goals': 1,
     'xG': 0.29363375157117844,
     'against': {'shots': 0, 'goals': 0, 'xG': 0}},
    '4-3-2-1': {'stat': '4-3-2-1',
     'time': 8,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 1, 'goals': 0, 'xG': 0.026160087436437607}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1608,
     'shots': 169,
     'goals': 17,
     'xG': 18.869621424004436,
     'against': {'shots': 275, 'goals': 32, 'xG': 35.44344592420384}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 817,
     'shots': 94,
     'goals': 8,
     'xG': 7.999771051108837,
     'against': {'shots': 131, 'goals': 19, 'xG': 17.98401235230267}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 652,
     'shots': 93,
     'goals': 6,
     'xG': 8.234495440963656,
     'against': {'shots': 101, 'goals': 12, 'xG': 13.039632689207792}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 439,
     'shots': 49,
     'goals': 6,
     'xG': 6.616296069230884,
     'against': {'shots': 86, 'goals': 12, 'xG': 10.455541092902422}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 162,
     'shots': 29,
     'goals': 4,
     'xG': 3.308576762676239,
     'against': {'shots': 24, 'goals': 3, 'xG': 2.8191156201064587}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 59,
     'goals': 6,
     'xG': 5.889073302038014,
     'against': {'shots': 79, 'goals': 10, 'xG': 9.569319940637797}},
    '16-30': {'stat': '16-30',
     'shots': 59,
     'goals': 3,
     'xG': 6.2854446060955524,
     'against': {'shots': 93, 'goals': 12, 'xG': 14.249774361029267}},
    '31-45': {'stat': '31-45',
     'shots': 68,
     'goals': 8,
     'xG': 7.361548765562475,
     'against': {'shots': 94, 'goals': 13, 'xG': 12.131535246036947}},
    '46-60': {'stat': '46-60',
     'shots': 97,
     'goals': 7,
     'xG': 9.705204415135086,
     'against': {'shots': 115, 'goals': 12, 'xG': 13.157304792664945}},
    '61-75': {'stat': '61-75',
     'shots': 51,
     'goals': 9,
     'xG': 5.771239071618766,
     'against': {'shots': 102, 'goals': 12, 'xG': 12.094054673798382}},
    '76+': {'stat': '76+',
     'shots': 100,
     'goals': 8,
     'xG': 10.01625058753416,
     'against': {'shots': 134, 'goals': 19, 'xG': 18.539758664555848}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 1,
     'goals': 1,
     'xG': 1,
     'against': {'shots': 3, 'goals': 3, 'xG': 3}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 163,
     'goals': 10,
     'xG': 5.557198617141694,
     'against': {'shots': 184, 'goals': 13, 'xG': 6.929191085509956}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 239,
     'goals': 28,
     'xG': 28.448760777246207,
     'against': {'shots': 376, 'goals': 45, 'xG': 52.11557988682762}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 31,
     'goals': 2,
     'xG': 10.02280135359615,
     'against': {'shots': 54, 'goals': 17, 'xG': 17.696976706385612}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 261,
     'goals': 27,
     'xG': 27.111118857283145,
     'against': {'shots': 376, 'goals': 48, 'xG': 46.83861680701375}},
    'Standard': {'stat': 'Standard',
     'shots': 111,
     'goals': 8,
     'xG': 10.21442799223587,
     'against': {'shots': 167, 'goals': 21, 'xG': 21.46561879524961}},
    'Slow': {'stat': 'Slow',
     'shots': 36,
     'goals': 2,
     'xG': 3.2262919154018164,
     'against': {'shots': 45, 'goals': 4, 'xG': 6.181893984787166}},
    'Fast': {'stat': 'Fast',
     'shots': 26,
     'goals': 4,
     'xG': 4.476921983063221,
     'against': {'shots': 29, 'goals': 5, 'xG': 5.255618091672659}}},
   'result': {'MissedShots': {'shots': 171,
     'goals': 0,
     'xG': 15.058114347513765,
     'against': {'shots': 189, 'goals': 0, 'xG': 16.89246696792543}},
    'SavedShot': {'shots': 100,
     'goals': 0,
     'xG': 10.932576356921345,
     'against': {'shots': 169, 'goals': 0, 'xG': 22.10183538729325}},
    'Goal': {'shots': 41,
     'goals': 41,
     'xG': 10.693515866063535,
     'against': {'shots': 78, 'goals': 78, 'xG': 29.05648827366531}},
    'BlockedShot': {'shots': 118,
     'goals': 0,
     'xG': 7.13150533195585,
     'against': {'shots': 176, 'goals': 0, 'xG': 11.345787177793682}},
    'ShotOnPost': {'shots': 4,
     'goals': 0,
     'xG': 1.2130488455295563,
     'against': {'shots': 5, 'goals': 0, 'xG': 0.34516987204551697}}}},
  'players_data': [{'id': '5355',
    'player_name': 'Jacob Bruun Larsen',
    'games': '32',
    'time': '1272',
    'goals': '6',
    'xG': '5.2944221664220095',
    'assists': '0',
    'xA': '1.4546170141547918',
    'shots': '44',
    'key_passes': '25',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Burnley',
    'npg': '5',
    'npxG': '4.533253343775868',
    'xGChain': '7.313723993487656',
    'xGBuildup': '2.519299939274788'},
   {'id': '7498',
    'player_name': 'Lyle Foster',
    'games': '24',
    'time': '1938',
    'goals': '5',
    'xG': '5.608147136867046',
    'assists': '3',
    'xA': '1.4990256652235985',
    'shots': '34',
    'key_passes': '19',
    'yellow_cards': '0',
    'red_cards': '1',
    'position': 'F M S',
    'team_title': 'Burnley',
    'npg': '5',
    'npxG': '5.608147136867046',
    'xGChain': '8.676230592653155',
    'xGBuildup': '2.611631980165839'},
   {'id': '11701',
    'player_name': 'Zeki Amdouni',
    'games': '34',
    'time': '2025',
    'goals': '5',
    'xG': '6.100483123213053',
    'assists': '1',
    'xA': '1.494755046442151',
    'shots': '49',
    'key_passes': '16',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Burnley',
    'npg': '4',
    'npxG': '5.3393142856657505',
    'xGChain': '7.888359908014536',
    'xGBuildup': '2.6891510486602783'},
   {'id': '8323',
    'player_name': 'Josh Brownhill',
    'games': '33',
    'time': '2229',
    'goals': '4',
    'xG': '1.8306225752457976',
    'assists': '2',
    'xA': '1.8270882591605186',
    'shots': '28',
    'key_passes': '34',
    'yellow_cards': '4',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Burnley',
    'npg': '4',
    'npxG': '1.8306225752457976',
    'xGChain': '6.495785586535931',
    'xGBuildup': '4.306291623972356'},
   {'id': '11295',
    'player_name': 'David Datro Fofana',
    'games': '15',
    'time': '876',
    'goals': '4',
    'xG': '4.029318623244762',
    'assists': '1',
    'xA': '1.4943999461829662',
    'shots': '19',
    'key_passes': '8',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Burnley',
    'npg': '4',
    'npxG': '4.029318623244762',
    'xGChain': '4.770294601097703',
    'xGBuildup': '0.415885504335165'},
   {'id': '8756',
    'player_name': 'Dara O&#039;Shea',
    'games': '33',
    'time': '2899',
    'goals': '3',
    'xG': '0.9073518002405763',
    'assists': '4',
    'xA': '1.6444027656689286',
    'shots': '19',
    'key_passes': '13',
    'yellow_cards': '5',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Burnley',
    'npg': '3',
    'npxG': '0.9073518002405763',
    'xGChain': '4.856452916748822',
    'xGBuildup': '4.503178563900292'},
   {'id': '10822',
    'player_name': 'Wilson Odobert',
    'games': '29',
    'time': '2150',
    'goals': '3',
    'xG': '2.5438556540757418',
    'assists': '2',
    'xA': '4.427815416827798',
    'shots': '49',
    'key_passes': '31',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Burnley',
    'npg': '3',
    'npxG': '2.5438556540757418',
    'xGChain': '10.004786113277078',
    'xGBuildup': '4.203309727832675'},
   {'id': '844',
    'player_name': 'Jay Rodriguez',
    'games': '21',
    'time': '781',
    'goals': '2',
    'xG': '4.621791888028383',
    'assists': '1',
    'xA': '0.17110992223024368',
    'shots': '22',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Burnley',
    'npg': '1',
    'npxG': '3.860623050481081',
    'xGChain': '3.988340836018324',
    'xGBuildup': '0.8826676225289702'},
   {'id': '1018',
    'player_name': 'Josh Cullen',
    'games': '25',
    'time': '2072',
    'goals': '2',
    'xG': '0.532621605321765',
    'assists': '3',
    'xA': '1.9263525325804949',
    'shots': '16',
    'key_passes': '26',
    'yellow_cards': '9',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Burnley',
    'npg': '2',
    'npxG': '0.532621605321765',
    'xGChain': '8.981078654527664',
    'xGBuildup': '7.6769237499684095'},
   {'id': '1663',
    'player_name': 'Johann Berg Gudmundsson',
    'games': '26',
    'time': '1175',
    'goals': '1',
    'xG': '2.048229966312647',
    'assists': '3',
    'xA': '3.143440945073962',
    'shots': '15',
    'key_passes': '34',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Burnley',
    'npg': '1',
    'npxG': '2.048229966312647',
    'xGChain': '6.296170109882951',
    'xGBuildup': '2.9956371504813433'},
   {'id': '6044',
    'player_name': 'Charlie Taylor',
    'games': '28',
    'time': '2336',
    'goals': '1',
    'xG': '0.24035568069666624',
    'assists': '1',
    'xA': '1.8833663314580917',
    'shots': '10',
    'key_passes': '15',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Burnley',
    'npg': '1',
    'npxG': '0.24035568069666624',
    'xGChain': '4.918537275865674',
    'xGBuildup': '4.101939328014851'},
   {'id': '8285',
    'player_name': 'Sander Berge',
    'games': '37',
    'time': '3020',
    'goals': '1',
    'xG': '2.1221074890345335',
    'assists': '2',
    'xA': '3.1849441323429346',
    'shots': '25',
    'key_passes': '29',
    'yellow_cards': '8',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Burnley',
    'npg': '1',
    'npxG': '2.1221074890345335',
    'xGChain': '12.192523565143347',
    'xGBuildup': '8.591317790560424'},
   {'id': '8973',
    'player_name': 'Lorenz Assignon',
    'games': '15',
    'time': '1249',
    'goals': '1',
    'xG': '0.4085904136300087',
    'assists': '2',
    'xA': '2.075187735259533',
    'shots': '9',
    'key_passes': '13',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'D',
    'team_title': 'Burnley',
    'npg': '1',
    'npxG': '0.4085904136300087',
    'xGChain': '3.949996647424996',
    'xGBuildup': '3.191625501960516'},
   {'id': '10620',
    'player_name': 'Luca Koleosho',
    'games': '15',
    'time': '1015',
    'goals': '1',
    'xG': '2.3243730422109365',
    'assists': '1',
    'xA': '1.4566490054130554',
    'shots': '23',
    'key_passes': '11',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Burnley',
    'npg': '1',
    'npxG': '2.3243730422109365',
    'xGChain': '3.7318228743970394',
    'xGBuildup': '0.2789538074284792'},
   {'id': '11699',
    'player_name': 'Ameen Al Dakhil',
    'games': '13',
    'time': '1055',
    'goals': '1',
    'xG': '1.2219129763543606',
    'assists': '0',
    'xA': '0.09834579937160015',
    'shots': '8',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Burnley',
    'npg': '1',
    'npxG': '1.2219129763543606',
    'xGChain': '2.8363101556897163',
    'xGBuildup': '1.7573904246091843'},
   {'id': '712',
    'player_name': 'Jack Cork',
    'games': '4',
    'time': '16',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.24877267330884933',
    'xGBuildup': '0.24877267330884933'},
   {'id': '790',
    'player_name': 'Nathan Redmond',
    'games': '12',
    'time': '100',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.2518436722457409',
    'shots': '0',
    'key_passes': '4',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.9050039984285831',
    'xGBuildup': '0.8224344961345196'},
   {'id': '5568',
    'player_name': 'Connor Roberts',
    'games': '14',
    'time': '804',
    'goals': '0',
    'xG': '0',
    'assists': '1',
    'xA': '0.31314151361584663',
    'shots': '0',
    'key_passes': '7',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.1132199577987194',
    'xGBuildup': '1.9018691666424274'},
   {'id': '6504',
    'player_name': 'Michael Obafemi',
    'games': '2',
    'time': '9',
    'goals': '0',
    'xG': '0.11657162755727768',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.11657162755727768',
    'xGChain': '0.15364274382591248',
    'xGBuildup': '0.037071119993925095'},
   {'id': '6557',
    'player_name': 'Louis Beyer',
    'games': '15',
    'time': '1252',
    'goals': '0',
    'xG': '0.42690371349453926',
    'assists': '1',
    'xA': '0.4111006297171116',
    'shots': '5',
    'key_passes': '3',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.42690371349453926',
    'xGChain': '1.9057915396988392',
    'xGBuildup': '1.516863290220499'},
   {'id': '7027',
    'player_name': 'Arijanet Muric',
    'games': '10',
    'time': '900',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.37258302234113216',
    'shots': '0',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.251372165977955',
    'xGBuildup': '1.878789134323597'},
   {'id': '7264',
    'player_name': 'Han-Noah Massengo',
    'games': '3',
    'time': '9',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '9077',
    'player_name': 'James Trafford',
    'games': '28',
    'time': '2520',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.3824947578832507',
    'xGBuildup': '2.3824947578832507'},
   {'id': '9487',
    'player_name': 'Maxime Estève',
    'games': '16',
    'time': '1314',
    'goals': '0',
    'xG': '0.24058250151574612',
    'assists': '0',
    'xA': '0.012573497369885445',
    'shots': '7',
    'key_passes': '1',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.24058250151574612',
    'xGChain': '1.9057064168155193',
    'xGBuildup': '1.8650701008737087'},
   {'id': '9913',
    'player_name': 'Aaron Ramsey',
    'games': '14',
    'time': '516',
    'goals': '0',
    'xG': '0.4020077884197235',
    'assists': '0',
    'xA': '0.39152228832244873',
    'shots': '6',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.4020077884197235',
    'xGChain': '1.2944342708215117',
    'xGBuildup': '0.5336329033598304'},
   {'id': '11700',
    'player_name': 'Vitinho',
    'games': '32',
    'time': '2324',
    'goals': '0',
    'xG': '1.7635137159377337',
    'assists': '2',
    'xA': '1.0349685866385698',
    'shots': '25',
    'key_passes': '11',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '1.7635137159377337',
    'xGChain': '6.745405659079552',
    'xGBuildup': '4.7740294598042965'},
   {'id': '11702',
    'player_name': 'Benson Manuel',
    'games': '8',
    'time': '91',
    'goals': '0',
    'xG': '0.09858994465321302',
    'assists': '0',
    'xA': '0.08922482281923294',
    'shots': '4',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.09858994465321302',
    'xGChain': '0.16302035003900528',
    'xGBuildup': '0.1271920781582594'},
   {'id': '11703',
    'player_name': 'Anass Zaroury',
    'games': '6',
    'time': '141',
    'goals': '0',
    'xG': '0.17524435929954052',
    'assists': '0',
    'xA': '0.04796999227255583',
    'shots': '3',
    'key_passes': '2',
    'yellow_cards': '0',
    'red_cards': '1',
    'position': 'F S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.17524435929954052',
    'xGChain': '0.2102061901241541',
    'xGBuildup': '0'},
   {'id': '11704',
    'player_name': 'Hjalmar Ekdal',
    'games': '8',
    'time': '440',
    'goals': '0',
    'xG': '0.07676978968083858',
    'assists': '0',
    'xA': '0.029761802405118942',
    'shots': '2',
    'key_passes': '1',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.07676978968083858',
    'xGChain': '0.5405235048383474',
    'xGBuildup': '0.5107617024332285'},
   {'id': '11998',
    'player_name': 'Hannes Delcroix',
    'games': '12',
    'time': '575',
    'goals': '0',
    'xG': '0.23279432207345963',
    'assists': '0',
    'xA': '0.20352116599678993',
    'shots': '4',
    'key_passes': '4',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.23279432207345963',
    'xGChain': '1.6811544448137283',
    'xGBuildup': '1.477633286267519'},
   {'id': '12094',
    'player_name': 'Mike Trésor',
    'games': '16',
    'time': '384',
    'goals': '0',
    'xG': '0.6615988579578698',
    'assists': '0',
    'xA': '0.6491026850417256',
    'shots': '5',
    'key_passes': '7',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Burnley',
    'npg': '0',
    'npxG': '0.6615988579578698',
    'xGChain': '0.9828745895065367',
    'xGBuildup': '0.34004739159718156'}]},
 'https://understat.com/team/Brighton/2023': {'matches': [{'id': '22278',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '4.36748', 'a': '1.88594'},
    'datetime': '2023-08-12 14:00:00',
    'forecast': {'w': 0.788056366419096,
     'd': 0.10208637818325443,
     'l': 0.109804121675837},
    'result': 'w'},
   {'id': '22286',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '2.68821', 'a': '3.15562'},
    'datetime': '2023-08-19 14:00:00',
    'forecast': {'w': 0.3418988678126544,
     'd': 0.16613294890890243,
     'l': 0.4919667712230504},
    'result': 'w'},
   {'id': '22301',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.3743', 'a': '2.9527'},
    'datetime': '2023-08-26 16:30:00',
    'forecast': {'w': 0.15090973275029126,
     'd': 0.15303264461527963,
     'l': 0.6960570707752424},
    'result': 'l'},
   {'id': '21931',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.32258', 'a': '0.90476'},
    'datetime': '2023-09-02 16:30:00',
    'forecast': {'w': 0.46329736860350845,
     'd': 0.2809570364884637,
     'l': 0.2557455948932418},
    'result': 'w'},
   {'id': '21940',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.719951', 'a': '1.93908'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.1303057489308153,
     'd': 0.20765574417402513,
     'l': 0.6620385043191892},
    'result': 'w'},
   {'id': '21951',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.14533', 'a': '1.58984'},
    'datetime': '2023-09-24 13:00:00',
    'forecast': {'w': 0.5057171370862179,
     'd': 0.2074562784323658,
     'l': 0.2868265746141756},
    'result': 'w'},
   {'id': '21955',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '6', 'a': '1'},
    'xG': {'h': '1.90746', 'a': '1.72819'},
    'datetime': '2023-09-30 11:30:00',
    'forecast': {'w': 0.42742568495552874,
     'd': 0.21733688896248785,
     'l': 0.3552374234516109},
    'result': 'l'},
   {'id': '21966',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.23187', 'a': '2.51029'},
    'datetime': '2023-10-08 13:00:00',
    'forecast': {'w': 0.3567879975140844,
     'd': 0.18744275927871795,
     'l': 0.455769154183076},
    'result': 'd'},
   {'id': '21980',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.962509', 'a': '0.963733'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.34187125064798485,
     'd': 0.31560647022602895,
     'l': 0.34252227912563304},
    'result': 'l'},
   {'id': '21988',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.31996', 'a': '0.552523'},
    'datetime': '2023-10-29 14:00:00',
    'forecast': {'w': 0.5563722846742911,
     'd': 0.28804413580458293,
     'l': 0.15558357950680948},
    'result': 'd'},
   {'id': '21997',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.617607', 'a': '0.442489'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.3339238355333762,
     'd': 0.4477622749326447,
     'l': 0.2183138895339788},
    'result': 'd'},
   {'id': '22008',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.08601', 'a': '0.84434'},
    'datetime': '2023-11-12 14:00:00',
    'forecast': {'w': 0.4080584985699912,
     'd': 0.3119386102958449,
     'l': 0.28000289113318216},
    'result': 'd'},
   {'id': '22022',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.22655', 'a': '1.21792'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.6019281779250916,
     'd': 0.19820079578423153,
     'l': 0.1998710106024568},
    'result': 'w'},
   {'id': '22029',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.66304', 'a': '0.855058'},
    'datetime': '2023-12-03 14:00:00',
    'forecast': {'w': 0.5650954347276645,
     'd': 0.24303980509847514,
     'l': 0.19186475984107582},
    'result': 'l'},
   {'id': '22036',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.54099', 'a': '1.22007'},
    'datetime': '2023-12-06 19:30:00',
    'forecast': {'w': 0.4473592729024338,
     'd': 0.25111879646785934,
     'l': 0.3015219305060423},
    'result': 'w'},
   {'id': '22046',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.96247', 'a': '1.05162'},
    'datetime': '2023-12-09 15:00:00',
    'forecast': {'w': 0.760079929641236,
     'd': 0.1366649047790772,
     'l': 0.10325459093268106},
    'result': 'd'},
   {'id': '22056',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.76976', 'a': '0.663054'},
    'datetime': '2023-12-17 14:00:00',
    'forecast': {'w': 0.8113753257537397,
     'd': 0.12508268382661616,
     'l': 0.06354173996568117},
    'result': 'l'},
   {'id': '22066',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.65409', 'a': '1.33653'},
    'datetime': '2023-12-21 20:00:00',
    'forecast': {'w': 0.4495944694629011,
     'd': 0.2401288838881663,
     'l': 0.31027664632248675},
    'result': 'd'},
   {'id': '22078',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '3.84702', 'a': '2.06955'},
    'datetime': '2023-12-28 19:30:00',
    'forecast': {'w': 0.6995246509066341,
     'd': 0.13096501659743864,
     'l': 0.1694975416053266},
    'result': 'w'},
   {'id': '22093',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.9831', 'a': '2.1552'},
    'datetime': '2024-01-02 18:30:00',
    'forecast': {'w': 0.1616001688675627,
     'd': 0.196986924095816,
     'l': 0.641412896754826},
    'result': 'd'},
   {'id': '22095',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.3701', 'a': '1.14116'},
    'datetime': '2024-01-22 19:45:00',
    'forecast': {'w': 0.4207365661196466,
     'd': 0.26718676638764566,
     'l': 0.31207666746690066},
    'result': 'd'},
   {'id': '22107',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '3.63312', 'a': '1.01366'},
    'datetime': '2024-01-30 19:45:00',
    'forecast': {'w': 0.8434941214791988,
     'd': 0.09431703225456306,
     'l': 0.062182244513478445},
    'result': 'l'},
   {'id': '22118',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '1.92591', 'a': '0.241137'},
    'datetime': '2024-02-03 15:00:00',
    'forecast': {'w': 0.7870640976350677,
     'd': 0.17419966471847945,
     'l': 0.038736235292139154},
    'result': 'w'},
   {'id': '22132',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.10928', 'a': '1.49285'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.5183330171101007,
     'd': 0.20964718788620834,
     'l': 0.2720197871587888},
    'result': 'l'},
   {'id': '22143',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '0', 'a': '5'},
    'xG': {'h': '0.586214', 'a': '3.35549'},
    'datetime': '2024-02-18 14:00:00',
    'forecast': {'w': 0.034247294019784255,
     'd': 0.08103686916482968,
     'l': 0.8847132480112713},
    'result': 'w'},
   {'id': '22148',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.6538', 'a': '0.286655'},
    'datetime': '2024-02-24 15:00:00',
    'forecast': {'w': 0.7204493136883279,
     'd': 0.22024168863472943,
     'l': 0.05930899736822485},
    'result': 'd'},
   {'id': '22158',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '1.37604', 'a': '1.15198'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.4199017156267775,
     'd': 0.2662447465162986,
     'l': 0.3138535378293871},
    'result': 'l'},
   {'id': '22168',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.534518', 'a': '0.687034'},
    'datetime': '2024-03-10 14:00:00',
    'forecast': {'w': 0.24524530189032115,
     'd': 0.4133753293521471,
     'l': 0.34137936875753017},
    'result': 'w'},
   {'id': '22189',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '3.21149', 'a': '0.43922'},
    'datetime': '2024-03-31 14:00:00',
    'forecast': {'w': 0.896188210953886,
     'd': 0.07774139479414659,
     'l': 0.026068862636065712},
    'result': 'l'},
   {'id': '22200',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.423299', 'a': '1.22404'},
    'datetime': '2024-04-03 18:30:00',
    'forecast': {'w': 0.12804093463841015,
     'd': 0.3060271350254577,
     'l': 0.5659319303310828},
    'result': 'd'},
   {'id': '22206',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.428514', 'a': '4.16518'},
    'datetime': '2024-04-06 16:30:00',
    'forecast': {'w': 0.011386696458835853,
     'd': 0.03801508845230786,
     'l': 0.9505667992608704},
    'result': 'l'},
   {'id': '22218',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.8522', 'a': '0.889445'},
    'datetime': '2024-04-13 14:00:00',
    'forecast': {'w': 0.6005042231853465,
     'd': 0.22329155263839331,
     'l': 0.17620422277201667},
    'result': 'd'},
   {'id': '22176',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '0.572021', 'a': '1.90507'},
    'datetime': '2024-04-25 19:00:00',
    'forecast': {'w': 0.10283032698419063,
     'd': 0.20367977141960722,
     'l': 0.6934898995572462},
    'result': 'l'},
   {'id': '22235',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.48132', 'a': '1.35682'},
    'datetime': '2024-04-28 13:00:00',
    'forecast': {'w': 0.6204214134291703,
     'd': 0.18339090756220225,
     'l': 0.19618761611243696},
    'result': 'l'},
   {'id': '22247',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.63566', 'a': '0.0644055'},
    'datetime': '2024-05-05 13:00:00',
    'forecast': {'w': 0.9160413445176245,
     'd': 0.07910190184825448,
     'l': 0.00485661892011469},
    'result': 'w'},
   {'id': '22260',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.45163', 'a': '1.91556'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.5025375688968616,
     'd': 0.19173510714225095,
     'l': 0.30572726781404985},
    'result': 'd'},
   {'id': '22226',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.32423', 'a': '1.544'},
    'datetime': '2024-05-15 18:45:00',
    'forecast': {'w': 0.3269612126241047,
     'd': 0.24765180972767117,
     'l': 0.42538697751123183},
    'result': 'l'},
   {'id': '22267',
    'isResult': True,
    'side': 'h',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.9717', 'a': '1.00404'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.5987086918319908,
     'd': 0.21443676776569232,
     'l': 0.18685453719247264},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 421,
     'goals': 40,
     'xG': 50.64004092430696,
     'against': {'shots': 366, 'goals': 46, 'xG': 48.294963414780796}},
    'FromCorner': {'shots': 99,
     'goals': 7,
     'xG': 7.851111649535596,
     'against': {'shots': 61, 'goals': 8, 'xG': 7.601348525844514}},
    'SetPiece': {'shots': 30,
     'goals': 3,
     'xG': 4.152732394170016,
     'against': {'shots': 21, 'goals': 1, 'xG': 2.2138553746044636}},
    'DirectFreekick': {'shots': 11,
     'goals': 0,
     'xG': 0.7995782233774662,
     'against': {'shots': 15, 'goals': 1, 'xG': 0.8820275589823723}},
    'Penalty': {'shots': 6,
     'goals': 5,
     'xG': 4.566938817501068,
     'against': {'shots': 6, 'goals': 6, 'xG': 4.5670130252838135}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 2683,
     'shots': 436,
     'goals': 43,
     'xG': 50.21485910192132,
     'against': {'shots': 344, 'goals': 44, 'xG': 48.37117837835103}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 381,
     'shots': 55,
     'goals': 5,
     'xG': 5.5144446156919,
     'against': {'shots': 47, 'goals': 9, 'xG': 5.8843535194173455}},
    '4-3-3': {'stat': '4-3-3',
     'time': 257,
     'shots': 21,
     'goals': 1,
     'xG': 3.1494620498269796,
     'against': {'shots': 32, 'goals': 4, 'xG': 4.134082013741136}},
    '4-1-2-1-2': {'stat': '4-1-2-1-2',
     'time': 100,
     'shots': 15,
     'goals': 4,
     'xG': 3.9536115396767855,
     'against': {'shots': 19, 'goals': 2, 'xG': 2.0718250311911106}},
    '4-3-1-2': {'stat': '4-3-1-2',
     'time': 95,
     'shots': 22,
     'goals': 0,
     'xG': 2.2131172185763717,
     'against': {'shots': 6, 'goals': 0, 'xG': 0.9830998964607716}},
    '4-4-2': {'stat': '4-4-2',
     'time': 91,
     'shots': 13,
     'goals': 1,
     'xG': 1.7350601637735963,
     'against': {'shots': 9, 'goals': 3, 'xG': 0.5042777368798852}},
    '4-2-2-2': {'stat': '4-2-2-2',
     'time': 47,
     'shots': 5,
     'goals': 1,
     'xG': 1.2298473194241524,
     'against': {'shots': 8, 'goals': 0, 'xG': 1.1879424965009093}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 21,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 4, 'goals': 0, 'xG': 0.42244882695376873}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1634,
     'shots': 258,
     'goals': 18,
     'xG': 28.14312993036583,
     'against': {'shots': 180, 'goals': 23, 'xG': 24.051820578984916}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 575,
     'shots': 100,
     'goals': 9,
     'xG': 11.85645949235186,
     'against': {'shots': 73, 'goals': 13, 'xG': 12.591510416008532}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 569,
     'shots': 76,
     'goals': 10,
     'xG': 10.436598227359354,
     'against': {'shots': 86, 'goals': 6, 'xG': 9.753993088379502}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 521,
     'shots': 79,
     'goals': 6,
     'xG': 7.069033277221024,
     'against': {'shots': 72, 'goals': 12, 'xG': 9.29914084263146}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 376,
     'shots': 54,
     'goals': 12,
     'xG': 10.505181081593037,
     'against': {'shots': 58, 'goals': 8, 'xG': 7.8627429734915495}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 76,
     'goals': 5,
     'xG': 7.149343654047698,
     'against': {'shots': 57, 'goals': 7, 'xG': 7.9024896044284105}},
    '16-30': {'stat': '16-30',
     'shots': 89,
     'goals': 12,
     'xG': 13.486156333237886,
     'against': {'shots': 73, 'goals': 12, 'xG': 11.113508550450206}},
    '31-45': {'stat': '31-45',
     'shots': 81,
     'goals': 6,
     'xG': 7.958717821631581,
     'against': {'shots': 77, 'goals': 9, 'xG': 10.219326294027269}},
    '46-60': {'stat': '46-60',
     'shots': 101,
     'goals': 8,
     'xG': 12.145172483287752,
     'against': {'shots': 95, 'goals': 7, 'xG': 13.073178921826184}},
    '61-75': {'stat': '61-75',
     'shots': 75,
     'goals': 8,
     'xG': 8.480579214170575,
     'against': {'shots': 69, 'goals': 15, 'xG': 10.180893694981933}},
    '76+': {'stat': '76+',
     'shots': 145,
     'goals': 16,
     'xG': 18.790432502515614,
     'against': {'shots': 98, 'goals': 12, 'xG': 11.069810833781958}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 5,
     'goals': 5,
     'xG': 5,
     'against': {'shots': 2, 'goals': 2, 'xG': 2}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 182,
     'goals': 6,
     'xG': 5.957141438033432,
     'against': {'shots': 141, 'goals': 8, 'xG': 5.040492211468518}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 336,
     'goals': 29,
     'xG': 41.94068820448592,
     'against': {'shots': 275, 'goals': 39, 'xG': 38.24998434726149}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 44,
     'goals': 15,
     'xG': 15.11257236637175,
     'against': {'shots': 51, 'goals': 13, 'xG': 18.268731340765953}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 358,
     'goals': 35,
     'xG': 42.94232203904539,
     'against': {'shots': 299, 'goals': 35, 'xG': 38.34749178867787}},
    'Standard': {'stat': 'Standard',
     'shots': 146,
     'goals': 15,
     'xG': 17.370361084584147,
     'against': {'shots': 103, 'goals': 16, 'xG': 15.264244484715164}},
    'Slow': {'stat': 'Slow',
     'shots': 48,
     'goals': 4,
     'xG': 5.846761763561517,
     'against': {'shots': 35, 'goals': 5, 'xG': 3.9840655643492937}},
    'Fast': {'stat': 'Fast',
     'shots': 15,
     'goals': 1,
     'xG': 1.8509571217000484,
     'against': {'shots': 32, 'goals': 6, 'xG': 5.963406061753631}}},
   'result': {'SavedShot': {'shots': 154,
     'goals': 0,
     'xG': 17.548737848643214,
     'against': {'shots': 105, 'goals': 0, 'xG': 11.223915260285139}},
    'MissedShots': {'shots': 178,
     'goals': 0,
     'xG': 14.787582905497402,
     'against': {'shots': 156, 'goals': 0, 'xG': 17.669001820497215}},
    'Goal': {'shots': 55,
     'goals': 55,
     'xG': 22.63054606039077,
     'against': {'shots': 62, 'goals': 62, 'xG': 23.465100966393948}},
    'BlockedShot': {'shots': 171,
     'goals': 0,
     'xG': 12.06434337142855,
     'against': {'shots': 143, 'goals': 0, 'xG': 9.891742861829698}},
    'ShotOnPost': {'shots': 9,
     'goals': 0,
     'xG': 0.9791918229311705,
     'against': {'shots': 3, 'goals': 0, 'xG': 1.3094469904899597}}}},
  'players_data': [{'id': '8272',
    'player_name': 'João Pedro',
    'games': '31',
    'time': '2026',
    'goals': '9',
    'xG': '11.918903339654207',
    'assists': '3',
    'xA': '5.4223863165825605',
    'shots': '75',
    'key_passes': '37',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Brighton',
    'npg': '5',
    'npxG': '8.113133335486054',
    'xGChain': '17.548418318852782',
    'xGBuildup': '7.590120053850114'},
   {'id': '10177',
    'player_name': 'Evan Ferguson',
    'games': '27',
    'time': '1364',
    'goals': '6',
    'xG': '3.9660524409264326',
    'assists': '0',
    'xA': '0.6511713527143002',
    'shots': '33',
    'key_passes': '6',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Brighton',
    'npg': '6',
    'npxG': '3.9660524409264326',
    'xGChain': '6.868808541446924',
    'xGBuildup': '2.484281620942056'},
   {'id': '11710',
    'player_name': 'Simon Adingra',
    'games': '31',
    'time': '2256',
    'goals': '6',
    'xG': '5.096701676025987',
    'assists': '1',
    'xA': '3.30205356515944',
    'shots': '52',
    'key_passes': '33',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D F M S',
    'team_title': 'Brighton',
    'npg': '6',
    'npxG': '5.096701676025987',
    'xGChain': '13.104233894497156',
    'xGBuildup': '6.308099476620555'},
   {'id': '501',
    'player_name': 'Danny Welbeck',
    'games': '29',
    'time': '1723',
    'goals': '5',
    'xG': '6.242080001160502',
    'assists': '1',
    'xA': '2.18816620670259',
    'shots': '40',
    'key_passes': '22',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Brighton',
    'npg': '5',
    'npxG': '6.242080001160502',
    'xGChain': '13.546813283115625',
    'xGBuildup': '7.474573427811265'},
   {'id': '239',
    'player_name': 'Pascal Groß',
    'games': '36',
    'time': '3107',
    'goals': '4',
    'xG': '6.07863125950098',
    'assists': '10',
    'xA': '8.449651076458395',
    'shots': '55',
    'key_passes': '101',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Brighton',
    'npg': '3',
    'npxG': '5.317462421953678',
    'xGChain': '23.865680940449238',
    'xGBuildup': '17.94647761248052'},
   {'id': '6048',
    'player_name': 'Lewis Dunk',
    'games': '33',
    'time': '2895',
    'goals': '3',
    'xG': '2.9649088978767395',
    'assists': '1',
    'xA': '1.1697372319176793',
    'shots': '34',
    'key_passes': '13',
    'yellow_cards': '7',
    'red_cards': '1',
    'position': 'D',
    'team_title': 'Brighton',
    'npg': '3',
    'npxG': '2.9649088978767395',
    'xGChain': '13.593212680891156',
    'xGBuildup': '13.529502967372537'},
   {'id': '6049',
    'player_name': 'Solly March',
    'games': '7',
    'time': '571',
    'goals': '3',
    'xG': '2.7198847085237503',
    'assists': '1',
    'xA': '0.9913322664797306',
    'shots': '14',
    'key_passes': '7',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D M',
    'team_title': 'Brighton',
    'npg': '3',
    'npxG': '2.7198847085237503',
    'xGChain': '4.9072911739349365',
    'xGBuildup': '2.40057972073555'},
   {'id': '10806',
    'player_name': 'Kaoru Mitoma',
    'games': '19',
    'time': '1482',
    'goals': '3',
    'xG': '4.680040899664164',
    'assists': '4',
    'xA': '3.3876203782856464',
    'shots': '34',
    'key_passes': '25',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D F M S',
    'team_title': 'Brighton',
    'npg': '3',
    'npxG': '4.680040899664164',
    'xGChain': '14.050323814153671',
    'xGBuildup': '8.15176310762763'},
   {'id': '11269',
    'player_name': 'Jack Hinshelwood',
    'games': '12',
    'time': '890',
    'goals': '3',
    'xG': '2.163621000945568',
    'assists': '0',
    'xA': '0.8382504060864449',
    'shots': '14',
    'key_passes': '8',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Brighton',
    'npg': '3',
    'npxG': '2.163621000945568',
    'xGChain': '4.8760778196156025',
    'xGBuildup': '2.707413336262107'},
   {'id': '11362',
    'player_name': 'Facundo Buonanotte',
    'games': '27',
    'time': '1408',
    'goals': '3',
    'xG': '2.974676702171564',
    'assists': '1',
    'xA': '2.304281622171402',
    'shots': '21',
    'key_passes': '19',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Brighton',
    'npg': '3',
    'npxG': '2.974676702171564',
    'xGChain': '6.951848786324263',
    'xGBuildup': '3.328327503055334'},
   {'id': '5136',
    'player_name': 'Estupiñán',
    'games': '19',
    'time': '1239',
    'goals': '2',
    'xG': '1.034091948531568',
    'assists': '3',
    'xA': '3.28635298833251',
    'shots': '11',
    'key_passes': '26',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brighton',
    'npg': '2',
    'npxG': '1.034091948531568',
    'xGChain': '8.131439451128244',
    'xGBuildup': '5.950095744803548'},
   {'id': '7967',
    'player_name': 'Anssumane Fati',
    'games': '19',
    'time': '456',
    'goals': '2',
    'xG': '3.8195773735642433',
    'assists': '0',
    'xA': '0.6551500093191862',
    'shots': '26',
    'key_passes': '6',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Brighton',
    'npg': '2',
    'npxG': '3.8195773735642433',
    'xGChain': '5.572026334702969',
    'xGBuildup': '1.621451124548912'},
   {'id': '8780',
    'player_name': 'Joël Veltman',
    'games': '27',
    'time': '1549',
    'goals': '1',
    'xG': '0.7444530799984932',
    'assists': '1',
    'xA': '0.5223252037540078',
    'shots': '6',
    'key_passes': '4',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brighton',
    'npg': '1',
    'npxG': '0.7444530799984932',
    'xGChain': '3.6864650389179587',
    'xGBuildup': '3.0875401413068175'},
   {'id': '205',
    'player_name': 'Mahmoud Dahoud',
    'games': '9',
    'time': '462',
    'goals': '0',
    'xG': '0.16468830965459347',
    'assists': '1',
    'xA': '1.1006960421800613',
    'shots': '6',
    'key_passes': '10',
    'yellow_cards': '1',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.16468830965459347',
    'xGChain': '3.1638661548495293',
    'xGBuildup': '2.4797462597489357'},
   {'id': '486',
    'player_name': 'Adam Lallana',
    'games': '25',
    'time': '875',
    'goals': '0',
    'xG': '0.7641588356345892',
    'assists': '1',
    'xA': '1.4911685585975647',
    'shots': '11',
    'key_passes': '15',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.7641588356345892',
    'xGChain': '4.825282486155629',
    'xGBuildup': '2.9767271457239985'},
   {'id': '489',
    'player_name': 'James Milner',
    'games': '15',
    'time': '788',
    'goals': '0',
    'xG': '0.2864724565297365',
    'assists': '2',
    'xA': '1.4874638468027115',
    'shots': '5',
    'key_passes': '16',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.2864724565297365',
    'xGChain': '4.586263053119183',
    'xGBuildup': '4.168471843004227'},
   {'id': '7235',
    'player_name': 'Jason Steele',
    'games': '17',
    'time': '1530',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '3.745168898254633',
    'xGBuildup': '3.745168898254633'},
   {'id': '7699',
    'player_name': 'Adam Webster',
    'games': '15',
    'time': '1146',
    'goals': '0',
    'xG': '0.4553392454981804',
    'assists': '0',
    'xA': '0.21061718463897705',
    'shots': '8',
    'key_passes': '5',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.4553392454981804',
    'xGChain': '6.527007706463337',
    'xGBuildup': '6.405847318470478'},
   {'id': '7943',
    'player_name': 'Igor Julio',
    'games': '24',
    'time': '1640',
    'goals': '0',
    'xG': '0.21774271875619888',
    'assists': '0',
    'xA': '0.623787728138268',
    'shots': '5',
    'key_passes': '7',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.21774271875619888',
    'xGChain': '10.448413725942373',
    'xGBuildup': '10.266164284199476'},
   {'id': '7988',
    'player_name': 'Billy Gilmour',
    'games': '30',
    'time': '2154',
    'goals': '0',
    'xG': '0.7286842339672148',
    'assists': '1',
    'xA': '2.0903379926458',
    'shots': '25',
    'key_passes': '22',
    'yellow_cards': '8',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.7286842339672148',
    'xGChain': '17.74679738096893',
    'xGBuildup': '16.257044926285744'},
   {'id': '8226',
    'player_name': 'Tariq Lamptey',
    'games': '19',
    'time': '923',
    'goals': '0',
    'xG': '0.570682673715055',
    'assists': '3',
    'xA': '1.210934355854988',
    'shots': '6',
    'key_passes': '10',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.570682673715055',
    'xGChain': '2.8591504972428083',
    'xGBuildup': '1.6079945554956794'},
   {'id': '9284',
    'player_name': 'Jakub Moder',
    'games': '17',
    'time': '586',
    'goals': '0',
    'xG': '0.8932432122528553',
    'assists': '0',
    'xA': '0.7571170665323734',
    'shots': '11',
    'key_passes': '5',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.8932432122528553',
    'xGChain': '2.4987766928970814',
    'xGBuildup': '1.1246388629078865'},
   {'id': '10453',
    'player_name': 'Odeluga Offiah',
    'games': '4',
    'time': '122',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.49596087634563446',
    'xGBuildup': '0.49596087634563446'},
   {'id': '10527',
    'player_name': 'Carlos Baleba',
    'games': '27',
    'time': '1303',
    'goals': '0',
    'xG': '0.7727098371833563',
    'assists': '0',
    'xA': '0.44668083963915706',
    'shots': '21',
    'key_passes': '8',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.7727098371833563',
    'xGChain': '5.224796708673239',
    'xGBuildup': '4.549104126170278'},
   {'id': '10807',
    'player_name': 'Jan Paul van Hecke',
    'games': '28',
    'time': '2365',
    'goals': '0',
    'xG': '1.5838892180472612',
    'assists': '0',
    'xA': '0.48821631632745266',
    'shots': '15',
    'key_passes': '10',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '1.5838892180472612',
    'xGChain': '11.12253069318831',
    'xGBuildup': '10.831943391822278'},
   {'id': '11058',
    'player_name': 'Julio Enciso',
    'games': '12',
    'time': '476',
    'goals': '0',
    'xG': '1.770764671266079',
    'assists': '2',
    'xA': '2.3733056373894215',
    'shots': '28',
    'key_passes': '9',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '1.770764671266079',
    'xGChain': '4.64084342494607',
    'xGBuildup': '1.593938222154975'},
   {'id': '11711',
    'player_name': 'Bart Verbruggen',
    'games': '21',
    'time': '1890',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '3.662125539034605',
    'xGBuildup': '3.662125539034605'},
   {'id': '12204',
    'player_name': 'Benicio Baker-Boaitey',
    'games': '5',
    'time': '22',
    'goals': '0',
    'xG': '0.020216230303049088',
    'assists': '0',
    'xA': '0.09631666541099548',
    'shots': '1',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.020216230303049088',
    'xGChain': '0.26968415826559067',
    'xGBuildup': '0.1531512588262558'},
   {'id': '12205',
    'player_name': 'Mark O’Mahony',
    'games': '3',
    'time': '64',
    'goals': '0',
    'xG': '0.07050485908985138',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.07050485908985138',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12498',
    'player_name': 'Valentín Barco',
    'games': '6',
    'time': '299',
    'goals': '0',
    'xG': '0.30768246576189995',
    'assists': '0',
    'xA': '0.3052761070430279',
    'shots': '4',
    'key_passes': '4',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brighton',
    'npg': '0',
    'npxG': '0.30768246576189995',
    'xGChain': '2.3139365799725056',
    'xGBuildup': '1.9353922195732594'}]},
 'https://understat.com/team/Fulham/2023': {'matches': [{'id': '22279',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '2.59001', 'a': '1.58144'},
    'datetime': '2023-08-12 14:00:00',
    'forecast': {'w': 0.594021603270373,
     'd': 0.18172625110138316,
     'l': 0.22425203732200977},
    'result': 'w'},
   {'id': '22287',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.399899', 'a': '3.46888'},
    'datetime': '2023-08-19 14:00:00',
    'forecast': {'w': 0.018581271420566422,
     'd': 0.06159137733521857,
     'l': 0.9198235130831671},
    'result': 'l'},
   {'id': '22297',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.23088', 'a': '0.849817'},
    'datetime': '2023-08-26 14:00:00',
    'forecast': {'w': 0.8298027263809358,
     'd': 0.1067072057001525,
     'l': 0.06348842135193163},
    'result': 'd'},
   {'id': '21927',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '2.00152', 'a': '1.46427'},
    'datetime': '2023-09-02 14:00:00',
    'forecast': {'w': 0.5014150913066115,
     'd': 0.21629381958343086,
     'l': 0.2822910851405533},
    'result': 'l'},
   {'id': '21939',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.75704', 'a': '1.45705'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.44824262927706016,
     'd': 0.23100244315887067,
     'l': 0.32075492681310525},
    'result': 'w'},
   {'id': '21948',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.37236', 'a': '0.542678'},
    'datetime': '2023-09-23 14:00:00',
    'forecast': {'w': 0.1983817217131855,
     'd': 0.48561273302488306,
     'l': 0.3160055452619312},
    'result': 'd'},
   {'id': '21964',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.889383', 'a': '1.98461'},
    'datetime': '2023-10-02 19:00:00',
    'forecast': {'w': 0.1610276968871661,
     'd': 0.20978629152066378,
     'l': 0.629186008094739},
    'result': 'l'},
   {'id': '21970',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.26612', 'a': '0.251809'},
    'datetime': '2023-10-07 14:00:00',
    'forecast': {'w': 0.8363569043845885,
     'd': 0.13362888740075496,
     'l': 0.030014188524999874},
    'result': 'w'},
   {'id': '21984',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.63523', 'a': '0.745838'},
    'datetime': '2023-10-23 19:00:00',
    'forecast': {'w': 0.5866513266848356,
     'd': 0.24461917142801878,
     'l': 0.168729501621979},
    'result': 'l'},
   {'id': '21988',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.31996', 'a': '0.552523'},
    'datetime': '2023-10-29 14:00:00',
    'forecast': {'w': 0.5563722846742911,
     'd': 0.28804413580458293,
     'l': 0.15558357950680948},
    'result': 'd'},
   {'id': '21998',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.18241', 'a': '0.697095'},
    'datetime': '2023-11-04 12:30:00',
    'forecast': {'w': 0.47534898923873065,
     'd': 0.3069318036073071,
     'l': 0.21771920715083665},
    'result': 'l'},
   {'id': '22007',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.86039', 'a': '0.648745'},
    'datetime': '2023-11-12 14:00:00',
    'forecast': {'w': 0.8251750810453318,
     'd': 0.11718452658914125,
     'l': 0.05764001910200305},
    'result': 'l'},
   {'id': '22018',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '2.49057', 'a': '1.57875'},
    'datetime': '2023-11-27 20:00:00',
    'forecast': {'w': 0.5762061704190176,
     'd': 0.1875301311274607,
     'l': 0.23626363237231152},
    'result': 'w'},
   {'id': '22030',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '4', 'a': '3'},
    'xG': {'h': '2.72831', 'a': '1.51005'},
    'datetime': '2023-12-03 14:00:00',
    'forecast': {'w': 0.6327995231035872,
     'd': 0.17171132606810816,
     'l': 0.1954889431599121},
    'result': 'l'},
   {'id': '22038',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '3.09427', 'a': '0.218659'},
    'datetime': '2023-12-06 19:30:00',
    'forecast': {'w': 0.9223227143830536,
     'd': 0.06553726760046134,
     'l': 0.012139040779513489},
    'result': 'w'},
   {'id': '22049',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '2.1884', 'a': '0.983'},
    'datetime': '2023-12-10 14:00:00',
    'forecast': {'w': 0.6479266340330727,
     'd': 0.19400387711621922,
     'l': 0.1580694763118753},
    'result': 'w'},
   {'id': '22062',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '4.27933', 'a': '0.471042'},
    'datetime': '2023-12-16 15:00:00',
    'forecast': {'w': 0.950975564066819,
     'd': 0.03710344511715157,
     'l': 0.011878557914670629},
    'result': 'l'},
   {'id': '22067',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.38096', 'a': '0.41714'},
    'datetime': '2023-12-23 15:00:00',
    'forecast': {'w': 0.6134003174403331,
     'd': 0.27566635235524584,
     'l': 0.11093333017778574},
    'result': 'l'},
   {'id': '22075',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.07911', 'a': '0.324365'},
    'datetime': '2023-12-26 15:00:00',
    'forecast': {'w': 0.790582752604254,
     'd': 0.16245284052494482,
     'l': 0.046964400434756255},
    'result': 'l'},
   {'id': '22087',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.52829', 'a': '1.6591'},
    'datetime': '2023-12-31 14:00:00',
    'forecast': {'w': 0.35488743370327624,
     'd': 0.2342730481426956,
     'l': 0.410839517725513},
    'result': 'w'},
   {'id': '22097',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.0456', 'a': '0.697847'},
    'datetime': '2024-01-13 12:30:00',
    'forecast': {'w': 0.6890608843173096,
     'd': 0.1946795208211532,
     'l': 0.11625958965802202},
    'result': 'l'},
   {'id': '22106',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '2.37499', 'a': '2.83317'},
    'datetime': '2024-01-30 19:45:00',
    'forecast': {'w': 0.334148763209505,
     'd': 0.17637319737841883,
     'l': 0.48947767178947726},
    'result': 'd'},
   {'id': '22119',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.00428', 'a': '1.28806'},
    'datetime': '2024-02-03 15:00:00',
    'forecast': {'w': 0.2897746858673307,
     'd': 0.28057531432358745,
     'l': 0.4296499997985443},
    'result': 'd'},
   {'id': '22127',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.7456', 'a': '2.60612'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.25219188446489726,
     'd': 0.18342709497089044,
     'l': 0.5643809030084733},
    'result': 'w'},
   {'id': '22138',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.41796', 'a': '1.57297'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.34458209307760884,
     'd': 0.2426298252379775,
     'l': 0.41278808148918483},
    'result': 'l'},
   {'id': '22152',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.96036', 'a': '1.1385'},
    'datetime': '2024-02-24 15:00:00',
    'forecast': {'w': 0.5646241665083886,
     'd': 0.21797893713207678,
     'l': 0.21739689338296883},
    'result': 'w'},
   {'id': '22158',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '1.37604', 'a': '1.15198'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.4199017156267775,
     'd': 0.2662447465162986,
     'l': 0.3138535378293871},
    'result': 'w'},
   {'id': '22174',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.29589', 'a': '2.94155'},
    'datetime': '2024-03-09 15:00:00',
    'forecast': {'w': 0.13999394513480565,
     'd': 0.15039788849838628,
     'l': 0.7096076395568183},
    'result': 'l'},
   {'id': '22180',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.47234', 'a': '2.14564'},
    'datetime': '2024-03-16 17:30:00',
    'forecast': {'w': 0.46396565513708643,
     'd': 0.18956624936284067,
     'l': 0.3464680257505603},
    'result': 'w'},
   {'id': '22193',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '3'},
    'xG': {'h': '1.78824', 'a': '1.10254'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.5342745831588147,
     'd': 0.23238986840010953,
     'l': 0.23333554756017721},
    'result': 'd'},
   {'id': '22198',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.94619', 'a': '1.04304'},
    'datetime': '2024-04-02 18:30:00',
    'forecast': {'w': 0.5839091434859504,
     'd': 0.21763571710521504,
     'l': 0.19845513670488873},
    'result': 'l'},
   {'id': '22209',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.834564', 'a': '1.18012'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.2598919646825359,
     'd': 0.3008155387333223,
     'l': 0.4392924965810777},
    'result': 'l'},
   {'id': '22224',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.45307', 'a': '3.61413'},
    'datetime': '2024-04-14 13:00:00',
    'forecast': {'w': 0.11017525834023696,
     'd': 0.11852010691434568,
     'l': 0.7712984241841179},
    'result': 'w'},
   {'id': '22229',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.83885', 'a': '1.02445'},
    'datetime': '2024-04-21 15:30:00',
    'forecast': {'w': 0.2900446362784837,
     'd': 0.32003154026182945,
     'l': 0.3899238234592404},
    'result': 'l'},
   {'id': '22238',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.39418', 'a': '1.05387'},
    'datetime': '2024-04-27 14:00:00',
    'forecast': {'w': 0.44716305615380614,
     'd': 0.26852321700270165,
     'l': 0.28431372681251527},
    'result': 'd'},
   {'id': '22246',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.809379', 'a': '1.45579'},
    'datetime': '2024-05-04 14:00:00',
    'forecast': {'w': 0.20872228346769084,
     'd': 0.26724717226533623,
     'l': 0.52403054421214},
    'result': 'd'},
   {'id': '22258',
    'isResult': True,
    'side': 'h',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '4'},
    'xG': {'h': '0.0886245', 'a': '3.15218'},
    'datetime': '2024-05-11 11:30:00',
    'forecast': {'w': 0.004149072849280847,
     'd': 0.050852054731001926,
     'l': 0.9449976491232049},
    'result': 'l'},
   {'id': '22272',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '4'},
    'xG': {'h': '2.06743', 'a': '1.11598'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.5926693552144544,
     'd': 0.20859711553697952,
     'l': 0.19873352326808724},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 353,
     'goals': 42,
     'xG': 40.64793939329684,
     'against': {'shots': 379, 'goals': 44, 'xG': 49.39520119037479}},
    'FromCorner': {'shots': 108,
     'goals': 10,
     'xG': 9.897080523893237,
     'against': {'shots': 86, 'goals': 3, 'xG': 9.51956882327795}},
    'SetPiece': {'shots': 23,
     'goals': 1,
     'xG': 1.7773529831320047,
     'against': {'shots': 38, 'goals': 4, 'xG': 6.030232785269618}},
    'DirectFreekick': {'shots': 13,
     'goals': 0,
     'xG': 0.8017085716128349,
     'against': {'shots': 16, 'goals': 2, 'xG': 0.9705784935504198}},
    'Penalty': {'shots': 2,
     'goals': 2,
     'xG': 1.5223376750946045,
     'against': {'shots': 8, 'goals': 8, 'xG': 6.089350700378418}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 2911,
     'shots': 413,
     'goals': 47,
     'xG': 43.41625900566578,
     'against': {'shots': 432, 'goals': 47, 'xG': 55.3951661484316}},
    '4-3-3': {'stat': '4-3-3',
     'time': 736,
     'shots': 84,
     'goals': 8,
     'xG': 10.722119646146894,
     'against': {'shots': 84, 'goals': 12, 'xG': 14.043983878567815}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 29,
     'shots': 1,
     'goals': 0,
     'xG': 0.07383478432893753,
     'against': {'shots': 5, 'goals': 1, 'xG': 1.7443471550941467}},
    '5-3-2': {'stat': '5-3-2',
     'time': 9,
     'shots': 1,
     'goals': 0,
     'xG': 0.43420571088790894,
     'against': {'shots': 4, 'goals': 0, 'xG': 0.7212244048714638}},
    '4-4-2': {'stat': '4-4-2',
     'time': 8,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 2, 'goals': 1, 'xG': 0.10021040588617325}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1946,
     'shots': 254,
     'goals': 22,
     'xG': 26.636466782540083,
     'against': {'shots': 257, 'goals': 26, 'xG': 30.355051479302347}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 466,
     'shots': 72,
     'goals': 5,
     'xG': 6.912122031673789,
     'against': {'shots': 65, 'goals': 9, 'xG': 12.497304271906614}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 464,
     'shots': 62,
     'goals': 9,
     'xG': 5.729786139912903,
     'against': {'shots': 67, 'goals': 14, 'xG': 11.284259248524904}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 450,
     'shots': 58,
     'goals': 11,
     'xG': 8.130642244592309,
     'against': {'shots': 80, 'goals': 9, 'xG': 11.270715257152915}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 367,
     'shots': 53,
     'goals': 8,
     'xG': 7.237401948310435,
     'against': {'shots': 58, 'goals': 3, 'xG': 6.5976017359644175}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 66,
     'goals': 4,
     'xG': 6.104521941393614,
     'against': {'shots': 58, 'goals': 3, 'xG': 7.175879506394267}},
    '16-30': {'stat': '16-30',
     'shots': 64,
     'goals': 8,
     'xG': 5.630587766878307,
     'against': {'shots': 77, 'goals': 9, 'xG': 10.856997561641037}},
    '31-45': {'stat': '31-45',
     'shots': 82,
     'goals': 7,
     'xG': 8.279975101351738,
     'against': {'shots': 91, 'goals': 7, 'xG': 8.933636733330786}},
    '46-60': {'stat': '46-60',
     'shots': 109,
     'goals': 14,
     'xG': 13.153635140508413,
     'against': {'shots': 98, 'goals': 14, 'xG': 11.638423713855445}},
    '61-75': {'stat': '61-75',
     'shots': 70,
     'goals': 11,
     'xG': 9.62099692504853,
     'against': {'shots': 83, 'goals': 16, 'xG': 18.016966665163636}},
    '76+': {'stat': '76+',
     'shots': 108,
     'goals': 11,
     'xG': 11.856702271848917,
     'against': {'shots': 120, 'goals': 12, 'xG': 15.383027812466025}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 1,
     'goals': 1,
     'xG': 1,
     'against': {'shots': 4, 'goals': 4, 'xG': 4}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 173,
     'goals': 7,
     'xG': 5.723405062220991,
     'against': {'shots': 168, 'goals': 12, 'xG': 6.3405071049928665}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 275,
     'goals': 31,
     'xG': 31.91180647071451,
     'against': {'shots': 306, 'goals': 36, 'xG': 42.4602061919868}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 50,
     'goals': 16,
     'xG': 16.01120761409402,
     'against': {'shots': 49, 'goals': 9, 'xG': 19.204218695871532}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 300,
     'goals': 33,
     'xG': 33.12776382267475,
     'against': {'shots': 316, 'goals': 36, 'xG': 39.35829990915954}},
    'Standard': {'stat': 'Standard',
     'shots': 146,
     'goals': 13,
     'xG': 13.998479753732681,
     'against': {'shots': 148, 'goals': 17, 'xG': 22.609730802476406}},
    'Fast': {'stat': 'Fast',
     'shots': 27,
     'goals': 6,
     'xG': 4.536171545274556,
     'against': {'shots': 27, 'goals': 2, 'xG': 4.110841268673539}},
    'Slow': {'stat': 'Slow',
     'shots': 26,
     'goals': 3,
     'xG': 2.984004025347531,
     'against': {'shots': 36, 'goals': 6, 'xG': 5.926060012541711}}},
   'result': {'BlockedShot': {'shots': 132,
     'goals': 0,
     'xG': 8.231780712492764,
     'against': {'shots': 125, 'goals': 0, 'xG': 10.570134508423507}},
    'Goal': {'shots': 55,
     'goals': 55,
     'xG': 19.90476577822119,
     'against': {'shots': 61, 'goals': 61, 'xG': 24.952316101640463}},
    'MissedShots': {'shots': 175,
     'goals': 0,
     'xG': 13.46496415603906,
     'against': {'shots': 192, 'goals': 0, 'xG': 19.263675399124622}},
    'SavedShot': {'shots': 121,
     'goals': 0,
     'xG': 11.421283124946058,
     'against': {'shots': 133, 'goals': 0, 'xG': 14.194342985749245}},
    'ShotOnPost': {'shots': 16,
     'goals': 0,
     'xG': 1.6236253753304482,
     'against': {'shots': 16, 'goals': 0, 'xG': 3.0244629979133606}}}},
  'players_data': [{'id': '10717',
    'player_name': 'Rodrigo Muniz',
    'games': '26',
    'time': '1602',
    'goals': '9',
    'xG': '8.481916300952435',
    'assists': '1',
    'xA': '1.3883774541318417',
    'shots': '72',
    'key_passes': '16',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Fulham',
    'npg': '9',
    'npxG': '8.481916300952435',
    'xGChain': '9.755544383078814',
    'xGBuildup': '2.1016076635569334'},
   {'id': '4105',
    'player_name': 'Raúl Jiménez',
    'games': '24',
    'time': '1423',
    'goals': '7',
    'xG': '5.9900733437389135',
    'assists': '0',
    'xA': '1.6923745833337307',
    'shots': '41',
    'key_passes': '11',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'F S',
    'team_title': 'Fulham',
    'npg': '7',
    'npxG': '5.9900733437389135',
    'xGChain': '7.9016893692314625',
    'xGBuildup': '1.7369755171239376'},
   {'id': '6827',
    'player_name': 'Bobby Reid',
    'games': '33',
    'time': '1431',
    'goals': '6',
    'xG': '5.469232198782265',
    'assists': '2',
    'xA': '1.5773739200085402',
    'shots': '33',
    'key_passes': '17',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Fulham',
    'npg': '6',
    'npxG': '5.469232198782265',
    'xGChain': '6.414783387444913',
    'xGBuildup': '1.6770686488598585'},
   {'id': '500',
    'player_name': 'Alex Iwobi',
    'games': '30',
    'time': '2248',
    'goals': '5',
    'xG': '5.3302923534065485',
    'assists': '2',
    'xA': '4.584039059467614',
    'shots': '51',
    'key_passes': '48',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Fulham',
    'npg': '5',
    'npxG': '5.3302923534065485',
    'xGChain': '14.681883577257395',
    'xGBuildup': '7.140391273424029'},
   {'id': '700',
    'player_name': 'Willian',
    'games': '31',
    'time': '2080',
    'goals': '4',
    'xG': '5.017656198702753',
    'assists': '2',
    'xA': '4.14518438372761',
    'shots': '45',
    'key_passes': '45',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Fulham',
    'npg': '2',
    'npxG': '3.495318523608148',
    'xGChain': '13.592191327363253',
    'xGBuildup': '9.297335214912891'},
   {'id': '5596',
    'player_name': 'Harry Wilson',
    'games': '35',
    'time': '1576',
    'goals': '4',
    'xG': '2.8195397332310677',
    'assists': '6',
    'xA': '3.1505596097558737',
    'shots': '39',
    'key_passes': '22',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Fulham',
    'npg': '4',
    'npxG': '2.8195397332310677',
    'xGChain': '7.545763581991196',
    'xGBuildup': '3.50857000797987'},
   {'id': '10715',
    'player_name': 'João Palhinha',
    'games': '33',
    'time': '2742',
    'goals': '4',
    'xG': '3.245512000285089',
    'assists': '1',
    'xA': '0.8451391234993935',
    'shots': '44',
    'key_passes': '12',
    'yellow_cards': '13',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Fulham',
    'npg': '4',
    'npxG': '3.245512000285089',
    'xGChain': '11.165684594772756',
    'xGBuildup': '9.492066229693592'},
   {'id': '922',
    'player_name': 'Andreas Pereira',
    'games': '37',
    'time': '2756',
    'goals': '3',
    'xG': '5.155889482237399',
    'assists': '7',
    'xA': '6.918029231950641',
    'shots': '52',
    'key_passes': '83',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Fulham',
    'npg': '3',
    'npxG': '5.155889482237399',
    'xGChain': '15.476547078229487',
    'xGBuildup': '7.726291726343334'},
   {'id': '900',
    'player_name': 'Adama Traoré',
    'games': '17',
    'time': '310',
    'goals': '2',
    'xG': '1.4920614697039127',
    'assists': '3',
    'xA': '0.7020887192338705',
    'shots': '11',
    'key_passes': '7',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Fulham',
    'npg': '2',
    'npxG': '1.4920614697039127',
    'xGChain': '1.841224255040288',
    'xGBuildup': '0.19511876441538334'},
   {'id': '5590',
    'player_name': 'Tosin Adarabioyo',
    'games': '20',
    'time': '1618',
    'goals': '2',
    'xG': '0.9477480566129088',
    'assists': '0',
    'xA': '0.13653935492038727',
    'shots': '14',
    'key_passes': '2',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Fulham',
    'npg': '2',
    'npxG': '0.9477480566129088',
    'xGChain': '5.4755807258188725',
    'xGBuildup': '5.466204304248095'},
   {'id': '7395',
    'player_name': 'Carlos Vinicius',
    'games': '13',
    'time': '286',
    'goals': '2',
    'xG': '1.6243880316615105',
    'assists': '0',
    'xA': '0.5761066563427448',
    'shots': '9',
    'key_passes': '5',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Fulham',
    'npg': '2',
    'npxG': '1.6243880316615105',
    'xGChain': '3.164248041808605',
    'xGBuildup': '1.0699065858498216'},
   {'id': '1537',
    'player_name': 'Sasa Lukic',
    'games': '24',
    'time': '1107',
    'goals': '1',
    'xG': '1.2816824559122324',
    'assists': '0',
    'xA': '0.6108460575342178',
    'shots': '13',
    'key_passes': '10',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Fulham',
    'npg': '1',
    'npxG': '1.2816824559122324',
    'xGChain': '4.723364921286702',
    'xGBuildup': '3.862767720595002'},
   {'id': '5973',
    'player_name': 'Kenny Tete',
    'games': '14',
    'time': '880',
    'goals': '1',
    'xG': '1.1781789623200893',
    'assists': '0',
    'xA': '0.16147804353386164',
    'shots': '4',
    'key_passes': '3',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Fulham',
    'npg': '1',
    'npxG': '1.1781789623200893',
    'xGChain': '1.8050313368439674',
    'xGBuildup': '1.7335399203002453'},
   {'id': '6157',
    'player_name': 'Timothy Castagne',
    'games': '34',
    'time': '2627',
    'goals': '1',
    'xG': '1.3355903550982475',
    'assists': '3',
    'xA': '1.5853081783279777',
    'shots': '14',
    'key_passes': '18',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Fulham',
    'npg': '1',
    'npxG': '1.3355903550982475',
    'xGChain': '8.171432700008154',
    'xGBuildup': '6.209871254861355'},
   {'id': '6835',
    'player_name': 'Tom Cairney',
    'games': '34',
    'time': '1427',
    'goals': '1',
    'xG': '1.009905599988997',
    'assists': '4',
    'xA': '3.1143901832401752',
    'shots': '17',
    'key_passes': '25',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Fulham',
    'npg': '1',
    'npxG': '1.009905599988997',
    'xGChain': '9.088703569956124',
    'xGBuildup': '7.377049610950053'},
   {'id': '7184',
    'player_name': 'Tim Ream',
    'games': '18',
    'time': '1513',
    'goals': '1',
    'xG': '0.960849940776825',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Fulham',
    'npg': '1',
    'npxG': '0.960849940776825',
    'xGChain': '4.037653112784028',
    'xGBuildup': '4.037653112784028'},
   {'id': '11728',
    'player_name': 'Calvin Bassey',
    'games': '29',
    'time': '2278',
    'goals': '1',
    'xG': '0.3684718329459429',
    'assists': '0',
    'xA': '0.10597540438175201',
    'shots': '5',
    'key_passes': '2',
    'yellow_cards': '4',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Fulham',
    'npg': '1',
    'npxG': '0.3684718329459429',
    'xGChain': '8.236559823155403',
    'xGBuildup': '8.236559823155403'},
   {'id': '181',
    'player_name': 'Bernd Leno',
    'games': '38',
    'time': '3420',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Fulham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '4.714530278928578',
    'xGBuildup': '4.714530278928578'},
   {'id': '773',
    'player_name': 'Aleksandar Mitrovic',
    'games': '1',
    'time': '31',
    'goals': '0',
    'xG': '0.1909874528646469',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Fulham',
    'npg': '0',
    'npxG': '0.1909874528646469',
    'xGChain': '0.1909874528646469',
    'xGBuildup': '0'},
   {'id': '910',
    'player_name': 'Harrison Reed',
    'games': '27',
    'time': '1298',
    'goals': '0',
    'xG': '0.28592466469854116',
    'assists': '2',
    'xA': '1.2897144686430693',
    'shots': '9',
    'key_passes': '14',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Fulham',
    'npg': '0',
    'npxG': '0.28592466469854116',
    'xGChain': '4.717917591333389',
    'xGBuildup': '4.137020692229271'},
   {'id': '3203',
    'player_name': 'Issa Diop',
    'games': '18',
    'time': '1435',
    'goals': '0',
    'xG': '0.26873418875038624',
    'assists': '0',
    'xA': '0',
    'shots': '5',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Fulham',
    'npg': '0',
    'npxG': '0.26873418875038624',
    'xGChain': '2.9229609984904528',
    'xGBuildup': '2.9229609984904528'},
   {'id': '5803',
    'player_name': 'Fode Toure',
    'games': '6',
    'time': '41',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Fulham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.6374003142118454',
    'xGBuildup': '0.6374003142118454'},
   {'id': '8384',
    'player_name': 'Armando Broja',
    'games': '8',
    'time': '52',
    'goals': '0',
    'xG': '0',
    'assists': '1',
    'xA': '0.6014708280563354',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Fulham',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.6361501812934875',
    'xGBuildup': '0.6361501812934875'},
   {'id': '8940',
    'player_name': 'Antonee Robinson',
    'games': '37',
    'time': '3290',
    'goals': '0',
    'xG': '0.8533244347199798',
    'assists': '6',
    'xA': '3.767484251409769',
    'shots': '16',
    'key_passes': '31',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Fulham',
    'npg': '0',
    'npxG': '0.8533244347199798',
    'xGChain': '13.781186819076538',
    'xGBuildup': '11.46092726662755'},
   {'id': '10719',
    'player_name': 'Luke Harris',
    'games': '1',
    'time': '75',
    'goals': '0',
    'xG': '0.33846035599708557',
    'assists': '0',
    'xA': '0',
    'shots': '1',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Fulham',
    'npg': '0',
    'npxG': '0.33846035599708557',
    'xGChain': '0.33846035599708557',
    'xGBuildup': '0'}]},
 'https://understat.com/team/Wolverhampton_Wanderers/2023': {'matches': [{'id': '22284',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.97087', 'a': '1.72228'},
    'datetime': '2023-08-14 19:00:00',
    'forecast': {'w': 0.4422745733032807,
     'd': 0.2147354449850397,
     'l': 0.3429899779875677},
    'result': 'l'},
   {'id': '22286',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '2.68821', 'a': '3.15562'},
    'datetime': '2023-08-19 14:00:00',
    'forecast': {'w': 0.3418988678126544,
     'd': 0.16613294890890243,
     'l': 0.4919667712230504},
    'result': 'l'},
   {'id': '22299',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.89792', 'a': '1.40228'},
    'datetime': '2023-08-26 14:00:00',
    'forecast': {'w': 0.49187603746715336,
     'd': 0.22320695762628304,
     'l': 0.28491700293370975},
    'result': 'w'},
   {'id': '21932',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '2.32935', 'a': '1.13911'},
    'datetime': '2023-09-03 13:00:00',
    'forecast': {'w': 0.6393122245569572,
     'd': 0.1878724694234975,
     'l': 0.17281527796231602},
    'result': 'l'},
   {'id': '21935',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.538833', 'a': '2.82701'},
    'datetime': '2023-09-16 11:30:00',
    'forecast': {'w': 0.04644881759616519,
     'd': 0.11090283259451876,
     'l': 0.842648026979746},
    'result': 'l'},
   {'id': '21945',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.24101', 'a': '0.762984'},
    'datetime': '2023-09-23 14:00:00',
    'forecast': {'w': 0.709563962540131,
     'd': 0.17829681710944917,
     'l': 0.11213920329822501},
    'result': 'd'},
   {'id': '21961',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.673985', 'a': '0.98075'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.2437950851471363,
     'd': 0.3399678858556932,
     'l': 0.41623702899694104},
    'result': 'w'},
   {'id': '21974',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.76232', 'a': '1.81618'},
    'datetime': '2023-10-08 13:00:00',
    'forecast': {'w': 0.379065840718558,
     'd': 0.22000004822440636,
     'l': 0.40093410925153794},
    'result': 'd'},
   {'id': '21975',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.01839', 'a': '2.30454'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.15287690550098101,
     'd': 0.18531665026790695,
     'l': 0.661806419781608},
    'result': 'w'},
   {'id': '21994',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '0.863393', 'a': '2.31987'},
    'datetime': '2023-10-28 16:30:00',
    'forecast': {'w': 0.12337886452435534,
     'd': 0.17655466808334289,
     'l': 0.7000664407683332},
    'result': 'd'},
   {'id': '22003',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.10165', 'a': '1.14803'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.34475911288956884,
     'd': 0.2873553586843857,
     'l': 0.36788552842280736},
    'result': 'l'},
   {'id': '22014',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.90884', 'a': '0.432315'},
    'datetime': '2023-11-11 12:30:00',
    'forecast': {'w': 0.7316328392497214,
     'd': 0.1935787970610301,
     'l': 0.07478836159627561},
    'result': 'w'},
   {'id': '22018',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '2.49057', 'a': '1.57875'},
    'datetime': '2023-11-27 20:00:00',
    'forecast': {'w': 0.5762061704190176,
     'd': 0.1875301311274607,
     'l': 0.23626363237231152},
    'result': 'l'},
   {'id': '22026',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '3.30368', 'a': '1.07886'},
    'datetime': '2023-12-02 15:00:00',
    'forecast': {'w': 0.798177328674214,
     'd': 0.11646781442609223,
     'l': 0.08535270650799667},
    'result': 'l'},
   {'id': '22042',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.11886', 'a': '0.781542'},
    'datetime': '2023-12-05 19:30:00',
    'forecast': {'w': 0.43380664752877984,
     'd': 0.3117581421747273,
     'l': 0.25443521029503663},
    'result': 'w'},
   {'id': '22054',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.02199', 'a': '1.21801'},
    'datetime': '2023-12-09 15:00:00',
    'forecast': {'w': 0.3079283980431912,
     'd': 0.28638762285088293,
     'l': 0.40568397910080295},
    'result': 'd'},
   {'id': '22064',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '1.03828', 'a': '0.556206'},
    'datetime': '2023-12-17 14:00:00',
    'forecast': {'w': 0.46724936883689927,
     'd': 0.33830487392113173,
     'l': 0.19444575724146024},
    'result': 'l'},
   {'id': '22073',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.74626', 'a': '1.75447'},
    'datetime': '2023-12-24 13:00:00',
    'forecast': {'w': 0.38692888545819254,
     'd': 0.22277479481782825,
     'l': 0.3902963184013959},
    'result': 'w'},
   {'id': '22077',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '2.59347', 'a': '1.89483'},
    'datetime': '2023-12-27 19:30:00',
    'forecast': {'w': 0.5332297551919774,
     'd': 0.1853385732596601,
     'l': 0.28143155967843625},
    'result': 'w'},
   {'id': '22094',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.64477', 'a': '0.519641'},
    'datetime': '2023-12-30 15:00:00',
    'forecast': {'w': 0.8251609383397438,
     'd': 0.12355674888200903,
     'l': 0.051282172101387934},
    'result': 'w'},
   {'id': '22095',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '1.3701', 'a': '1.14116'},
    'datetime': '2024-01-22 19:45:00',
    'forecast': {'w': 0.4207365661196466,
     'd': 0.26718676638764566,
     'l': 0.31207666746690066},
    'result': 'd'},
   {'id': '22111',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '3', 'a': '4'},
    'xG': {'h': '2.27609', 'a': '3.22698'},
    'datetime': '2024-02-01 20:15:00',
    'forecast': {'w': 0.26469022266158654,
     'd': 0.16186772155031362,
     'l': 0.5734404121083643},
    'result': 'l'},
   {'id': '22120',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '4'},
    'xG': {'h': '2.35967', 'a': '2.48996'},
    'datetime': '2024-02-04 14:00:00',
    'forecast': {'w': 0.3839104636610576,
     'd': 0.18626673530058882,
     'l': 0.42982270221060415},
    'result': 'w'},
   {'id': '22134',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.05781', 'a': '1.84908'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.21451573665593252,
     'd': 0.22665908291069248,
     'l': 0.5588251790596126},
    'result': 'l'},
   {'id': '22144',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.59768', 'a': '1.77591'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.34960497644707184,
     'd': 0.2265285541508788,
     'l': 0.42386646840609477},
    'result': 'w'},
   {'id': '22154',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.21618', 'a': '0.654342'},
    'datetime': '2024-02-25 13:30:00',
    'forecast': {'w': 0.497163168708772,
     'd': 0.30328637350890464,
     'l': 0.19955045777770486},
    'result': 'w'},
   {'id': '22161',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.33495', 'a': '0.507769'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.8950909524083736,
     'd': 0.07631902863811342,
     'l': 0.028587612704922584},
    'result': 'l'},
   {'id': '22174',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.29589', 'a': '2.94155'},
    'datetime': '2024-03-09 15:00:00',
    'forecast': {'w': 0.13999394513480565,
     'd': 0.15039788849838628,
     'l': 0.7096076395568183},
    'result': 'w'},
   {'id': '22186',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.28271', 'a': '1.66232'},
    'datetime': '2024-03-30 17:30:00',
    'forecast': {'w': 0.2959169354062932,
     'd': 0.2407711123519067,
     'l': 0.4633119519013327},
    'result': 'l'},
   {'id': '22197',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.12581', 'a': '1.01021'},
    'datetime': '2024-04-02 18:45:00',
    'forecast': {'w': 0.3815156678453466,
     'd': 0.29585036747664545,
     'l': 0.32263396467608435},
    'result': 'd'},
   {'id': '22214',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.78341', 'a': '1.14133'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.5240809232932592,
     'd': 0.23285023706082353,
     'l': 0.24306883879545796},
    'result': 'l'},
   {'id': '22223',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.76244', 'a': '1.45688'},
    'datetime': '2024-04-13 14:00:00',
    'forecast': {'w': 0.4495247449227716,
     'd': 0.23069411060603556,
     'l': 0.3197811436912073},
    'result': 'd'},
   {'id': '22234',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.164516', 'a': '1.66179'},
    'datetime': '2024-04-20 18:30:00',
    'forecast': {'w': 0.032795473943770366,
     'd': 0.20812666176816422,
     'l': 0.7590778639586628},
    'result': 'l'},
   {'id': '22184',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.484454', 'a': '2.40311'},
    'datetime': '2024-04-24 18:45:00',
    'forecast': {'w': 0.0571146530488489,
     'd': 0.14207655616221423,
     'l': 0.8008087489709951},
    'result': 'l'},
   {'id': '22244',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.49011', 'a': '0.90435'},
    'datetime': '2024-04-27 14:00:00',
    'forecast': {'w': 0.5089024509273953,
     'd': 0.2623175310113957,
     'l': 0.22878001798583184},
    'result': 'w'},
   {'id': '22253',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '4.52542', 'a': '0.396887'},
    'datetime': '2024-05-04 16:30:00',
    'forecast': {'w': 0.9648507841872462,
     'd': 0.027548491479624345,
     'l': 0.007522417696845071},
    'result': 'l'},
   {'id': '22264',
    'isResult': True,
    'side': 'h',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.1561', 'a': '2.51452'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.156695454602571,
     'd': 0.17419712221052774,
     'l': 0.6691073487648584},
    'result': 'l'},
   {'id': '22271',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '5.65937', 'a': '0.731254'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.971004193159309,
     'd': 0.020114818148793307,
     'l': 0.008086468577862247},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 306,
     'goals': 32,
     'xG': 37.54326161136851,
     'against': {'shots': 422, 'goals': 47, 'xG': 59.16325207427144}},
    'FromCorner': {'shots': 77,
     'goals': 10,
     'xG': 7.63721898663789,
     'against': {'shots': 97, 'goals': 7, 'xG': 8.250816718675196}},
    'SetPiece': {'shots': 31,
     'goals': 4,
     'xG': 5.107020216062665,
     'against': {'shots': 37, 'goals': 2, 'xG': 3.7700548977591097}},
    'DirectFreekick': {'shots': 12,
     'goals': 0,
     'xG': 0.9129839427769184,
     'against': {'shots': 13, 'goals': 1, 'xG': 0.795472789555788}},
    'Penalty': {'shots': 4,
     'goals': 4,
     'xG': 3.044675350189209,
     'against': {'shots': 8, 'goals': 8, 'xG': 6.0893139243125916}}},
   'formation': {'3-4-2-1': {'stat': '3-4-2-1',
     'time': 1210,
     'shots': 158,
     'goals': 20,
     'xG': 21.56186082586646,
     'against': {'shots': 165, 'goals': 20, 'xG': 23.179431800264865}},
    '3-4-3': {'stat': '3-4-3',
     'time': 705,
     'shots': 78,
     'goals': 12,
     'xG': 11.97093931864947,
     'against': {'shots': 105, 'goals': 8, 'xG': 10.138196148909628}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 428,
     'shots': 52,
     'goals': 5,
     'xG': 7.152180413715541,
     'against': {'shots': 62, 'goals': 8, 'xG': 8.61360809020698}},
    '3-5-2': {'stat': '3-5-2',
     'time': 332,
     'shots': 30,
     'goals': 3,
     'xG': 3.847189254593104,
     'against': {'shots': 47, 'goals': 10, 'xG': 8.471930315718055}},
    '3-5-1-1': {'stat': '3-5-1-1',
     'time': 287,
     'shots': 30,
     'goals': 3,
     'xG': 3.3805995546281338,
     'against': {'shots': 58, 'goals': 6, 'xG': 9.36113878712058}},
    '4-4-2': {'stat': '4-4-2',
     'time': 226,
     'shots': 30,
     'goals': 2,
     'xG': 2.263868184760213,
     'against': {'shots': 37, 'goals': 3, 'xG': 4.188888790085912}},
    '4-2-3-1': {'stat': '4-2-3-1',
     'time': 223,
     'shots': 20,
     'goals': 2,
     'xG': 1.1921956930309534,
     'against': {'shots': 39, 'goals': 4, 'xG': 7.0138373505324125}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 102,
     'shots': 15,
     'goals': 0,
     'xG': 0.48594057746231556,
     'against': {'shots': 21, 'goals': 1, 'xG': 2.4151258189231157}},
    '3-4-1-2': {'stat': '3-4-1-2',
     'time': 96,
     'shots': 11,
     'goals': 2,
     'xG': 1.5266842236742377,
     'against': {'shots': 18, 'goals': 2, 'xG': 1.7624431885778904}},
    '5-4-1': {'stat': '5-4-1',
     'time': 47,
     'shots': 2,
     'goals': 0,
     'xG': 0.6844282522797585,
     'against': {'shots': 9, 'goals': 1, 'xG': 1.1688590366393328}},
    '5-3-2': {'stat': '5-3-2',
     'time': 42,
     'shots': 2,
     'goals': 0,
     'xG': 0.043378060683608055,
     'against': {'shots': 12, 'goals': 1, 'xG': 1.0435021948069334}},
    '4-3-3': {'stat': '4-3-3',
     'time': 14,
     'shots': 2,
     'goals': 1,
     'xG': 0.1358957476913929,
     'against': {'shots': 4, 'goals': 1, 'xG': 0.7119488827884197}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1898,
     'shots': 190,
     'goals': 20,
     'xG': 24.35517756268382,
     'against': {'shots': 281, 'goals': 31, 'xG': 35.25826107058674}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 602,
     'shots': 105,
     'goals': 13,
     'xG': 10.548263106960803,
     'against': {'shots': 87, 'goals': 15, 'xG': 12.054979091510177}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 515,
     'shots': 64,
     'goals': 7,
     'xG': 7.854926366358995,
     'against': {'shots': 97, 'goals': 7, 'xG': 16.797558471560478}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 506,
     'shots': 49,
     'goals': 7,
     'xG': 8.043579202145338,
     'against': {'shots': 78, 'goals': 7, 'xG': 8.3802528870292}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 191,
     'shots': 22,
     'goals': 3,
     'xG': 3.4432138688862324,
     'against': {'shots': 34, 'goals': 5, 'xG': 5.577858883887529}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 58,
     'goals': 4,
     'xG': 5.850774324499071,
     'against': {'shots': 90, 'goals': 10, 'xG': 9.407121440395713}},
    '16-30': {'stat': '16-30',
     'shots': 64,
     'goals': 5,
     'xG': 6.11032407078892,
     'against': {'shots': 81, 'goals': 7, 'xG': 11.552247560583055}},
    '31-45': {'stat': '31-45',
     'shots': 72,
     'goals': 8,
     'xG': 9.474970016628504,
     'against': {'shots': 87, 'goals': 13, 'xG': 11.877591433003545}},
    '46-60': {'stat': '46-60',
     'shots': 74,
     'goals': 11,
     'xG': 11.837260857224464,
     'against': {'shots': 121, 'goals': 11, 'xG': 20.03712164470926}},
    '61-75': {'stat': '61-75',
     'shots': 66,
     'goals': 10,
     'xG': 10.344093217980117,
     'against': {'shots': 65, 'goals': 8, 'xG': 8.269153366796672}},
    '76+': {'stat': '76+',
     'shots': 96,
     'goals': 12,
     'xG': 10.627737619914114,
     'against': {'shots': 133, 'goals': 16, 'xG': 16.92567495908588}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 3,
     'goals': 3,
     'xG': 3,
     'against': {'shots': 1, 'goals': 1, 'xG': 1}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 142,
     'goals': 0,
     'xG': 4.928809795062989,
     'against': {'shots': 196, 'goals': 7, 'xG': 7.400748811196536}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 247,
     'goals': 38,
     'xG': 33.577995956875384,
     'against': {'shots': 319, 'goals': 39, 'xG': 48.1239469088614}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 38,
     'goals': 9,
     'xG': 12.738354355096817,
     'against': {'shots': 61, 'goals': 18, 'xG': 21.54421468451619}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 253,
     'goals': 24,
     'xG': 28.933815870434046,
     'against': {'shots': 331, 'goals': 36, 'xG': 46.77026765793562}},
    'Standard': {'stat': 'Standard',
     'shots': 124,
     'goals': 18,
     'xG': 16.701898495666683,
     'against': {'shots': 155, 'goals': 18, 'xG': 18.905658330302685}},
    'Fast': {'stat': 'Fast',
     'shots': 28,
     'goals': 4,
     'xG': 4.185633096843958,
     'against': {'shots': 28, 'goals': 9, 'xG': 5.592303259298205}},
    'Slow': {'stat': 'Slow',
     'shots': 25,
     'goals': 4,
     'xG': 4.4238126440905035,
     'against': {'shots': 63, 'goals': 2, 'xG': 6.800681157037616}}},
   'result': {'SavedShot': {'shots': 109,
     'goals': 0,
     'xG': 10.699287308380008,
     'against': {'shots': 139, 'goals': 0, 'xG': 20.409262222703546}},
    'MissedShots': {'shots': 153,
     'goals': 0,
     'xG': 14.717205021064728,
     'against': {'shots': 187, 'goals': 0, 'xG': 15.340247904881835}},
    'BlockedShot': {'shots': 113,
     'goals': 0,
     'xG': 6.797245576046407,
     'against': {'shots': 177, 'goals': 0, 'xG': 13.309583798982203}},
    'Goal': {'shots': 50,
     'goals': 50,
     'xG': 20.689626522362232,
     'against': {'shots': 65, 'goals': 65, 'xG': 27.1495527215302}},
    'ShotOnPost': {'shots': 5,
     'goals': 0,
     'xG': 1.3417956791818142,
     'against': {'shots': 9, 'goals': 0, 'xG': 1.8602637564763427}}}},
  'players_data': [{'id': '7080',
    'player_name': 'Matheus Cunha',
    'games': '32',
    'time': '2499',
    'goals': '12',
    'xG': '10.229120277799666',
    'assists': '7',
    'xA': '3.920058634132147',
    'shots': '73',
    'key_passes': '28',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '11',
    'npxG': '9.467951440252364',
    'xGChain': '12.985038012266159',
    'xGBuildup': '2.336798165924847'},
   {'id': '8845',
    'player_name': 'Hee-Chan Hwang',
    'games': '29',
    'time': '2154',
    'goals': '12',
    'xG': '8.681871520355344',
    'assists': '3',
    'xA': '3.1403315979987383',
    'shots': '45',
    'key_passes': '17',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '11',
    'npxG': '7.920702653005719',
    'xGChain': '12.023936153389513',
    'xGBuildup': '2.6239349097013474'},
   {'id': '1299',
    'player_name': 'Mario Lemina',
    'games': '35',
    'time': '3002',
    'goals': '4',
    'xG': '4.610754423774779',
    'assists': '1',
    'xA': '1.7865049708634615',
    'shots': '48',
    'key_passes': '20',
    'yellow_cards': '10',
    'red_cards': '1',
    'position': 'M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '4',
    'npxG': '4.610754423774779',
    'xGChain': '8.971558410674334',
    'xGBuildup': '6.0500337686389685'},
   {'id': '2199',
    'player_name': 'Pablo Sarabia',
    'games': '30',
    'time': '1763',
    'goals': '4',
    'xG': '5.981299871578813',
    'assists': '7',
    'xA': '6.066077848896384',
    'shots': '46',
    'key_passes': '52',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '2',
    'npxG': '4.458962256088853',
    'xGChain': '10.232647370547056',
    'xGBuildup': '3.582952373661101'},
   {'id': '6382',
    'player_name': 'Pedro Neto',
    'games': '20',
    'time': '1524',
    'goals': '2',
    'xG': '3.287029344588518',
    'assists': '9',
    'xA': '5.216042526066303',
    'shots': '36',
    'key_passes': '37',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '2',
    'npxG': '3.287029344588518',
    'xGChain': '8.703318819403648',
    'xGBuildup': '2.2079212702810764'},
   {'id': '6674',
    'player_name': 'Rayan Ait Nouri',
    'games': '33',
    'time': '2391',
    'goals': '2',
    'xG': '3.2441271310672164',
    'assists': '1',
    'xA': '2.3514519911259413',
    'shots': '23',
    'key_passes': '25',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '2',
    'npxG': '3.2441271310672164',
    'xGChain': '10.710126422345638',
    'xGBuildup': '6.927929415367544'},
   {'id': '7332',
    'player_name': 'Max Kilman',
    'games': '38',
    'time': '3420',
    'goals': '2',
    'xG': '2.598186601884663',
    'assists': '0',
    'xA': '1.1396792819723487',
    'shots': '14',
    'key_passes': '17',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '2',
    'npxG': '2.598186601884663',
    'xGChain': '9.353960192762315',
    'xGBuildup': '8.874694420956075'},
   {'id': '7762',
    'player_name': 'Jean-Ricner Bellegarde',
    'games': '22',
    'time': '938',
    'goals': '2',
    'xG': '1.361364832147956',
    'assists': '1',
    'xA': '0.9551639519631863',
    'shots': '15',
    'key_passes': '12',
    'yellow_cards': '0',
    'red_cards': '1',
    'position': 'D F M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '2',
    'npxG': '1.361364832147956',
    'xGChain': '3.1770667880773544',
    'xGBuildup': '1.5232742801308632'},
   {'id': '8812',
    'player_name': 'Sasa Kalajdzic',
    'games': '11',
    'time': '132',
    'goals': '2',
    'xG': '1.3522434905171394',
    'assists': '0',
    'xA': '1.0801250115036964',
    'shots': '4',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '2',
    'npxG': '1.3522434905171394',
    'xGChain': '2.5644532591104507',
    'xGBuildup': '0.15924052149057388'},
   {'id': '11384',
    'player_name': 'João Gomes',
    'games': '34',
    'time': '2690',
    'goals': '2',
    'xG': '1.8554088305681944',
    'assists': '1',
    'xA': '1.327573673799634',
    'shots': '26',
    'key_passes': '19',
    'yellow_cards': '11',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '2',
    'npxG': '1.8554088305681944',
    'xGChain': '6.302764528430998',
    'xGBuildup': '4.639164644293487'},
   {'id': '804',
    'player_name': 'Craig Dawson',
    'games': '25',
    'time': '2214',
    'goals': '1',
    'xG': '1.3575858976691961',
    'assists': '1',
    'xA': '1.350392846390605',
    'shots': '16',
    'key_passes': '9',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '1',
    'npxG': '1.3575858976691961',
    'xGChain': '4.3896971847862005',
    'xGBuildup': '4.195270133204758'},
   {'id': '6852',
    'player_name': 'Matt Doherty',
    'games': '30',
    'time': '1087',
    'goals': '1',
    'xG': '1.1126765199005604',
    'assists': '0',
    'xA': '1.0989295095205307',
    'shots': '8',
    'key_passes': '12',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '1',
    'npxG': '1.1126765199005604',
    'xGChain': '3.6199135687202215',
    'xGBuildup': '2.180733907967806'},
   {'id': '10293',
    'player_name': 'Toti',
    'games': '35',
    'time': '2789',
    'goals': '1',
    'xG': '1.6792987622320652',
    'assists': '3',
    'xA': '1.210701234638691',
    'shots': '10',
    'key_passes': '6',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '1',
    'npxG': '1.6792987622320652',
    'xGChain': '5.863689404912293',
    'xGBuildup': '5.540323508903384'},
   {'id': '2280',
    'player_name': 'Jonny',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '6163',
    'player_name': 'Nélson Semedo',
    'games': '36',
    'time': '3127',
    'goals': '0',
    'xG': '1.232096817344427',
    'assists': '1',
    'xA': '2.0054253563284874',
    'shots': '17',
    'key_passes': '24',
    'yellow_cards': '10',
    'red_cards': '1',
    'position': 'D M',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '1.232096817344427',
    'xGChain': '8.870165027678013',
    'xGBuildup': '6.637749888934195'},
   {'id': '8119',
    'player_name': 'Boubacar Traore',
    'games': '24',
    'time': '760',
    'goals': '0',
    'xG': '0.2670730333775282',
    'assists': '0',
    'xA': '0.28133357409387827',
    'shots': '11',
    'key_passes': '5',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0.2670730333775282',
    'xGChain': '3.788605699315667',
    'xGBuildup': '3.4077476616948843'},
   {'id': '8496',
    'player_name': 'Tommy Doyle',
    'games': '26',
    'time': '1175',
    'goals': '0',
    'xG': '0.4136425852775574',
    'assists': '0',
    'xA': '0.6756884949281812',
    'shots': '14',
    'key_passes': '8',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0.4136425852775574',
    'xGChain': '4.574842236936092',
    'xGBuildup': '4.24587644636631'},
   {'id': '8778',
    'player_name': 'Fabio Silva',
    'games': '8',
    'time': '257',
    'goals': '0',
    'xG': '0.913575079292059',
    'assists': '0',
    'xA': '0.2420392744243145',
    'shots': '7',
    'key_passes': '4',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0.913575079292059',
    'xGChain': '1.1997973173856735',
    'xGBuildup': '0.16965851187705994'},
   {'id': '9740',
    'player_name': 'José Sá',
    'games': '35',
    'time': '3041',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.765407490544021',
    'xGBuildup': '2.765407490544021'},
   {'id': '10140',
    'player_name': 'Hugo Bueno',
    'games': '22',
    'time': '706',
    'goals': '0',
    'xG': '0.2772597037255764',
    'assists': '0',
    'xA': '0.8462303951382637',
    'shots': '5',
    'key_passes': '5',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0.2772597037255764',
    'xGChain': '2.2125213155522943',
    'xGBuildup': '1.421666874550283'},
   {'id': '10945',
    'player_name': 'Santiago Bueno',
    'games': '12',
    'time': '817',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.190905986353755',
    'shots': '0',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.1081051090732217',
    'xGBuildup': '1.93471594247967'},
   {'id': '11000',
    'player_name': 'Matheus Nunes',
    'games': '2',
    'time': '180',
    'goals': '0',
    'xG': '0.10589331388473511',
    'assists': '0',
    'xA': '0.11348053254187107',
    'shots': '1',
    'key_passes': '3',
    'yellow_cards': '0',
    'red_cards': '1',
    'position': 'M',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0.10589331388473511',
    'xGChain': '0.6091113686561584',
    'xGBuildup': '0.5032180547714233'},
   {'id': '11210',
    'player_name': 'Nathan Fraser',
    'games': '7',
    'time': '175',
    'goals': '0',
    'xG': '0.4309285432100296',
    'assists': '0',
    'xA': '0.06609408743679523',
    'shots': '3',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0.4309285432100296',
    'xGChain': '0.6629210263490677',
    'xGBuildup': '0.1658984124660492'},
   {'id': '11361',
    'player_name': 'Daniel Bentley',
    'games': '5',
    'time': '379',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.46794790774583817',
    'xGBuildup': '0.46794790774583817'},
   {'id': '12047',
    'player_name': 'Enso González',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12234',
    'player_name': 'Tawanda Chirewa',
    'games': '8',
    'time': '129',
    'goals': '0',
    'xG': '0.1088726669549942',
    'assists': '0',
    'xA': '0.0158984512090683',
    'shots': '3',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0.1088726669549942',
    'xGChain': '0.1717495657503605',
    'xGBuildup': '0.0712861530482769'},
   {'id': '12532',
    'player_name': 'Leon Chiwome',
    'games': '3',
    'time': '178',
    'goals': '0',
    'xG': '0.14485104009509087',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Wolverhampton Wanderers',
    'npg': '0',
    'npxG': '0.14485104009509087',
    'xGChain': '0.05850440636277199',
    'xGBuildup': '0.013132527470588684'}]},
 'https://understat.com/team/Sheffield_United/2023': {'matches': [{'id': '22280',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.422704', 'a': '2.27616'},
    'datetime': '2023-08-12 14:00:00',
    'forecast': {'w': 0.05387585130715391,
     'd': 0.14935631214567024,
     'l': 0.7967678157028958},
    'result': 'l'},
   {'id': '22285',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.37181', 'a': '0.551038'},
    'datetime': '2023-08-18 18:45:00',
    'forecast': {'w': 0.571508546353739,
     'd': 0.2794211385204859,
     'l': 0.1490703151014612},
    'result': 'l'},
   {'id': '22303',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.762232', 'a': '3.84804'},
    'datetime': '2023-08-27 13:00:00',
    'forecast': {'w': 0.03441105929075552,
     'd': 0.06894413405982462,
     'l': 0.8966319829337637},
    'result': 'l'},
   {'id': '21926',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.575', 'a': '2.73871'},
    'datetime': '2023-09-02 11:30:00',
    'forecast': {'w': 0.20551089095022984,
     'd': 0.17282001087780594,
     'l': 0.6216688803509296},
    'result': 'd'},
   {'id': '21936',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.15909', 'a': '0.790655'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.687939624510142,
     'd': 0.18792793865878635,
     'l': 0.12413242630570803},
    'result': 'l'},
   {'id': '21954',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '0', 'a': '8'},
    'xG': {'h': '0.579392', 'a': '5.1082'},
    'datetime': '2023-09-24 15:30:00',
    'forecast': {'w': 0.00834586587283428,
     'd': 0.0237820591502423,
     'l': 0.9675895337796842},
    'result': 'l'},
   {'id': '21960',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '3.19753', 'a': '0.911997'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.8152723962433913,
     'd': 0.11281414747466972,
     'l': 0.07191200291411064},
    'result': 'l'},
   {'id': '21970',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.26612', 'a': '0.251809'},
    'datetime': '2023-10-07 14:00:00',
    'forecast': {'w': 0.8363569043845885,
     'd': 0.13362888740075496,
     'l': 0.030014188524999874},
    'result': 'l'},
   {'id': '21983',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.41074', 'a': '1.46187'},
    'datetime': '2023-10-21 19:00:00',
    'forecast': {'w': 0.3640284456654824,
     'd': 0.2490176981847496,
     'l': 0.38695385605606747},
    'result': 'l'},
   {'id': '21986',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '3.03496', 'a': '0.0281554'},
    'datetime': '2023-10-28 14:00:00',
    'forecast': {'w': 0.9477848160744132,
     'd': 0.050822102778662594,
     'l': 0.0013923089092194164},
    'result': 'l'},
   {'id': '22003',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.10165', 'a': '1.14803'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.34475911288956884,
     'd': 0.2873553586843857,
     'l': 0.36788552842280736},
    'result': 'w'},
   {'id': '22008',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.08601', 'a': '0.84434'},
    'datetime': '2023-11-12 14:00:00',
    'forecast': {'w': 0.4080584985699912,
     'd': 0.3119386102958449,
     'l': 0.28000289113318216},
    'result': 'd'},
   {'id': '22023',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.816227', 'a': '3.13975'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.06402675205291072,
     'd': 0.11015706208283706,
     'l': 0.825815019632914},
    'result': 'l'},
   {'id': '22028',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '2.60469', 'a': '0.618131'},
    'datetime': '2023-12-02 15:00:00',
    'forecast': {'w': 0.799226577930974,
     'd': 0.13492590899895854,
     'l': 0.06584739695642339},
    'result': 'l'},
   {'id': '22040',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '0.834172', 'a': '1.80116'},
    'datetime': '2023-12-06 19:30:00',
    'forecast': {'w': 0.16980131805328047,
     'd': 0.227306202392706,
     'l': 0.6028924785856701},
    'result': 'l'},
   {'id': '22052',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.841976', 'a': '0.644638'},
    'datetime': '2023-12-09 15:00:00',
    'forecast': {'w': 0.3746482194127845,
     'd': 0.3665715933302061,
     'l': 0.2587801872569828},
    'result': 'w'},
   {'id': '22059',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '3.27322', 'a': '0.44014'},
    'datetime': '2023-12-16 15:00:00',
    'forecast': {'w': 0.9007405841823342,
     'd': 0.07441942970714938,
     'l': 0.02483806124725902},
    'result': 'l'},
   {'id': '22065',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.21861', 'a': '0.646159'},
    'datetime': '2023-12-22 20:00:00',
    'forecast': {'w': 0.5001340083889705,
     'd': 0.3031511284500325,
     'l': 0.1967148631562487},
    'result': 'd'},
   {'id': '22084',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '3.61788', 'a': '0.715575'},
    'datetime': '2023-12-26 15:00:00',
    'forecast': {'w': 0.886247253487092,
     'd': 0.076542308660363,
     'l': 0.03720415176239066},
    'result': 'l'},
   {'id': '22090',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.24229', 'a': '0.263211'},
    'datetime': '2023-12-30 15:00:00',
    'forecast': {'w': 0.8303757069308167,
     'd': 0.13740786657936627,
     'l': 0.03221640931138292},
    'result': 'l'},
   {'id': '22101',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.61362', 'a': '2.4241'},
    'datetime': '2024-01-21 14:00:00',
    'forecast': {'w': 0.44166938186802884,
     'd': 0.18222514518956262,
     'l': 0.3761053049942421},
    'result': 'd'},
   {'id': '22112',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.1601', 'a': '0.768467'},
    'datetime': '2024-01-30 20:00:00',
    'forecast': {'w': 0.44988257056114517,
     'd': 0.30684859151697724,
     'l': 0.24326883791947362},
    'result': 'l'},
   {'id': '22124',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '0', 'a': '5'},
    'xG': {'h': '1.52784', 'a': '2.99015'},
    'datetime': '2024-02-03 17:30:00',
    'forecast': {'w': 0.17116480948778312,
     'd': 0.15655547780022502,
     'l': 0.6722790686451162},
    'result': 'l'},
   {'id': '22129',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.76215', 'a': '1.98283'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.34947888895798923,
     'd': 0.21342754621302043,
     'l': 0.43709356064964416},
    'result': 'w'},
   {'id': '22143',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '0', 'a': '5'},
    'xG': {'h': '0.586214', 'a': '3.35549'},
    'datetime': '2024-02-18 14:00:00',
    'forecast': {'w': 0.034247294019784255,
     'd': 0.08103686916482968,
     'l': 0.8847132480112713},
    'result': 'l'},
   {'id': '22154',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.21618', 'a': '0.654342'},
    'datetime': '2024-02-25 13:30:00',
    'forecast': {'w': 0.497163168708772,
     'd': 0.30328637350890464,
     'l': 0.19955045777770486},
    'result': 'l'},
   {'id': '22163',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '6'},
    'xG': {'h': '0.201374', 'a': '2.47294'},
    'datetime': '2024-03-04 20:00:00',
    'forecast': {'w': 0.019398806598988433,
     'd': 0.10781131966824643,
     'l': 0.8727898135019595},
    'result': 'l'},
   {'id': '22165',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.92657', 'a': '1.91752'},
    'datetime': '2024-03-09 15:00:00',
    'forecast': {'w': 0.7339474800516496,
     'd': 0.12234059034926258,
     'l': 0.14369577611366338},
    'result': 'd'},
   {'id': '22193',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '3'},
    'xG': {'h': '1.78824', 'a': '1.10254'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.5342745831588147,
     'd': 0.23238986840010953,
     'l': 0.23333554756017721},
    'result': 'd'},
   {'id': '22203',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '2.51772', 'a': '0.720948'},
    'datetime': '2024-04-04 18:30:00',
    'forecast': {'w': 0.7645576181326834,
     'd': 0.15001109959533582,
     'l': 0.08543120664371819},
    'result': 'l'},
   {'id': '22212',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.74265', 'a': '0.521789'},
    'datetime': '2024-04-07 16:30:00',
    'forecast': {'w': 0.6725445531996488,
     'd': 0.22212516415626388,
     'l': 0.10533028202101315},
    'result': 'd'},
   {'id': '22217',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.09071', 'a': '0.834498'},
    'datetime': '2024-04-13 14:00:00',
    'forecast': {'w': 0.41191188967350584,
     'd': 0.312034996704466,
     'l': 0.27605311362099155},
    'result': 'l'},
   {'id': '22232',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '1.97816', 'a': '2.42338'},
    'datetime': '2024-04-20 14:00:00',
    'forecast': {'w': 0.3220124769814583,
     'd': 0.19267569242459545,
     'l': 0.4853117806941916},
    'result': 'l'},
   {'id': '22182',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '3.51311', 'a': '1.20517'},
    'datetime': '2024-04-24 19:00:00',
    'forecast': {'w': 0.8006191655103664,
     'd': 0.11152515558145584,
     'l': 0.08785122307098672},
    'result': 'l'},
   {'id': '22240',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '2.93477', 'a': '1.82408'},
    'datetime': '2024-04-27 14:00:00',
    'forecast': {'w': 0.6069864007714749,
     'd': 0.16774342515259041,
     'l': 0.22526966084962616},
    'result': 'l'},
   {'id': '22254',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '2.48986', 'a': '1.93818'},
    'datetime': '2024-05-04 14:00:00',
    'forecast': {'w': 0.5055511982360325,
     'd': 0.19005025922239344,
     'l': 0.30439847430314554},
    'result': 'l'},
   {'id': '22257',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.82411', 'a': '0.465523'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.7055803960418205,
     'd': 0.20740687534031851,
     'l': 0.08701272747175672},
    'result': 'l'},
   {'id': '22274',
    'isResult': True,
    'side': 'h',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.697312', 'a': '3.19675'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.04925696033918618,
     'd': 0.09826947220866479,
     'l': 0.8524721183487163},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 278,
     'goals': 25,
     'xG': 33.102406152989715,
     'against': {'shots': 501, 'goals': 81, 'xG': 69.99784969259053}},
    'FromCorner': {'shots': 62,
     'goals': 3,
     'xG': 6.748000252060592,
     'against': {'shots': 126, 'goals': 14, 'xG': 14.957721054553986}},
    'SetPiece': {'shots': 15,
     'goals': 2,
     'xG': 2.470105185639113,
     'against': {'shots': 36, 'goals': 4, 'xG': 3.3152438839897513}},
    'DirectFreekick': {'shots': 8,
     'goals': 0,
     'xG': 0.46435029804706573,
     'against': {'shots': 14, 'goals': 0, 'xG': 0.7991299666464329}},
    'Penalty': {'shots': 5,
     'goals': 5,
     'xG': 3.805807411670685,
     'against': {'shots': 7, 'goals': 5, 'xG': 5.328181862831116}}},
   'formation': {'3-5-2': {'stat': '3-5-2',
     'time': 1588,
     'shots': 176,
     'goals': 17,
     'xG': 21.71723715774715,
     'against': {'shots': 337, 'goals': 38, 'xG': 41.62947424501181}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 689,
     'shots': 51,
     'goals': 5,
     'xG': 5.79337022639811,
     'against': {'shots': 106, 'goals': 17, 'xG': 12.961335681378841}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 326,
     'shots': 36,
     'goals': 5,
     'xG': 3.9790206477046013,
     'against': {'shots': 48, 'goals': 6, 'xG': 7.181765598244965}},
    '5-4-1': {'stat': '5-4-1',
     'time': 252,
     'shots': 17,
     'goals': 3,
     'xG': 2.9047535993158817,
     'against': {'shots': 48, 'goals': 9, 'xG': 6.18578078597784}},
    '4-4-2': {'stat': '4-4-2',
     'time': 242,
     'shots': 24,
     'goals': 1,
     'xG': 2.188828227110207,
     'against': {'shots': 36, 'goals': 8, 'xG': 5.046517389826477}},
    '5-3-2': {'stat': '5-3-2',
     'time': 204,
     'shots': 20,
     'goals': 0,
     'xG': 2.717927159741521,
     'against': {'shots': 24, 'goals': 5, 'xG': 4.386080551892519}},
    '4-2-3-1': {'stat': '4-2-3-1',
     'time': 107,
     'shots': 19,
     'goals': 2,
     'xG': 2.565202100202441,
     'against': {'shots': 16, 'goals': 4, 'xG': 2.4294020934030414}},
    '3-5-1-1': {'stat': '3-5-1-1',
     'time': 95,
     'shots': 6,
     'goals': 0,
     'xG': 0.5862140376120806,
     'against': {'shots': 25, 'goals': 5, 'xG': 4.6139043010771275}},
    '3-4-1-2': {'stat': '3-4-1-2',
     'time': 48,
     'shots': 2,
     'goals': 0,
     'xG': 0.035502178594470024,
     'against': {'shots': 7, 'goals': 0, 'xG': 0.985554214566946}},
    '4-4-1-1': {'stat': '4-4-1-1',
     'time': 43,
     'shots': 3,
     'goals': 0,
     'xG': 0.49167153239250183,
     'against': {'shots': 12, 'goals': 3, 'xG': 1.7317580273374915}},
    '3-1-4-2': {'stat': '3-1-4-2',
     'time': 40,
     'shots': 8,
     'goals': 2,
     'xG': 3.304946130141616,
     'against': {'shots': 5, 'goals': 2, 'xG': 2.1787696182727814}},
    '4-3-1-2': {'stat': '4-3-1-2',
     'time': 33,
     'shots': 2,
     'goals': 0,
     'xG': 0.15108107775449753,
     'against': {'shots': 9, 'goals': 4, 'xG': 2.337718864902854}},
    '4-3-3': {'stat': '4-3-3',
     'time': 24,
     'shots': 4,
     'goals': 0,
     'xG': 0.15491522569209337,
     'against': {'shots': 1, 'goals': 0, 'xG': 0.0672069564461708}},
    '4-5-1': {'stat': '4-5-1',
     'time': 22,
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 10, 'goals': 3, 'xG': 2.6628581322729588}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1744,
     'shots': 167,
     'goals': 17,
     'xG': 23.289703253656626,
     'against': {'shots': 287, 'goals': 40, 'xG': 38.98045006766915}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 900,
     'shots': 109,
     'goals': 12,
     'xG': 13.114369221962988,
     'against': {'shots': 164, 'goals': 20, 'xG': 21.006984216161072}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 722,
     'shots': 66,
     'goals': 2,
     'xG': 6.158228134736419,
     'against': {'shots': 143, 'goals': 27, 'xG': 23.54318267200142}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 289,
     'shots': 25,
     'goals': 4,
     'xG': 4.018217288888991,
     'against': {'shots': 71, 'goals': 14, 'xG': 8.894916011951864}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 58,
     'shots': 1,
     'goals': 0,
     'xG': 0.010151401162147522,
     'against': {'shots': 19, 'goals': 3, 'xG': 1.9725934928283095}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 45,
     'goals': 2,
     'xG': 5.505304519087076,
     'against': {'shots': 96, 'goals': 13, 'xG': 14.247131787240505}},
    '16-30': {'stat': '16-30',
     'shots': 53,
     'goals': 4,
     'xG': 6.0630900440737605,
     'against': {'shots': 127, 'goals': 20, 'xG': 16.577141670510173}},
    '31-45': {'stat': '31-45',
     'shots': 54,
     'goals': 7,
     'xG': 6.504560203291476,
     'against': {'shots': 112, 'goals': 7, 'xG': 11.62274165917188}},
    '46-60': {'stat': '46-60',
     'shots': 73,
     'goals': 7,
     'xG': 8.759085729718208,
     'against': {'shots': 115, 'goals': 21, 'xG': 18.689251667819917}},
    '61-75': {'stat': '61-75',
     'shots': 55,
     'goals': 9,
     'xG': 9.429963557980955,
     'against': {'shots': 94, 'goals': 18, 'xG': 13.621293014846742}},
    '76+': {'stat': '76+',
     'shots': 88,
     'goals': 6,
     'xG': 10.328665246255696,
     'against': {'shots': 140, 'goals': 25, 'xG': 19.640566661022604}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 4,
     'goals': 4,
     'xG': 4,
     'against': {'shots': 7, 'goals': 7, 'xG': 7}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 118,
     'goals': 3,
     'xG': 3.2137626032344997,
     'against': {'shots': 222, 'goals': 11, 'xG': 7.891005288809538}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 215,
     'goals': 23,
     'xG': 29.29034072207287,
     'against': {'shots': 389, 'goals': 65, 'xG': 55.53611484915018}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 31,
     'goals': 5,
     'xG': 10.086565975099802,
     'against': {'shots': 66, 'goals': 21, 'xG': 23.9710063226521}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 224,
     'goals': 16,
     'xG': 22.525591852609068,
     'against': {'shots': 414, 'goals': 64, 'xG': 52.164134718477726}},
    'Standard': {'stat': 'Standard',
     'shots': 90,
     'goals': 10,
     'xG': 13.488263147417456,
     'against': {'shots': 183, 'goals': 23, 'xG': 24.400276768021286}},
    'Fast': {'stat': 'Fast',
     'shots': 32,
     'goals': 3,
     'xG': 4.643208961002529,
     'against': {'shots': 33, 'goals': 5, 'xG': 6.685812788084149}},
    'Slow': {'stat': 'Slow',
     'shots': 22,
     'goals': 6,
     'xG': 5.9336053393781185,
     'against': {'shots': 54, 'goals': 12, 'xG': 11.14790218602866}}},
   'result': {'SavedShot': {'shots': 91,
     'goals': 0,
     'xG': 11.03783295257017,
     'against': {'shots': 166, 'goals': 0, 'xG': 20.86307947244495}},
    'Goal': {'shots': 35,
     'goals': 35,
     'xG': 16.24258278310299,
     'against': {'shots': 104, 'goals': 104, 'xG': 38.90198875032365}},
    'MissedShots': {'shots': 125,
     'goals': 0,
     'xG': 9.358350994531065,
     'against': {'shots': 217, 'goals': 0, 'xG': 19.843210944905877}},
    'BlockedShot': {'shots': 112,
     'goals': 0,
     'xG': 8.62732289172709,
     'against': {'shots': 185, 'goals': 0, 'xG': 12.412120743654668}},
    'ShotOnPost': {'shots': 5,
     'goals': 0,
     'xG': 1.3245796784758568,
     'against': {'shots': 12, 'goals': 0, 'xG': 2.37772654928267}}}},
  'players_data': [{'id': '1736',
    'player_name': 'Oliver McBurnie',
    'games': '21',
    'time': '1290',
    'goals': '6',
    'xG': '7.429724760353565',
    'assists': '3',
    'xA': '2.1915900241583586',
    'shots': '33',
    'key_passes': '12',
    'yellow_cards': '3',
    'red_cards': '2',
    'position': 'F S',
    'team_title': 'Sheffield United',
    'npg': '4',
    'npxG': '5.907387010753155',
    'xGChain': '6.99262013938278',
    'xGBuildup': '2.891832641325891'},
   {'id': '11815',
    'player_name': 'Ben Brereton Díaz',
    'games': '14',
    'time': '1134',
    'goals': '6',
    'xG': '6.060540288686752',
    'assists': '1',
    'xA': '1.6426486261188984',
    'shots': '35',
    'key_passes': '8',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'F M',
    'team_title': 'Sheffield United',
    'npg': '5',
    'npxG': '5.29937145113945',
    'xGChain': '7.229928359389305',
    'xGBuildup': '1.5459889732301235'},
   {'id': '9912',
    'player_name': 'Cameron Archer',
    'games': '29',
    'time': '1869',
    'goals': '4',
    'xG': '5.785084556788206',
    'assists': '1',
    'xA': '2.983854740858078',
    'shots': '41',
    'key_passes': '24',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Sheffield United',
    'npg': '4',
    'npxG': '5.785084556788206',
    'xGChain': '9.17532782163471',
    'xGBuildup': '1.594775709323585'},
   {'id': '11839',
    'player_name': 'Gustavo Hamer',
    'games': '36',
    'time': '2986',
    'goals': '4',
    'xG': '2.4141162959858775',
    'assists': '6',
    'xA': '6.986010514199734',
    'shots': '49',
    'key_passes': '68',
    'yellow_cards': '9',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Sheffield United',
    'npg': '4',
    'npxG': '2.4141162959858775',
    'xGChain': '9.918377881404012',
    'xGBuildup': '4.241241263225675'},
   {'id': '9205',
    'player_name': 'Jayden Bogle',
    'games': '34',
    'time': '2817',
    'goals': '3',
    'xG': '2.6024017240852118',
    'assists': '0',
    'xA': '0.7326478343456984',
    'shots': '32',
    'key_passes': '10',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Sheffield United',
    'npg': '3',
    'npxG': '2.6024017240852118',
    'xGChain': '5.202804431319237',
    'xGBuildup': '2.6289064050652087'},
   {'id': '10126',
    'player_name': 'James McAtee',
    'games': '30',
    'time': '1847',
    'goals': '3',
    'xG': '3.202349577099085',
    'assists': '3',
    'xA': '3.0651655746623874',
    'shots': '26',
    'key_passes': '28',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Sheffield United',
    'npg': '2',
    'npxG': '2.4411807619035244',
    'xGChain': '7.374102478846908',
    'xGBuildup': '2.796986948233098'},
   {'id': '10386',
    'player_name': 'Anel Ahmedhodzic',
    'games': '31',
    'time': '2646',
    'goals': '2',
    'xG': '3.4643044117838144',
    'assists': '0',
    'xA': '0.9506413880735636',
    'shots': '19',
    'key_passes': '7',
    'yellow_cards': '9',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Sheffield United',
    'npg': '2',
    'npxG': '3.4643044117838144',
    'xGChain': '5.8164455853402615',
    'xGBuildup': '2.930068898946047'},
   {'id': '7710',
    'player_name': 'Oliver Norwood',
    'games': '27',
    'time': '1413',
    'goals': '1',
    'xG': '0.9864262714982033',
    'assists': '0',
    'xA': '0.6933921938762069',
    'shots': '15',
    'key_passes': '16',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.22529425099492073',
    'xGChain': '2.788633189164102',
    'xGBuildup': '2.4070543106645346'},
   {'id': '8286',
    'player_name': 'Jack Robinson',
    'games': '34',
    'time': '2885',
    'goals': '1',
    'xG': '1.5116838621906936',
    'assists': '1',
    'xA': '1.087454216554761',
    'shots': '14',
    'key_passes': '12',
    'yellow_cards': '10',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Sheffield United',
    'npg': '1',
    'npxG': '1.5116838621906936',
    'xGChain': '3.866813466884196',
    'xGBuildup': '2.7258199555799365'},
   {'id': '10872',
    'player_name': 'Vinicius Souza',
    'games': '36',
    'time': '2676',
    'goals': '1',
    'xG': '0.5002630027011037',
    'assists': '0',
    'xA': '0.7816855013370514',
    'shots': '14',
    'key_passes': '5',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Sheffield United',
    'npg': '1',
    'npxG': '0.5002630027011037',
    'xGChain': '4.085046709049493',
    'xGBuildup': '2.9888922558166087'},
   {'id': '985',
    'player_name': 'Mason Holgate',
    'games': '10',
    'time': '718',
    'goals': '0',
    'xG': '0.9260915219783783',
    'assists': '0',
    'xA': '0.4414309561252594',
    'shots': '3',
    'key_passes': '1',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.9260915219783783',
    'xGChain': '1.08466067770496',
    'xGBuildup': '0.6432297215797007'},
   {'id': '1042',
    'player_name': 'Tom Davies',
    'games': '9',
    'time': '194',
    'goals': '0',
    'xG': '0.25131772086024284',
    'assists': '0',
    'xA': '0.034635528922080994',
    'shots': '4',
    'key_passes': '1',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.25131772086024284',
    'xGChain': '0.6308722272515297',
    'xGBuildup': '0.43550220504403114'},
   {'id': '5569',
    'player_name': 'Rhian Brewster',
    'games': '13',
    'time': '302',
    'goals': '0',
    'xG': '0.34494016505777836',
    'assists': '0',
    'xA': '0.10135408118367195',
    'shots': '7',
    'key_passes': '2',
    'yellow_cards': '0',
    'red_cards': '1',
    'position': 'F S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.34494016505777836',
    'xGChain': '0.784455269575119',
    'xGBuildup': '0.3381610158830881'},
   {'id': '7703',
    'player_name': 'John Egan',
    'games': '6',
    'time': '491',
    'goals': '0',
    'xG': '0.2383595146238804',
    'assists': '0',
    'xA': '0',
    'shots': '3',
    'key_passes': '0',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.2383595146238804',
    'xGChain': '0.3853593021631241',
    'xGBuildup': '0.2653413340449333'},
   {'id': '7704',
    'player_name': 'Chris Basham',
    'games': '8',
    'time': '298',
    'goals': '0',
    'xG': '0.4091367721557617',
    'assists': '0',
    'xA': '0.142877459526062',
    'shots': '2',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.4091367721557617',
    'xGChain': '0.30363729596138',
    'xGBuildup': '0.30363729596138'},
   {'id': '7706',
    'player_name': 'George Baldock',
    'games': '13',
    'time': '965',
    'goals': '0',
    'xG': '0.024696996435523033',
    'assists': '1',
    'xA': '0.8560367710888386',
    'shots': '1',
    'key_passes': '7',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.024696996435523033',
    'xGChain': '1.778840757906437',
    'xGBuildup': '1.5442426055669785'},
   {'id': '7709',
    'player_name': 'John Fleck',
    'games': '4',
    'time': '82',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.10508622229099274',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.14322500303387642',
    'xGBuildup': '0.038138783536851406'},
   {'id': '7714',
    'player_name': 'Ben Osborn',
    'games': '24',
    'time': '1343',
    'goals': '0',
    'xG': '0.17907935101538897',
    'assists': '2',
    'xA': '1.0758813545107841',
    'shots': '4',
    'key_passes': '13',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.17907935101538897',
    'xGChain': '3.0705280490219593',
    'xGBuildup': '2.045230019837618'},
   {'id': '8562',
    'player_name': 'Luke Thomas',
    'games': '12',
    'time': '940',
    'goals': '0',
    'xG': '0.6857008039951324',
    'assists': '0',
    'xA': '0.06999615393579006',
    'shots': '6',
    'key_passes': '2',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.6857008039951324',
    'xGChain': '1.4491792991757393',
    'xGBuildup': '0.7634785007685423'},
   {'id': '8776',
    'player_name': 'Wes Foderingham',
    'games': '30',
    'time': '2644',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.06504426151514053',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'GK S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.9430307522416115',
    'xGBuildup': '0.877986490726471'},
   {'id': '8918',
    'player_name': 'Max Lowe',
    'games': '10',
    'time': '499',
    'goals': '0',
    'xG': '0.9397587776184082',
    'assists': '0',
    'xA': '0.012994728051126003',
    'shots': '2',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.9397587776184082',
    'xGChain': '1.840770854614675',
    'xGBuildup': '0.8880173694342375'},
   {'id': '8923',
    'player_name': 'Ivo Grbic',
    'games': '9',
    'time': '776',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.5941517408937216',
    'xGBuildup': '0.5941517408937216'},
   {'id': '9222',
    'player_name': 'Antwoine Hackford',
    'games': '2',
    'time': '8',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '9509',
    'player_name': 'Daniel Jebbison',
    'games': '1',
    'time': '15',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '9556',
    'player_name': 'William Osula',
    'games': '21',
    'time': '769',
    'goals': '0',
    'xG': '2.0722835399210453',
    'assists': '0',
    'xA': '0.09878482669591904',
    'shots': '21',
    'key_passes': '1',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '2.0722835399210453',
    'xGChain': '2.056103426963091',
    'xGBuildup': '0.1622651368379593'},
   {'id': '10041',
    'player_name': 'Yasser Larouci',
    'games': '11',
    'time': '531',
    'goals': '0',
    'xG': '0.25878923665732145',
    'assists': '0',
    'xA': '0.3102901801466942',
    'shots': '6',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.25878923665732145',
    'xGChain': '1.0104657374322414',
    'xGBuildup': '0.45326434820890427'},
   {'id': '11729',
    'player_name': 'Bénie Traoré',
    'games': '8',
    'time': '360',
    'goals': '0',
    'xG': '0.3212226927280426',
    'assists': '0',
    'xA': '0.3953269124031067',
    'shots': '1',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.3212226927280426',
    'xGChain': '1.2498194947838783',
    'xGBuildup': '0.6901140883564949'},
   {'id': '11730',
    'player_name': 'Anis Ben Slimane',
    'games': '15',
    'time': '394',
    'goals': '0',
    'xG': '0.8026072084903717',
    'assists': '0',
    'xA': '0.48480090498924255',
    'shots': '8',
    'key_passes': '3',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.8026072084903717',
    'xGChain': '1.5446888133883476',
    'xGBuildup': '0.4106670431792736'},
   {'id': '11731',
    'player_name': 'Andre Brooks',
    'games': '20',
    'time': '948',
    'goals': '0',
    'xG': '0.49446123093366623',
    'assists': '0',
    'xA': '0.09243074618279934',
    'shots': '9',
    'key_passes': '3',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.49446123093366623',
    'xGChain': '1.294992309063673',
    'xGBuildup': '0.9438477288931608'},
   {'id': '11732',
    'player_name': 'Auston Trusty',
    'games': '32',
    'time': '2576',
    'goals': '0',
    'xG': '0.6636047475039959',
    'assists': '0',
    'xA': '1.102281242609024',
    'shots': '8',
    'key_passes': '8',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.6636047475039959',
    'xGChain': '2.3531993981450796',
    'xGBuildup': '1.6658160258084536'},
   {'id': '12158',
    'player_name': 'Ryan Oné',
    'games': '1',
    'time': '4',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12251',
    'player_name': 'Sydie Peck',
    'games': '1',
    'time': '6',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12291',
    'player_name': 'Rhys Norrington-Davies',
    'games': '5',
    'time': '107',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.026197632774710655',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.08285419456660748',
    'xGBuildup': '0.05665656179189682'},
   {'id': '12449',
    'player_name': 'Oliver Arblaster',
    'games': '12',
    'time': '954',
    'goals': '0',
    'xG': '0.021724281832575798',
    'assists': '0',
    'xA': '1.0297467429190874',
    'shots': '1',
    'key_passes': '12',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0.021724281832575798',
    'xGChain': '2.8812288218177855',
    'xGBuildup': '2.644879447761923'},
   {'id': '12465',
    'player_name': 'Sam Curtis',
    'games': '1',
    'time': '24',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Sheffield United',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.07648201286792755',
    'xGBuildup': '0.07648201286792755'}]},
 'https://understat.com/team/Brentford/2023': {'matches': [{'id': '22282',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.90756', 'a': '1.45316'},
    'datetime': '2023-08-13 13:00:00',
    'forecast': {'w': 0.48317029047913296,
     'd': 0.222125853046722,
     'l': 0.2947038543461759},
    'result': 'd'},
   {'id': '22287',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '0', 'a': '3'},
    'xG': {'h': '0.399899', 'a': '3.46888'},
    'datetime': '2023-08-19 14:00:00',
    'forecast': {'w': 0.018581271420566422,
     'd': 0.06159137733521857,
     'l': 0.9198235130831671},
    'result': 'w'},
   {'id': '22298',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.948011', 'a': '1.06061'},
    'datetime': '2023-08-26 14:00:00',
    'forecast': {'w': 0.3170675232589612,
     'd': 0.3070288913746852,
     'l': 0.3759035853655269},
    'result': 'd'},
   {'id': '21928',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.07185', 'a': '2.11013'},
    'datetime': '2023-09-02 14:00:00',
    'forecast': {'w': 0.5773220486545756,
     'd': 0.1661191533061523,
     'l': 0.25655789562025244},
    'result': 'd'},
   {'id': '21943',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.50126', 'a': '0.633678'},
    'datetime': '2023-09-16 16:30:00',
    'forecast': {'w': 0.5831568045614424,
     'd': 0.2605040438723905,
     'l': 0.15633915148282368},
    'result': 'l'},
   {'id': '21949',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.57402', 'a': '2.51497'},
    'datetime': '2023-09-23 16:30:00',
    'forecast': {'w': 0.23226081133786525,
     'd': 0.18601562000932884,
     'l': 0.5817234939057714},
    'result': 'l'},
   {'id': '21963',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.800317', 'a': '1.75862'},
    'datetime': '2023-10-01 13:00:00',
    'forecast': {'w': 0.16702979502430612,
     'd': 0.23118135268685508,
     'l': 0.6017888515849265},
    'result': 'd'},
   {'id': '21972',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.29356', 'a': '1.02509'},
    'datetime': '2023-10-07 14:00:00',
    'forecast': {'w': 0.4263291034410673,
     'd': 0.2790826602140689,
     'l': 0.2945882363336014},
    'result': 'l'},
   {'id': '21977',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.15685', 'a': '0.693129'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.8492260593827922,
     'd': 0.10043313877786611,
     'l': 0.05033955646376967},
    'result': 'w'},
   {'id': '21989',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.71801', 'a': '2.48137'},
    'datetime': '2023-10-28 11:30:00',
    'forecast': {'w': 0.26376552402102527,
     'd': 0.1896946478994755,
     'l': 0.5465397646732137},
    'result': 'w'},
   {'id': '21995',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.82944', 'a': '1.75505'},
    'datetime': '2023-11-04 15:00:00',
    'forecast': {'w': 0.4052249615392112,
     'd': 0.21972806879485854,
     'l': 0.3750469677894359},
    'result': 'w'},
   {'id': '22011',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '1.56004', 'a': '1.44954'},
    'datetime': '2023-11-12 14:00:00',
    'forecast': {'w': 0.4031739849121273,
     'd': 0.2421605661266496,
     'l': 0.3546654487691589},
    'result': 'l'},
   {'id': '22015',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '1.66315', 'a': '1.82699'},
    'datetime': '2023-11-25 17:30:00',
    'forecast': {'w': 0.3551687890407156,
     'd': 0.2224318437137768,
     'l': 0.4223993657420522},
    'result': 'l'},
   {'id': '22027',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.25952', 'a': '0.227176'},
    'datetime': '2023-12-02 15:00:00',
    'forecast': {'w': 0.9312364133528328,
     'd': 0.05781846164530879,
     'l': 0.010943294478033284},
    'result': 'w'},
   {'id': '22036',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.54099', 'a': '1.22007'},
    'datetime': '2023-12-06 19:30:00',
    'forecast': {'w': 0.4473592729024338,
     'd': 0.25111879646785934,
     'l': 0.3015219305060423},
    'result': 'l'},
   {'id': '22052',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.841976', 'a': '0.644638'},
    'datetime': '2023-12-09 15:00:00',
    'forecast': {'w': 0.3746482194127845,
     'd': 0.3665715933302061,
     'l': 0.2587801872569828},
    'result': 'l'},
   {'id': '22057',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.796812', 'a': '1.4664'},
    'datetime': '2023-12-17 14:00:00',
    'forecast': {'w': 0.20385441806490004,
     'd': 0.26601694622425376,
     'l': 0.5301286356503095},
    'result': 'l'},
   {'id': '22077',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '2.59347', 'a': '1.89483'},
    'datetime': '2023-12-27 19:30:00',
    'forecast': {'w': 0.5332297551919774,
     'd': 0.1853385732596601,
     'l': 0.28143155967843625},
    'result': 'l'},
   {'id': '22086',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.61057', 'a': '1.28731'},
    'datetime': '2023-12-30 15:00:00',
    'forecast': {'w': 0.44975039952127077,
     'd': 0.2442928854415759,
     'l': 0.30595671481099496},
    'result': 'l'},
   {'id': '22104',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.94219', 'a': '1.22251'},
    'datetime': '2024-01-20 17:30:00',
    'forecast': {'w': 0.5414037139624255,
     'd': 0.22026873883412862,
     'l': 0.2383275445674653},
    'result': 'w'},
   {'id': '22109',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '3.36194', 'a': '1.59637'},
    'datetime': '2024-01-31 19:30:00',
    'forecast': {'w': 0.7143614497385106,
     'd': 0.13812869355874385,
     'l': 0.14750720787810037},
    'result': 'l'},
   {'id': '22117',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '0.865741', 'a': '2.10785'},
    'datetime': '2024-02-05 20:00:00',
    'forecast': {'w': 0.1433738115029076,
     'd': 0.19665169590955295,
     'l': 0.6599744848882013},
    'result': 'l'},
   {'id': '22134',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.05781', 'a': '1.84908'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.21451573665593252,
     'd': 0.22665908291069248,
     'l': 0.5588251790596126},
    'result': 'w'},
   {'id': '22135',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '4'},
    'xG': {'h': '1.69518', 'a': '3.08952'},
    'datetime': '2024-02-17 12:30:00',
    'forecast': {'w': 0.18741020177112294,
     'd': 0.15634646075764916,
     'l': 0.656242377860806},
    'result': 'l'},
   {'id': '22074',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.53766', 'a': '0.503799'},
    'datetime': '2024-02-20 18:30:00',
    'forecast': {'w': 0.8148829223515263,
     'd': 0.13135520714649007,
     'l': 0.053761786933719434},
    'result': 'l'},
   {'id': '22153',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '2.06873', 'a': '1.33683'},
    'datetime': '2024-02-26 20:00:00',
    'forecast': {'w': 0.5432657354830092,
     'd': 0.21170226613102905,
     'l': 0.24503199234047465},
    'result': 'l'},
   {'id': '22155',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '2.4732', 'a': '2.1523'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.4629324403380977,
     'd': 0.18947150535254348,
     'l': 0.3475959838948759},
    'result': 'd'},
   {'id': '22166',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.59369', 'a': '0.733239'},
    'datetime': '2024-03-09 17:30:00',
    'forecast': {'w': 0.5797259805858612,
     'd': 0.2496142974311662,
     'l': 0.1706597217956035},
    'result': 'l'},
   {'id': '22177',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.69776', 'a': '1.25123'},
    'datetime': '2024-03-16 15:00:00',
    'forecast': {'w': 0.6801557119819848,
     'd': 0.1648190795020614,
     'l': 0.15502502815685595},
    'result': 'l'},
   {'id': '22187',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '3.16487', 'a': '0.989565'},
    'datetime': '2024-03-30 20:00:00',
    'forecast': {'w': 0.7976177296921559,
     'd': 0.11970534050825307,
     'l': 0.08267564567055359},
    'result': 'd'},
   {'id': '22200',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.423299', 'a': '1.22404'},
    'datetime': '2024-04-03 18:30:00',
    'forecast': {'w': 0.12804093463841015,
     'd': 0.3060271350254577,
     'l': 0.5659319303310828},
    'result': 'd'},
   {'id': '22205',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '3', 'a': '3'},
    'xG': {'h': '1.16333', 'a': '1.42064'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.3085983440427735,
     'd': 0.26225194027811416,
     'l': 0.42914971563736265},
    'result': 'd'},
   {'id': '22217',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.09071', 'a': '0.834498'},
    'datetime': '2024-04-13 14:00:00',
    'forecast': {'w': 0.41191188967350584,
     'd': 0.312034996704466,
     'l': 0.27605311362099155},
    'result': 'w'},
   {'id': '22230',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '5'},
    'xG': {'h': '0.497799', 'a': '3.7809'},
    'datetime': '2024-04-20 14:00:00',
    'forecast': {'w': 0.019367512192861373,
     'd': 0.05511626927901139,
     'l': 0.9255057420199497},
    'result': 'w'},
   {'id': '22237',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.21399', 'a': '0.956356'},
    'datetime': '2024-04-27 16:30:00',
    'forecast': {'w': 0.41978743563788384,
     'd': 0.2904549894034125,
     'l': 0.2897575749540395},
    'result': 'l'},
   {'id': '22246',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.809379', 'a': '1.45579'},
    'datetime': '2024-05-04 14:00:00',
    'forecast': {'w': 0.20872228346769084,
     'd': 0.26724717226533623,
     'l': 0.52403054421214},
    'result': 'd'},
   {'id': '22255',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.07237', 'a': '1.92722'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.20732258558648634,
     'd': 0.21985761831096798,
     'l': 0.572819793726193},
    'result': 'w'},
   {'id': '22266',
    'isResult': True,
    'side': 'h',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '4'},
    'xG': {'h': '1.70157', 'a': '3.65044'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.1381397076546012,
     'd': 0.1273122856025079,
     'l': 0.7345410287310505},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 333,
     'goals': 43,
     'xG': 48.64711783081293,
     'against': {'shots': 443, 'goals': 55, 'xG': 49.94512311229482}},
    'FromCorner': {'shots': 80,
     'goals': 7,
     'xG': 9.121641623787582,
     'against': {'shots': 76, 'goals': 5, 'xG': 6.052630196325481}},
    'SetPiece': {'shots': 43,
     'goals': 1,
     'xG': 6.4626337783411145,
     'against': {'shots': 16, 'goals': 3, 'xG': 2.7412064783275127}},
    'DirectFreekick': {'shots': 17,
     'goals': 2,
     'xG': 1.025874463841319,
     'against': {'shots': 10, 'goals': 0, 'xG': 0.7309340797364712}},
    'Penalty': {'shots': 3,
     'goals': 3,
     'xG': 2.2835065126419067,
     'against': {'shots': 2, 'goals': 2, 'xG': 1.5223376750946045}}},
   'formation': {'3-5-2': {'stat': '3-5-2',
     'time': 1726,
     'shots': 197,
     'goals': 25,
     'xG': 27.29470387659967,
     'against': {'shots': 299, 'goals': 36, 'xG': 33.16189397405833}},
    '4-3-3': {'stat': '4-3-3',
     'time': 1391,
     'shots': 209,
     'goals': 24,
     'xG': 30.1671113492921,
     'against': {'shots': 166, 'goals': 19, 'xG': 19.60551761975512}},
    '5-3-2': {'stat': '5-3-2',
     'time': 399,
     'shots': 48,
     'goals': 2,
     'xG': 6.012904006056488,
     'against': {'shots': 61, 'goals': 7, 'xG': 6.536625285632908}},
    '4-4-2': {'stat': '4-4-2',
     'time': 150,
     'shots': 17,
     'goals': 5,
     'xG': 3.8914451897144318,
     'against': {'shots': 20, 'goals': 3, 'xG': 1.6371505595743656}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 19,
     'shots': 2,
     'goals': 0,
     'xG': 0.07210813462734222,
     'against': {'shots': 0, 'goals': 0, 'xG': 0}},
    '4-2-2-2': {'stat': '4-2-2-2',
     'time': 8,
     'shots': 1,
     'goals': 0,
     'xG': 0.026707608252763748,
     'against': {'shots': 1, 'goals': 0, 'xG': 0.051044102758169174}},
    '4-2-3-1': {'stat': '4-2-3-1',
     'time': 6,
     'shots': 2,
     'goals': 0,
     'xG': 0.0757940448820591,
     'against': {'shots': 0, 'goals': 0, 'xG': 0}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 2069,
     'shots': 250,
     'goals': 25,
     'xG': 34.63933095149696,
     'against': {'shots': 290, 'goals': 28, 'xG': 33.61128789046779}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 630,
     'shots': 78,
     'goals': 9,
     'xG': 8.992257558740675,
     'against': {'shots': 97, 'goals': 14, 'xG': 13.44479434657842}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 512,
     'shots': 56,
     'goals': 8,
     'xG': 9.590870254673064,
     'against': {'shots': 106, 'goals': 15, 'xG': 8.198413845151663}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 321,
     'shots': 61,
     'goals': 9,
     'xG': 9.433115057647228,
     'against': {'shots': 38, 'goals': 6, 'xG': 4.469922563061118}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 167,
     'shots': 31,
     'goals': 5,
     'xG': 4.885200386866927,
     'against': {'shots': 16, 'goals': 2, 'xG': 1.2678128965198994}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 62,
     'goals': 6,
     'xG': 8.376840385608375,
     'against': {'shots': 76, 'goals': 9, 'xG': 8.674704972654581}},
    '16-30': {'stat': '16-30',
     'shots': 63,
     'goals': 9,
     'xG': 9.44906632322818,
     'against': {'shots': 85, 'goals': 7, 'xG': 10.348861077800393}},
    '31-45': {'stat': '31-45',
     'shots': 71,
     'goals': 5,
     'xG': 8.696379696018994,
     'against': {'shots': 95, 'goals': 9, 'xG': 10.607482435181737}},
    '46-60': {'stat': '46-60',
     'shots': 93,
     'goals': 11,
     'xG': 13.78315421845764,
     'against': {'shots': 112, 'goals': 10, 'xG': 11.083381669130176}},
    '61-75': {'stat': '61-75',
     'shots': 72,
     'goals': 12,
     'xG': 11.959077666513622,
     'against': {'shots': 74, 'goals': 15, 'xG': 8.888453845866024}},
    '76+': {'stat': '76+',
     'shots': 115,
     'goals': 13,
     'xG': 15.276255919598043,
     'against': {'shots': 105, 'goals': 15, 'xG': 11.38934754114598}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 2,
     'goals': 2,
     'xG': 2,
     'against': {'shots': 0, 'goals': 0, 'xG': 0}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 127,
     'goals': 7,
     'xG': 4.283464822918177,
     'against': {'shots': 215, 'goals': 6, 'xG': 6.73679632274434}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 293,
     'goals': 33,
     'xG': 42.119182109832764,
     'against': {'shots': 291, 'goals': 41, 'xG': 38.61910285241902}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 54,
     'goals': 14,
     'xG': 19.138127276673913,
     'against': {'shots': 41, 'goals': 18, 'xG': 15.636332366615534}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 272,
     'goals': 32,
     'xG': 39.388479945249856,
     'against': {'shots': 347, 'goals': 40, 'xG': 36.523440847638994}},
    'Standard': {'stat': 'Standard',
     'shots': 143,
     'goals': 13,
     'xG': 18.893656378611922,
     'against': {'shots': 104, 'goals': 10, 'xG': 11.04710842948407}},
    'Fast': {'stat': 'Fast',
     'shots': 34,
     'goals': 9,
     'xG': 6.403232813812792,
     'against': {'shots': 35, 'goals': 8, 'xG': 7.613678641617298}},
    'Slow': {'stat': 'Slow',
     'shots': 27,
     'goals': 2,
     'xG': 2.8554050717502832,
     'against': {'shots': 61, 'goals': 7, 'xG': 5.80800362303853}}},
   'result': {'MissedShots': {'shots': 171,
     'goals': 0,
     'xG': 17.56805311702192,
     'against': {'shots': 204, 'goals': 0, 'xG': 18.198255587369204}},
    'BlockedShot': {'shots': 130,
     'goals': 0,
     'xG': 11.16670595947653,
     'against': {'shots': 150, 'goals': 0, 'xG': 9.15614754613489}},
    'Goal': {'shots': 56,
     'goals': 56,
     'xG': 21.165535731241107,
     'against': {'shots': 65, 'goals': 65, 'xG': 21.660290718078613}},
    'SavedShot': {'shots': 108,
     'goals': 0,
     'xG': 15.654636336490512,
     'against': {'shots': 118, 'goals': 0, 'xG': 10.89563994249329}},
    'ShotOnPost': {'shots': 11,
     'goals': 0,
     'xG': 1.9858430651947856,
     'against': {'shots': 10, 'goals': 0, 'xG': 1.0818977477028966}}}},
  'players_data': [{'id': '5786',
    'player_name': 'Yoane Wissa',
    'games': '34',
    'time': '2556',
    'goals': '12',
    'xG': '11.16999962553382',
    'assists': '3',
    'xA': '3.828521143645048',
    'shots': '67',
    'key_passes': '29',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Brentford',
    'npg': '12',
    'npxG': '11.16999962553382',
    'xGChain': '16.368419870734215',
    'xGBuildup': '4.587590790353715'},
   {'id': '6552',
    'player_name': 'Bryan Mbeumo',
    'games': '25',
    'time': '1954',
    'goals': '9',
    'xG': '9.158370908349752',
    'assists': '6',
    'xA': '5.14017678797245',
    'shots': '53',
    'key_passes': '32',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Brentford',
    'npg': '6',
    'npxG': '6.874864336103201',
    'xGChain': '15.155989956110716',
    'xGBuildup': '6.123919734731317'},
   {'id': '3621',
    'player_name': 'Neal Maupay',
    'games': '29',
    'time': '1278',
    'goals': '6',
    'xG': '5.854780120775104',
    'assists': '3',
    'xA': '2.249102965928614',
    'shots': '37',
    'key_passes': '15',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Brentford',
    'npg': '6',
    'npxG': '5.854780120775104',
    'xGChain': '10.261756345629692',
    'xGBuildup': '2.9673359859734774'},
   {'id': '998',
    'player_name': 'Ivan Toney',
    'games': '17',
    'time': '1447',
    'goals': '4',
    'xG': '7.132677088491619',
    'assists': '2',
    'xA': '2.186188329011202',
    'shots': '51',
    'key_passes': '13',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Brentford',
    'npg': '4',
    'npxG': '7.132677088491619',
    'xGChain': '7.6502086371183395',
    'xGBuildup': '1.1057295147329569'},
   {'id': '7166',
    'player_name': 'Mathias Jensen',
    'games': '32',
    'time': '2294',
    'goals': '3',
    'xG': '0.689183003269136',
    'assists': '3',
    'xA': '4.908007476478815',
    'shots': '14',
    'key_passes': '41',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brentford',
    'npg': '3',
    'npxG': '0.689183003269136',
    'xGChain': '11.096407827921212',
    'xGBuildup': '9.512499671429396'},
   {'id': '10809',
    'player_name': 'Keane Lewis-Potter',
    'games': '30',
    'time': '1432',
    'goals': '3',
    'xG': '8.581757307052612',
    'assists': '1',
    'xA': '1.6146608591079712',
    'shots': '43',
    'key_passes': '13',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D F S',
    'team_title': 'Brentford',
    'npg': '3',
    'npxG': '8.581757307052612',
    'xGChain': '9.344955435022712',
    'xGBuildup': '1.25881989300251'},
   {'id': '1654',
    'player_name': 'Ben Mee',
    'games': '16',
    'time': '1290',
    'goals': '2',
    'xG': '1.4556071758270264',
    'assists': '0',
    'xA': '0.24989730305969715',
    'shots': '10',
    'key_passes': '6',
    'yellow_cards': '1',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Brentford',
    'npg': '2',
    'npxG': '1.4556071758270264',
    'xGChain': '1.8442281931638718',
    'xGBuildup': '1.3644802905619144'},
   {'id': '7083',
    'player_name': 'Christian Nørgaard',
    'games': '31',
    'time': '2556',
    'goals': '2',
    'xG': '3.1722932122647762',
    'assists': '1',
    'xA': '2.970704079605639',
    'shots': '36',
    'key_passes': '24',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brentford',
    'npg': '2',
    'npxG': '3.1722932122647762',
    'xGChain': '9.006961837410927',
    'xGBuildup': '6.332392172887921'},
   {'id': '9156',
    'player_name': 'Kevin Schade',
    'games': '11',
    'time': '299',
    'goals': '2',
    'xG': '1.4017144106328487',
    'assists': '1',
    'xA': '0.9465273916721344',
    'shots': '8',
    'key_passes': '4',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Brentford',
    'npg': '2',
    'npxG': '1.4017144106328487',
    'xGChain': '2.1139008942991495',
    'xGBuildup': '0.1965943891555071'},
   {'id': '9677',
    'player_name': 'Kristoffer Ajer',
    'games': '28',
    'time': '1845',
    'goals': '2',
    'xG': '1.4675675723701715',
    'assists': '1',
    'xA': '2.600812576711178',
    'shots': '12',
    'key_passes': '12',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brentford',
    'npg': '2',
    'npxG': '1.4675675723701715',
    'xGChain': '5.710211778059602',
    'xGBuildup': '3.668103391304612'},
   {'id': '9678',
    'player_name': 'Ethan Pinnock',
    'games': '29',
    'time': '2521',
    'goals': '2',
    'xG': '3.382065122947097',
    'assists': '0',
    'xA': '0.5834191367030144',
    'shots': '19',
    'key_passes': '4',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brentford',
    'npg': '2',
    'npxG': '3.382065122947097',
    'xGChain': '5.525476990267634',
    'xGBuildup': '4.4719733241945505'},
   {'id': '6030',
    'player_name': 'Zanka',
    'games': '14',
    'time': '1082',
    'goals': '1',
    'xG': '0.6000314559787512',
    'assists': '0',
    'xA': '0.9500103443861008',
    'shots': '8',
    'key_passes': '6',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brentford',
    'npg': '1',
    'npxG': '0.6000314559787512',
    'xGChain': '4.571010607294738',
    'xGBuildup': '3.7045516846701503'},
   {'id': '7069',
    'player_name': 'Saman Ghoddos',
    'games': '19',
    'time': '701',
    'goals': '1',
    'xG': '0.302081985399127',
    'assists': '0',
    'xA': '1.0297286342829466',
    'shots': '9',
    'key_passes': '10',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brentford',
    'npg': '1',
    'npxG': '0.302081985399127',
    'xGChain': '2.3261738447472453',
    'xGBuildup': '2.0678049931302667'},
   {'id': '9680',
    'player_name': 'Vitaly Janelt',
    'games': '38',
    'time': '3137',
    'goals': '1',
    'xG': '2.0162796927616',
    'assists': '3',
    'xA': '4.314206030219793',
    'shots': '21',
    'key_passes': '37',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Brentford',
    'npg': '1',
    'npxG': '2.0162796927616',
    'xGChain': '12.40513951331377',
    'xGBuildup': '9.032909959554672'},
   {'id': '9681',
    'player_name': 'Frank Onyeka',
    'games': '26',
    'time': '1124',
    'goals': '1',
    'xG': '2.0069142188876867',
    'assists': '2',
    'xA': '1.8476180955767632',
    'shots': '22',
    'key_passes': '12',
    'yellow_cards': '8',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brentford',
    'npg': '1',
    'npxG': '2.0069142188876867',
    'xGChain': '6.113463159650564',
    'xGBuildup': '2.3846182618290186'},
   {'id': '9685',
    'player_name': 'Mads Roerslev',
    'games': '34',
    'time': '2009',
    'goals': '1',
    'xG': '1.1281067915260792',
    'assists': '2',
    'xA': '2.064798539504409',
    'shots': '7',
    'key_passes': '15',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brentford',
    'npg': '1',
    'npxG': '1.1281067915260792',
    'xGChain': '6.286723421886563',
    'xGBuildup': '4.37823604606092'},
   {'id': '9733',
    'player_name': 'Nathan Collins',
    'games': '32',
    'time': '2647',
    'goals': '1',
    'xG': '1.9630648605525494',
    'assists': '1',
    'xA': '2.0567236468195915',
    'shots': '10',
    'key_passes': '11',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Brentford',
    'npg': '1',
    'npxG': '1.9630648605525494',
    'xGChain': '7.091836112551391',
    'xGBuildup': '4.629758290015161'},
   {'id': '9914',
    'player_name': 'Shandon Baptiste',
    'games': '10',
    'time': '203',
    'goals': '1',
    'xG': '0.8607992753386497',
    'assists': '1',
    'xA': '0.4303002767264843',
    'shots': '2',
    'key_passes': '4',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brentford',
    'npg': '1',
    'npxG': '0.8607992753386497',
    'xGChain': '1.3308127243071795',
    'xGBuildup': '0.26521478593349457'},
   {'id': '1214',
    'player_name': 'Thomas Strakosha',
    'games': '2',
    'time': '127',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK S',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '7047',
    'player_name': 'Mark Flekken',
    'games': '37',
    'time': '3293',
    'goals': '0',
    'xG': '0',
    'assists': '1',
    'xA': '0.29118523746728897',
    'shots': '0',
    'key_passes': '3',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0',
    'xGChain': '4.7133525144308805',
    'xGBuildup': '4.524704350158572'},
   {'id': '7187',
    'player_name': 'Sergio Reguilón',
    'games': '16',
    'time': '1137',
    'goals': '0',
    'xG': '0.9667032230645418',
    'assists': '4',
    'xA': '2.8239520508795977',
    'shots': '13',
    'key_passes': '20',
    'yellow_cards': '4',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0.9667032230645418',
    'xGChain': '4.303695276379585',
    'xGBuildup': '1.9703862518072128'},
   {'id': '8859',
    'player_name': 'Mikkel Damsgaard',
    'games': '23',
    'time': '797',
    'goals': '0',
    'xG': '0.8753717057406902',
    'assists': '2',
    'xA': '2.291341120377183',
    'shots': '9',
    'key_passes': '10',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0.8753717057406902',
    'xGChain': '4.728561159223318',
    'xGBuildup': '2.396734122186899'},
   {'id': '8942',
    'player_name': 'Aaron Hickey',
    'games': '9',
    'time': '749',
    'goals': '0',
    'xG': '0.19348732568323612',
    'assists': '0',
    'xA': '0.04746435210108757',
    'shots': '7',
    'key_passes': '1',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0.19348732568323612',
    'xGChain': '1.1258890461176634',
    'xGBuildup': '0.9994768127799034'},
   {'id': '9679',
    'player_name': 'Rico Henry',
    'games': '5',
    'time': '401',
    'goals': '0',
    'xG': '0.045370095409452915',
    'assists': '1',
    'xA': '0.7904934585094452',
    'shots': '2',
    'key_passes': '4',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0.045370095409452915',
    'xGChain': '2.13233545422554',
    'xGBuildup': '1.4655016660690308'},
   {'id': '10205',
    'player_name': 'Myles Peart-Harris',
    'games': '3',
    'time': '3',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.011411809362471104',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.16001979354768991',
    'xGBuildup': '0.1486079841852188'},
   {'id': '10405',
    'player_name': 'Josh Dasilva',
    'games': '3',
    'time': '16',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.12691843509674072',
    'shots': '0',
    'key_passes': '2',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.10939022153615952',
    'xGBuildup': '0'},
   {'id': '11487',
    'player_name': 'Michael Olakigbe',
    'games': '8',
    'time': '35',
    'goals': '0',
    'xG': '0.08374244254082441',
    'assists': '0',
    'xA': '0',
    'shots': '3',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '0.08374244254082441',
    'xGChain': '0.20455775130540133',
    'xGBuildup': '0.12081530690193176'},
   {'id': '11772',
    'player_name': 'Yehor Yarmolyuk',
    'games': '27',
    'time': '619',
    'goals': '0',
    'xG': '1.0328057277947664',
    'assists': '0',
    'xA': '0.08315489068627357',
    'shots': '11',
    'key_passes': '3',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Brentford',
    'npg': '0',
    'npxG': '1.0328057277947664',
    'xGChain': '3.1682952363044024',
    'xGBuildup': '2.1086901389062405'}]},
 'https://understat.com/team/Nottingham_Forest/2023': {'matches': [{'id': '22276',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.84262', 'a': '0.966305'},
    'datetime': '2023-08-12 11:30:00',
    'forecast': {'w': 0.30280789728352503,
     'd': 0.3269645004119555,
     'l': 0.37022760230430773},
    'result': 'l'},
   {'id': '22285',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.37181', 'a': '0.551038'},
    'datetime': '2023-08-18 18:45:00',
    'forecast': {'w': 0.571508546353739,
     'd': 0.2794211385204859,
     'l': 0.1490703151014612},
    'result': 'w'},
   {'id': '22300',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '3.02803', 'a': '0.960354'},
    'datetime': '2023-08-26 14:00:00',
    'forecast': {'w': 0.7861422975271012,
     'd': 0.1268349452406216,
     'l': 0.08702200622535035},
    'result': 'l'},
   {'id': '21930',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '2.28442', 'a': '1.1505'},
    'datetime': '2023-09-02 14:00:00',
    'forecast': {'w': 0.6282444782175023,
     'd': 0.19180907667762861,
     'l': 0.17994642326271615},
    'result': 'w'},
   {'id': '21944',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.705795', 'a': '0.807651'},
    'datetime': '2023-09-18 18:45:00',
    'forecast': {'w': 0.2878980980334038,
     'd': 0.364701444231525,
     'l': 0.34740045773505496},
    'result': 'd'},
   {'id': '21946',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.33984', 'a': '0.729109'},
    'datetime': '2023-09-23 14:00:00',
    'forecast': {'w': 0.5132462236107563,
     'd': 0.2833333802419217,
     'l': 0.2034203961297317},
    'result': 'l'},
   {'id': '21963',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.800317', 'a': '1.75862'},
    'datetime': '2023-10-01 13:00:00',
    'forecast': {'w': 0.16702979502430612,
     'd': 0.23118135268685508,
     'l': 0.6017888515849265},
    'result': 'd'},
   {'id': '21968',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '0', 'a': '0'},
    'xG': {'h': '0.982452', 'a': '1.22105'},
    'datetime': '2023-10-07 16:30:00',
    'forecast': {'w': 0.29598905739371983,
     'd': 0.2883095261601405,
     'l': 0.4157014164410248},
    'result': 'd'},
   {'id': '21982',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.27549', 'a': '1.49555'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.7204177522223085,
     'd': 0.13883532475163857,
     'l': 0.14074498203847702},
    'result': 'd'},
   {'id': '21991',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '2.70428', 'a': '0.642014'},
    'datetime': '2023-10-29 14:00:00',
    'forecast': {'w': 0.8073472399822915,
     'd': 0.1286062320380989,
     'l': 0.06404634210400889},
    'result': 'l'},
   {'id': '22002',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '0.592447', 'a': '1.33116'},
    'datetime': '2023-11-05 14:00:00',
    'forecast': {'w': 0.16567001895110461,
     'd': 0.2860884658175547,
     'l': 0.5482415152152578},
    'result': 'w'},
   {'id': '22013',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '2.06402', 'a': '1.42128'},
    'datetime': '2023-11-12 14:00:00',
    'forecast': {'w': 0.5239720868436595,
     'd': 0.2124037656640279,
     'l': 0.2636241416014421},
    'result': 'l'},
   {'id': '22022',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.22655', 'a': '1.21792'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.6019281779250916,
     'd': 0.19820079578423153,
     'l': 0.1998710106024568},
    'result': 'l'},
   {'id': '22033',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.673085', 'a': '0.623789'},
    'datetime': '2023-12-02 17:30:00',
    'forecast': {'w': 0.31483892136795116,
     'd': 0.40079483190620957,
     'l': 0.284366246725838},
    'result': 'l'},
   {'id': '22038',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '5', 'a': '0'},
    'xG': {'h': '3.09427', 'a': '0.218659'},
    'datetime': '2023-12-06 19:30:00',
    'forecast': {'w': 0.9223227143830536,
     'd': 0.06553726760046134,
     'l': 0.012139040779513489},
    'result': 'l'},
   {'id': '22054',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.02199', 'a': '1.21801'},
    'datetime': '2023-12-09 15:00:00',
    'forecast': {'w': 0.3079283980431912,
     'd': 0.28638762285088293,
     'l': 0.40568397910080295},
    'result': 'd'},
   {'id': '22063',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '1.70569', 'a': '1.60738'},
    'datetime': '2023-12-15 20:00:00',
    'forecast': {'w': 0.4059366332131681,
     'd': 0.2294596842323315,
     'l': 0.3646036818766291},
    'result': 'l'},
   {'id': '22070',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '0.791806', 'a': '1.89067'},
    'datetime': '2023-12-23 15:00:00',
    'forecast': {'w': 0.15040010699877096,
     'd': 0.21610943805480032,
     'l': 0.6334904531022613},
    'result': 'l'},
   {'id': '22083',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '2.79106', 'a': '3.1074'},
    'datetime': '2023-12-26 12:30:00',
    'forecast': {'w': 0.36586493264306647,
     'd': 0.1668657893523737,
     'l': 0.46726797379195734},
    'result': 'w'},
   {'id': '22091',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.744348', 'a': '0.651905'},
    'datetime': '2023-12-30 17:30:00',
    'forecast': {'w': 0.3363128728691167,
     'd': 0.3830120660077415,
     'l': 0.28067506112313634},
    'result': 'w'},
   {'id': '22104',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '2'},
    'xG': {'h': '1.94219', 'a': '1.22251'},
    'datetime': '2024-01-20 17:30:00',
    'forecast': {'w': 0.5414037139624255,
     'd': 0.22026873883412862,
     'l': 0.2383275445674653},
    'result': 'l'},
   {'id': '22108',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.631618', 'a': '1.39143'},
    'datetime': '2024-01-30 19:30:00',
    'forecast': {'w': 0.16910879572632748,
     'd': 0.27665430567048077,
     'l': 0.5542368985736509},
    'result': 'l'},
   {'id': '22115',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.1895', 'a': '0.456548'},
    'datetime': '2024-02-04 14:00:00',
    'forecast': {'w': 0.545273790051731,
     'd': 0.3126221205886445,
     'l': 0.14210408935622976},
    'result': 'd'},
   {'id': '22131',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '0.968075', 'a': '0.511375'},
    'datetime': '2024-02-10 17:30:00',
    'forecast': {'w': 0.4554151526483083,
     'd': 0.3552633068549277,
     'l': 0.1893215404965743},
    'result': 'l'},
   {'id': '22142',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '2.66942', 'a': '0.520016'},
    'datetime': '2024-02-17 15:00:00',
    'forecast': {'w': 0.8281043103078662,
     'd': 0.12156653512362749,
     'l': 0.05032899654064433},
    'result': 'w'},
   {'id': '22147',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '4', 'a': '2'},
    'xG': {'h': '3.48861', 'a': '2.25569'},
    'datetime': '2024-02-24 15:00:00',
    'forecast': {'w': 0.6178951459706488,
     'd': 0.15102531553981452,
     'l': 0.2310754163821773},
    'result': 'l'},
   {'id': '22162',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.971466', 'a': '1.32259'},
    'datetime': '2024-03-02 15:00:00',
    'forecast': {'w': 0.2744055943209539,
     'd': 0.27851179506221935,
     'l': 0.4470826106019123},
    'result': 'l'},
   {'id': '22168',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '0.534518', 'a': '0.687034'},
    'datetime': '2024-03-10 14:00:00',
    'forecast': {'w': 0.24524530189032115,
     'd': 0.4133753293521471,
     'l': 0.34137936875753017},
    'result': 'l'},
   {'id': '22181',
    'isResult': True,
    'side': 'a',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.853782', 'a': '1.95268'},
    'datetime': '2024-03-16 15:00:00',
    'forecast': {'w': 0.15700507540625652,
     'd': 0.21177160503102582,
     'l': 0.6312233167379545},
    'result': 'd'},
   {'id': '22192',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.784652', 'a': '0.900972'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.2966979687687029,
     'd': 0.34140417314152194,
     'l': 0.36189785808969643},
    'result': 'd'},
   {'id': '22198',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.94619', 'a': '1.04304'},
    'datetime': '2024-04-02 18:30:00',
    'forecast': {'w': 0.5839091434859504,
     'd': 0.21763571710521504,
     'l': 0.19845513670488873},
    'result': 'w'},
   {'id': '22213',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '1.61978', 'a': '2.00122'},
    'datetime': '2024-04-07 19:00:00',
    'forecast': {'w': 0.31588617980073996,
     'd': 0.2149431268093176,
     'l': 0.4691706892542662},
    'result': 'l'},
   {'id': '22223',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '1.76244', 'a': '1.45688'},
    'datetime': '2024-04-13 14:00:00',
    'forecast': {'w': 0.4495247449227716,
     'd': 0.23069411060603556,
     'l': 0.3197811436912073},
    'result': 'd'},
   {'id': '22228',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '0.473233', 'a': '1.18916'},
    'datetime': '2024-04-21 12:30:00',
    'forecast': {'w': 0.1473579421541672,
     'd': 0.3124199118153732,
     'l': 0.5402221460270786},
    'result': 'l'},
   {'id': '22242',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '0', 'a': '2'},
    'xG': {'h': '2.17312', 'a': '0.932063'},
    'datetime': '2024-04-28 15:30:00',
    'forecast': {'w': 0.6569005205676625,
     'd': 0.193323469124745,
     'l': 0.14977599885842874},
    'result': 'l'},
   {'id': '22254',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '2.48986', 'a': '1.93818'},
    'datetime': '2024-05-04 14:00:00',
    'forecast': {'w': 0.5055511982360325,
     'd': 0.19005025922239344,
     'l': 0.30439847430314554},
    'result': 'w'},
   {'id': '22261',
    'isResult': True,
    'side': 'h',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.44569', 'a': '2.41068'},
    'datetime': '2024-05-11 16:30:00',
    'forecast': {'w': 0.41296825811285165,
     'd': 0.18639769933853376,
     'l': 0.4006339467035527},
    'result': 'l'},
   {'id': '22268',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.08222', 'a': '1.57962'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.26035808313116826,
     'd': 0.25098437797536294,
     'l': 0.4886575387263662},
    'result': 'w'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 335,
     'goals': 41,
     'xG': 42.09452903084457,
     'against': {'shots': 368, 'goals': 41, 'xG': 40.37046307884157}},
    'FromCorner': {'shots': 76,
     'goals': 3,
     'xG': 6.300663674250245,
     'against': {'shots': 92, 'goals': 15, 'xG': 10.176831952761859}},
    'SetPiece': {'shots': 32,
     'goals': 4,
     'xG': 2.8182252114638686,
     'against': {'shots': 26, 'goals': 6, 'xG': 3.847283188253641}},
    'DirectFreekick': {'shots': 7,
     'goals': 0,
     'xG': 0.47131772711873055,
     'against': {'shots': 21, 'goals': 1, 'xG': 1.4085141830146313}},
    'Penalty': {'shots': 1,
     'goals': 1,
     'xG': 0.7611688375473022,
     'against': {'shots': 4, 'goals': 4, 'xG': 3.0446011424064636}}},
   'formation': {'4-2-3-1': {'stat': '4-2-3-1',
     'time': 2001,
     'shots': 251,
     'goals': 32,
     'xG': 28.839047466404736,
     'against': {'shots': 276, 'goals': 36, 'xG': 31.454412948340178}},
    '4-3-3': {'stat': '4-3-3',
     'time': 612,
     'shots': 72,
     'goals': 6,
     'xG': 8.225980017334223,
     'against': {'shots': 80, 'goals': 9, 'xG': 9.085340510122478}},
    '5-4-1': {'stat': '5-4-1',
     'time': 335,
     'shots': 43,
     'goals': 2,
     'xG': 5.37942514475435,
     'against': {'shots': 47, 'goals': 10, 'xG': 7.102167615201324}},
    '3-4-2-1': {'stat': '3-4-2-1',
     'time': 218,
     'shots': 19,
     'goals': 3,
     'xG': 2.2201892053708434,
     'against': {'shots': 39, 'goals': 3, 'xG': 5.312443037517369}},
    '3-4-3': {'stat': '3-4-3',
     'time': 177,
     'shots': 21,
     'goals': 2,
     'xG': 2.228387551382184,
     'against': {'shots': 22, 'goals': 3, 'xG': 1.1380139477550983}},
    '3-5-2': {'stat': '3-5-2',
     'time': 166,
     'shots': 14,
     'goals': 1,
     'xG': 1.75081916898489,
     'against': {'shots': 20, 'goals': 3, 'xG': 2.46846866607666}},
    '4-1-4-1': {'stat': '4-1-4-1',
     'time': 100,
     'shots': 18,
     'goals': 2,
     'xG': 2.226546935737133,
     'against': {'shots': 11, 'goals': 3, 'xG': 1.2179161496460438}},
    '4-1-2-1-2': {'stat': '4-1-2-1-2',
     'time': 41,
     'shots': 3,
     'goals': 1,
     'xG': 0.6286208983510733,
     'against': {'shots': 11, 'goals': 0, 'xG': 0.7615848183631897}},
    '4-4-2': {'stat': '4-4-2',
     'time': 32,
     'shots': 4,
     'goals': 0,
     'xG': 0.19883277639746666,
     'against': {'shots': 3, 'goals': 0, 'xG': 0.12339679896831512}},
    '4-3-1-2': {'stat': '4-3-1-2',
     'time': 21,
     'shots': 6,
     'goals': 0,
     'xG': 0.7480553165078163,
     'against': {'shots': 2, 'goals': 0, 'xG': 0.1839490532875061}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1886,
     'shots': 207,
     'goals': 21,
     'xG': 25.12317797821015,
     'against': {'shots': 254, 'goals': 34, 'xG': 30.367965842131525}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 682,
     'shots': 109,
     'goals': 14,
     'xG': 11.631043537519872,
     'against': {'shots': 65, 'goals': 12, 'xG': 9.168009845539927}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 459,
     'shots': 55,
     'goals': 8,
     'xG': 6.048776663839817,
     'against': {'shots': 82, 'goals': 12, 'xG': 8.925020924769342}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 426,
     'shots': 53,
     'goals': 5,
     'xG': 6.778348162770271,
     'against': {'shots': 55, 'goals': 5, 'xG': 5.569679852575064}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 250,
     'shots': 27,
     'goals': 1,
     'xG': 2.864558138884604,
     'against': {'shots': 55, 'goals': 4, 'xG': 4.817017080262303}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 67,
     'goals': 11,
     'xG': 6.7508854093030095,
     'against': {'shots': 66, 'goals': 9, 'xG': 7.001243154518306}},
    '16-30': {'stat': '16-30',
     'shots': 57,
     'goals': 4,
     'xG': 6.082517312839627,
     'against': {'shots': 74, 'goals': 11, 'xG': 10.783424515742809}},
    '31-45': {'stat': '31-45',
     'shots': 59,
     'goals': 5,
     'xG': 8.270034277811646,
     'against': {'shots': 77, 'goals': 9, 'xG': 7.940298627130687}},
    '46-60': {'stat': '46-60',
     'shots': 88,
     'goals': 15,
     'xG': 15.802761880680919,
     'against': {'shots': 97, 'goals': 14, 'xG': 13.35480295214802}},
    '61-75': {'stat': '61-75',
     'shots': 75,
     'goals': 9,
     'xG': 6.652811989188194,
     'against': {'shots': 87, 'goals': 13, 'xG': 9.309277953580022}},
    '76+': {'stat': '76+',
     'shots': 105,
     'goals': 5,
     'xG': 8.88689361140132,
     'against': {'shots': 110, 'goals': 11, 'xG': 10.458646342158318}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 0,
     'goals': 0,
     'xG': 0,
     'against': {'shots': 2, 'goals': 2, 'xG': 2}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 162,
     'goals': 9,
     'xG': 5.885985491797328,
     'against': {'shots': 180, 'goals': 10, 'xG': 5.936586138326675}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 247,
     'goals': 33,
     'xG': 33.29426170978695,
     'against': {'shots': 281, 'goals': 41, 'xG': 36.79227683227509}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 42,
     'goals': 7,
     'xG': 13.265657279640436,
     'against': {'shots': 48, 'goals': 14, 'xG': 14.118830574676394}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 271,
     'goals': 28,
     'xG': 31.263848224654794,
     'against': {'shots': 288, 'goals': 31, 'xG': 33.55846131127328}},
    'Standard': {'stat': 'Standard',
     'shots': 116,
     'goals': 8,
     'xG': 10.351375450380147,
     'against': {'shots': 143, 'goals': 26, 'xG': 18.477230466436595}},
    'Fast': {'stat': 'Fast',
     'shots': 36,
     'goals': 10,
     'xG': 9.051532290875912,
     'against': {'shots': 19, 'goals': 3, 'xG': 2.926764901727438}},
    'Slow': {'stat': 'Slow',
     'shots': 28,
     'goals': 3,
     'xG': 1.7791485153138638,
     'against': {'shots': 61, 'goals': 7, 'xG': 3.8852368658408523}}},
   'result': {'BlockedShot': {'shots': 120,
     'goals': 0,
     'xG': 7.3774885684251785,
     'against': {'shots': 172, 'goals': 0, 'xG': 12.084036722313613}},
    'SavedShot': {'shots': 95,
     'goals': 0,
     'xG': 9.655241562053561,
     'against': {'shots': 98, 'goals': 0, 'xG': 9.65522908885032}},
    'MissedShots': {'shots': 176,
     'goals': 0,
     'xG': 16.691630478017032,
     'against': {'shots': 164, 'goals': 0, 'xG': 13.755244635045528}},
    'Goal': {'shots': 49,
     'goals': 49,
     'xG': 14.926795141771436,
     'against': {'shots': 67, 'goals': 67, 'xG': 21.264384230598807}},
    'ShotOnPost': {'shots': 11,
     'goals': 0,
     'xG': 3.794748730957508,
     'against': {'shots': 10, 'goals': 0, 'xG': 2.088798868469894}}}},
  'players_data': [{'id': '4456',
    'player_name': 'Chris Wood',
    'games': '31',
    'time': '1797',
    'goals': '14',
    'xG': '13.364272002130747',
    'assists': '1',
    'xA': '1.987032251432538',
    'shots': '48',
    'key_passes': '22',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Nottingham Forest',
    'npg': '14',
    'npxG': '13.364272002130747',
    'xGChain': '15.345352198928595',
    'xGBuildup': '0.9163662036880851'},
   {'id': '6456',
    'player_name': 'Callum Hudson-Odoi',
    'games': '29',
    'time': '1844',
    'goals': '8',
    'xG': '3.01959465444088',
    'assists': '1',
    'xA': '3.0873287972062826',
    'shots': '38',
    'key_passes': '36',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Nottingham Forest',
    'npg': '8',
    'npxG': '3.01959465444088',
    'xGChain': '12.357455093413591',
    'xGBuildup': '6.948451370000839'},
   {'id': '7814',
    'player_name': 'Taiwo Awoniyi',
    'games': '20',
    'time': '1066',
    'goals': '6',
    'xG': '5.060870740562677',
    'assists': '3',
    'xA': '1.6294344998896122',
    'shots': '22',
    'key_passes': '10',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Nottingham Forest',
    'npg': '6',
    'npxG': '5.060870740562677',
    'xGChain': '6.060688458383083',
    'xGBuildup': '1.5500111253932118'},
   {'id': '6857',
    'player_name': 'Morgan Gibbs-White',
    'games': '37',
    'time': '3177',
    'goals': '5',
    'xG': '6.069625414907932',
    'assists': '10',
    'xA': '9.522167706862092',
    'shots': '71',
    'key_passes': '74',
    'yellow_cards': '9',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Nottingham Forest',
    'npg': '4',
    'npxG': '5.308456636965275',
    'xGChain': '18.272872403264046',
    'xGBuildup': '9.268674820661545'},
   {'id': '9524',
    'player_name': 'Anthony Elanga',
    'games': '36',
    'time': '2430',
    'goals': '5',
    'xG': '6.7731207851320505',
    'assists': '9',
    'xA': '7.090984374284744',
    'shots': '54',
    'key_passes': '33',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Nottingham Forest',
    'npg': '5',
    'npxG': '6.7731207851320505',
    'xGChain': '17.626320507377386',
    'xGBuildup': '5.61586544662714'},
   {'id': '6850',
    'player_name': 'Willy Boly',
    'games': '20',
    'time': '1461',
    'goals': '2',
    'xG': '1.4704081807285547',
    'assists': '1',
    'xA': '1.3754375465214252',
    'shots': '14',
    'key_passes': '8',
    'yellow_cards': '1',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '2',
    'npxG': '1.4704081807285547',
    'xGChain': '4.124650048092008',
    'xGBuildup': '3.0947159733623266'},
   {'id': '8252',
    'player_name': 'Nicolás Domínguez',
    'games': '26',
    'time': '1543',
    'goals': '2',
    'xG': '1.7021510526537895',
    'assists': '2',
    'xA': '0.9089695196598768',
    'shots': '22',
    'key_passes': '10',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Nottingham Forest',
    'npg': '2',
    'npxG': '1.7021510526537895',
    'xGChain': '6.102301966398954',
    'xGBuildup': '3.8425266593694687'},
   {'id': '11317',
    'player_name': 'Danilo',
    'games': '29',
    'time': '1799',
    'goals': '2',
    'xG': '1.6652069194242358',
    'assists': '2',
    'xA': '1.5294003784656525',
    'shots': '23',
    'key_passes': '20',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Nottingham Forest',
    'npg': '2',
    'npxG': '1.6652069194242358',
    'xGChain': '10.227419295348227',
    'xGBuildup': '7.997594775632024'},
   {'id': '725',
    'player_name': 'Ola Aina',
    'games': '22',
    'time': '1730',
    'goals': '1',
    'xG': '0.29650082159787416',
    'assists': '1',
    'xA': '0.7307851929217577',
    'shots': '11',
    'key_passes': '11',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '1',
    'npxG': '0.29650082159787416',
    'xGChain': '6.002222128212452',
    'xGBuildup': '5.237075835466385'},
   {'id': '5989',
    'player_name': 'Moussa Niakhate',
    'games': '21',
    'time': '1446',
    'goals': '1',
    'xG': '1.166658602654934',
    'assists': '0',
    'xA': '0.09786215238273144',
    'shots': '5',
    'key_passes': '3',
    'yellow_cards': '3',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '1',
    'npxG': '1.166658602654934',
    'xGChain': '5.4206202663481236',
    'xGBuildup': '5.337864320725203'},
   {'id': '6088',
    'player_name': 'Orel Mangala',
    'games': '20',
    'time': '1599',
    'goals': '1',
    'xG': '0.8923602215945721',
    'assists': '0',
    'xA': '0.28679931722581387',
    'shots': '10',
    'key_passes': '6',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Nottingham Forest',
    'npg': '1',
    'npxG': '0.8923602215945721',
    'xGChain': '3.6685553789138794',
    'xGBuildup': '2.841583462432027'},
   {'id': '10758',
    'player_name': 'Harry Toffolo',
    'games': '23',
    'time': '1439',
    'goals': '1',
    'xG': '1.4097881969064474',
    'assists': '3',
    'xA': '1.481477415189147',
    'shots': '8',
    'key_passes': '18',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '1',
    'npxG': '1.4097881969064474',
    'xGChain': '4.174264665693045',
    'xGBuildup': '2.7104875817894936'},
   {'id': '11003',
    'player_name': 'Ryan Yates',
    'games': '35',
    'time': '1967',
    'goals': '1',
    'xG': '2.6223334167152643',
    'assists': '1',
    'xA': '1.0064595751464367',
    'shots': '32',
    'key_passes': '7',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Nottingham Forest',
    'npg': '1',
    'npxG': '2.6223334167152643',
    'xGChain': '7.967897219583392',
    'xGBuildup': '5.582980010658503'},
   {'id': '375',
    'player_name': 'Odisseas Vlachodimos',
    'games': '5',
    'time': '450',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.03266533091664314',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0',
    'xGChain': '1.0999388750642538',
    'xGBuildup': '1.0672735627740622'},
   {'id': '484',
    'player_name': 'Divock Origi',
    'games': '20',
    'time': '557',
    'goals': '0',
    'xG': '1.545853216201067',
    'assists': '1',
    'xA': '1.5920869708061218',
    'shots': '14',
    'key_passes': '7',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '1.545853216201067',
    'xGChain': '4.103459514677525',
    'xGBuildup': '1.0764283947646618'},
   {'id': '532',
    'player_name': 'Cheikhou Kouyaté',
    'games': '12',
    'time': '199',
    'goals': '0',
    'xG': '0.4007705431431532',
    'assists': '0',
    'xA': '0.05584664270281792',
    'shots': '5',
    'key_passes': '1',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.4007705431431532',
    'xGChain': '0.8718480132520199',
    'xGBuildup': '0.4558485820889473'},
   {'id': '3600',
    'player_name': 'Serge Aurier',
    'games': '12',
    'time': '843',
    'goals': '0',
    'xG': '0.20426762104034424',
    'assists': '2',
    'xA': '0.6003383956849575',
    'shots': '6',
    'key_passes': '3',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.20426762104034424',
    'xGChain': '2.7418938018381596',
    'xGBuildup': '2.1127189621329308'},
   {'id': '5722',
    'player_name': 'Ibrahim Sangare',
    'games': '17',
    'time': '1053',
    'goals': '0',
    'xG': '0.8340437468141317',
    'assists': '0',
    'xA': '0.35079983808100224',
    'shots': '8',
    'key_passes': '7',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.8340437468141317',
    'xGChain': '4.501044608652592',
    'xGBuildup': '3.5168560035526752'},
   {'id': '6903',
    'player_name': 'Matz Sels',
    'games': '16',
    'time': '1440',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.06965266913175583',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.8204675614833832',
    'xGBuildup': '0.7508148960769176'},
   {'id': '7921',
    'player_name': 'Felipe',
    'games': '7',
    'time': '369',
    'goals': '0',
    'xG': '0.17141835950315',
    'assists': '0',
    'xA': '0.03801676072180271',
    'shots': '3',
    'key_passes': '2',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.17141835950315',
    'xGChain': '1.4830044843256474',
    'xGBuildup': '1.4425167199224234'},
   {'id': '8191',
    'player_name': 'Giovanni Reyna',
    'games': '9',
    'time': '206',
    'goals': '0',
    'xG': '0.20879216119647026',
    'assists': '1',
    'xA': '0.39245820976793766',
    'shots': '5',
    'key_passes': '6',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.20879216119647026',
    'xGChain': '1.2173451017588377',
    'xGBuildup': '0.8090423513203859'},
   {'id': '8204',
    'player_name': 'Neco Williams',
    'games': '26',
    'time': '1622',
    'goals': '0',
    'xG': '0.9342501480132341',
    'assists': '1',
    'xA': '1.1115016266703606',
    'shots': '15',
    'key_passes': '11',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D M S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.9342501480132341',
    'xGChain': '4.656272342428565',
    'xGBuildup': '3.0113450456410646'},
   {'id': '9691',
    'player_name': 'Nuno Tavares',
    'games': '8',
    'time': '447',
    'goals': '0',
    'xG': '0.17316641379147768',
    'assists': '0',
    'xA': '0.24934393167495728',
    'shots': '7',
    'key_passes': '2',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.17316641379147768',
    'xGChain': '0.6703841388225555',
    'xGBuildup': '0.3541552796959877'},
   {'id': '9833',
    'player_name': 'Andrew Omobamidele',
    'games': '11',
    'time': '771',
    'goals': '0',
    'xG': '0.08128143101930618',
    'assists': '0',
    'xA': '0.07729564048349857',
    'shots': '1',
    'key_passes': '2',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.08128143101930618',
    'xGChain': '1.927911488339305',
    'xGBuildup': '1.8260405641049147'},
   {'id': '9897',
    'player_name': 'Gonzalo Montiel',
    'games': '14',
    'time': '809',
    'goals': '0',
    'xG': '0.11951960995793343',
    'assists': '2',
    'xA': '1.7303651086986065',
    'shots': '3',
    'key_passes': '9',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.11951960995793343',
    'xGChain': '4.5273467022925615',
    'xGBuildup': '3.0314525980502367'},
   {'id': '10700',
    'player_name': 'Matt Turner',
    'games': '17',
    'time': '1530',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0',
    'xGChain': '1.9971356615424156',
    'xGBuildup': '1.9971356615424156'},
   {'id': '10756',
    'player_name': 'Joe Worrall',
    'games': '7',
    'time': '440',
    'goals': '0',
    'xG': '0.08149255812168121',
    'assists': '0',
    'xA': '0.12857882678508759',
    'shots': '2',
    'key_passes': '2',
    'yellow_cards': '0',
    'red_cards': '1',
    'position': 'D S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.08149255812168121',
    'xGChain': '0.3787533640861511',
    'xGBuildup': '0.3787533640861511'},
   {'id': '10757',
    'player_name': 'Scott McKenna',
    'games': '5',
    'time': '420',
    'goals': '0',
    'xG': '0.17008375376462936',
    'assists': '0',
    'xA': '0.19044238328933716',
    'shots': '2',
    'key_passes': '3',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.17008375376462936',
    'xGChain': '0.285503588616848',
    'xGBuildup': '0.18080484867095947'},
   {'id': '10760',
    'player_name': 'Brennan Johnson',
    'games': '3',
    'time': '249',
    'goals': '0',
    'xG': '0.2706311196088791',
    'assists': '0',
    'xA': '0.09796891361474991',
    'shots': '3',
    'key_passes': '1',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'F M',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.2706311196088791',
    'xGChain': '1.3559074401855469',
    'xGBuildup': '1.085276335477829'},
   {'id': '11808',
    'player_name': 'Andrey Santos',
    'games': '1',
    'time': '3',
    'goals': '0',
    'xG': '0.07211316376924515',
    'assists': '0',
    'xA': '0',
    'shots': '2',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0.07211316376924515',
    'xGChain': '0.027800722047686577',
    'xGBuildup': '0.027800722047686577'},
   {'id': '12034',
    'player_name': 'Brandon Aguilera',
    'games': '1',
    'time': '1',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '12123',
    'player_name': 'Murillo',
    'games': '32',
    'time': '2813',
    'goals': '0',
    'xG': '1.6653295904397964',
    'assists': '2',
    'xA': '1.2170642092823982',
    'shots': '17',
    'key_passes': '8',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '1.6653295904397964',
    'xGChain': '8.485122511163354',
    'xGBuildup': '7.43321305885911'},
   {'id': '12418',
    'player_name': 'Rodrigo Ribeiro',
    'games': '4',
    'time': '11',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Nottingham Forest',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'}]},
 'https://understat.com/team/Luton/2023': {'matches': [{'id': '22278',
    'isResult': True,
    'side': 'a',
    'h': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '4.36748', 'a': '1.88594'},
    'datetime': '2023-08-12 14:00:00',
    'forecast': {'w': 0.788056366419096,
     'd': 0.10208637818325443,
     'l': 0.109804121675837},
    'result': 'l'},
   {'id': '22295',
    'isResult': True,
    'side': 'a',
    'h': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '3', 'a': '0'},
    'xG': {'h': '3.41419', 'a': '0.465741'},
    'datetime': '2023-08-25 19:00:00',
    'forecast': {'w': 0.9070548001971916,
     'd': 0.06909783991688526,
     'l': 0.023844179134225933},
    'result': 'l'},
   {'id': '21925',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '2.02244', 'a': '1.22528'},
    'datetime': '2023-09-01 19:00:00',
    'forecast': {'w': 0.5582049879117781,
     'd': 0.21407018017918727,
     'l': 0.22772482742191158},
    'result': 'l'},
   {'id': '21939',
    'isResult': True,
    'side': 'a',
    'h': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.75704', 'a': '1.45705'},
    'datetime': '2023-09-16 14:00:00',
    'forecast': {'w': 0.44824262927706016,
     'd': 0.23100244315887067,
     'l': 0.32075492681310525},
    'result': 'l'},
   {'id': '21945',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '2.24101', 'a': '0.762984'},
    'datetime': '2023-09-23 14:00:00',
    'forecast': {'w': 0.709563962540131,
     'd': 0.17829681710944917,
     'l': 0.11213920329822501},
    'result': 'd'},
   {'id': '21956',
    'isResult': True,
    'side': 'a',
    'h': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '3.65377', 'a': '1.5102'},
    'datetime': '2023-09-30 14:00:00',
    'forecast': {'w': 0.7666067614171308,
     'd': 0.11908280192134954,
     'l': 0.11430338461523429},
    'result': 'w'},
   {'id': '22289',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.53058', 'a': '0.920206'},
    'datetime': '2023-10-03 18:30:00',
    'forecast': {'w': 0.5154609797664693,
     'd': 0.2577481756057342,
     'l': 0.22679084451930864},
    'result': 'l'},
   {'id': '21971',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'goals': {'h': '0', 'a': '1'},
    'xG': {'h': '0.848118', 'a': '2.37947'},
    'datetime': '2023-10-07 11:30:00',
    'forecast': {'w': 0.11575648857120416,
     'd': 0.1703407039419404,
     'l': 0.7139027706322937},
    'result': 'l'},
   {'id': '21982',
    'isResult': True,
    'side': 'a',
    'h': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '2'},
    'xG': {'h': '3.27549', 'a': '1.49555'},
    'datetime': '2023-10-21 14:00:00',
    'forecast': {'w': 0.7204177522223085,
     'd': 0.13883532475163857,
     'l': 0.14074498203847702},
    'result': 'd'},
   {'id': '21987',
    'isResult': True,
    'side': 'a',
    'h': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.07654', 'a': '0.453117'},
    'datetime': '2023-10-29 14:00:00',
    'forecast': {'w': 0.8828194097645494,
     'd': 0.0868324804923813,
     'l': 0.030347198386968737},
    'result': 'l'},
   {'id': '21999',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.3411', 'a': '3.03925'},
    'datetime': '2023-11-05 16:30:00',
    'forecast': {'w': 0.13840199458617736,
     'd': 0.14620918133550367,
     'l': 0.7153880384108426},
    'result': 'd'},
   {'id': '22012',
    'isResult': True,
    'side': 'a',
    'h': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '2.74105', 'a': '0.408265'},
    'datetime': '2023-11-11 15:00:00',
    'forecast': {'w': 0.8587900233270556,
     'd': 0.10608600143454329,
     'l': 0.035123755248282776},
    'result': 'l'},
   {'id': '22019',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '0.996153', 'a': '1.83546'},
    'datetime': '2023-11-25 15:00:00',
    'forecast': {'w': 0.20234772208326438,
     'd': 0.22711879946409638,
     'l': 0.5705334772077102},
    'result': 'w'},
   {'id': '22027',
    'isResult': True,
    'side': 'a',
    'h': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.25952', 'a': '0.227176'},
    'datetime': '2023-12-02 15:00:00',
    'forecast': {'w': 0.9312364133528328,
     'd': 0.05781846164530879,
     'l': 0.010943294478033284},
    'result': 'l'},
   {'id': '22039',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'goals': {'h': '3', 'a': '4'},
    'xG': {'h': '0.526254', 'a': '2.58815'},
    'datetime': '2023-12-05 20:15:00',
    'forecast': {'w': 0.05450116452058507,
     'd': 0.12887657185894602,
     'l': 0.8166221564573962},
    'result': 'l'},
   {'id': '22050',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '0.689037', 'a': '2.23353'},
    'datetime': '2023-12-10 14:00:00',
    'forecast': {'w': 0.09967347357187162,
     'd': 0.17444345547165158,
     'l': 0.7258830546252979},
    'result': 'l'},
   {'id': '22069',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'goals': {'h': '1', 'a': '0'},
    'xG': {'h': '1.81844', 'a': '1.41488'},
    'datetime': '2023-12-23 15:00:00',
    'forecast': {'w': 0.4712420549304937,
     'd': 0.2280970842604732,
     'l': 0.30066085967229644},
    'result': 'w'},
   {'id': '22084',
    'isResult': True,
    'side': 'a',
    'h': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '3.61788', 'a': '0.715575'},
    'datetime': '2023-12-26 15:00:00',
    'forecast': {'w': 0.886247253487092,
     'd': 0.076542308660363,
     'l': 0.03720415176239066},
    'result': 'w'},
   {'id': '22089',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '80', 'title': 'Chelsea', 'short_title': 'CHE'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.64093', 'a': '1.57463'},
    'datetime': '2023-12-30 12:30:00',
    'forecast': {'w': 0.6045627994006817,
     'd': 0.17858216670615826,
     'l': 0.216854895599024},
    'result': 'l'},
   {'id': '22096',
    'isResult': True,
    'side': 'a',
    'h': {'id': '92', 'title': 'Burnley', 'short_title': 'BUR'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '1.52023', 'a': '0.965167'},
    'datetime': '2024-01-12 19:45:00',
    'forecast': {'w': 0.5016682794488287,
     'd': 0.2583554893787407,
     'l': 0.23997623107339427},
    'result': 'd'},
   {'id': '22107',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '220', 'title': 'Brighton', 'short_title': 'BRI'},
    'goals': {'h': '4', 'a': '0'},
    'xG': {'h': '3.63312', 'a': '1.01366'},
    'datetime': '2024-01-30 19:45:00',
    'forecast': {'w': 0.8434941214791988,
     'd': 0.09431703225456306,
     'l': 0.062182244513478445},
    'result': 'w'},
   {'id': '22123',
    'isResult': True,
    'side': 'a',
    'h': {'id': '86', 'title': 'Newcastle United', 'short_title': 'NEW'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '4', 'a': '4'},
    'xG': {'h': '2.37353', 'a': '2.67463'},
    'datetime': '2024-02-03 15:00:00',
    'forecast': {'w': 0.35747270049683105,
     'd': 0.18114370725894186,
     'l': 0.4613833946154994},
    'result': 'd'},
   {'id': '22129',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '238', 'title': 'Sheffield United', 'short_title': 'SHE'},
    'goals': {'h': '1', 'a': '3'},
    'xG': {'h': '1.76215', 'a': '1.98283'},
    'datetime': '2024-02-10 15:00:00',
    'forecast': {'w': 0.34947888895798923,
     'd': 0.21342754621302043,
     'l': 0.43709356064964416},
    'result': 'l'},
   {'id': '22139',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '89', 'title': 'Manchester United', 'short_title': 'MUN'},
    'goals': {'h': '1', 'a': '2'},
    'xG': {'h': '1.57234', 'a': '3.58973'},
    'datetime': '2024-02-18 16:30:00',
    'forecast': {'w': 0.1264140378224925,
     'd': 0.12510305479358003,
     'l': 0.748477169060307},
    'result': 'l'},
   {'id': '22151',
    'isResult': True,
    'side': 'a',
    'h': {'id': '87', 'title': 'Liverpool', 'short_title': 'LIV'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '4', 'a': '1'},
    'xG': {'h': '3.70302', 'a': '0.956512'},
    'datetime': '2024-02-21 15:00:00',
    'forecast': {'w': 0.858412486670297,
     'd': 0.08740504731465931,
     'l': 0.05417422826719701},
    'result': 'l'},
   {'id': '22159',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '71', 'title': 'Aston Villa', 'short_title': 'AVL'},
    'goals': {'h': '2', 'a': '3'},
    'xG': {'h': '2.43312', 'a': '2.08586'},
    'datetime': '2024-03-02 17:30:00',
    'forecast': {'w': 0.46730886272720695,
     'd': 0.19149191241230548,
     'l': 0.341199169155195},
    'result': 'l'},
   {'id': '22170',
    'isResult': True,
    'side': 'a',
    'h': {'id': '78', 'title': 'Crystal Palace', 'short_title': 'CRY'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '3.25103', 'a': '1.08531'},
    'datetime': '2024-03-09 15:00:00',
    'forecast': {'w': 0.7908194813238537,
     'd': 0.12000903059352344,
     'l': 0.0891697139205042},
    'result': 'd'},
   {'id': '25861',
    'isResult': True,
    'side': 'a',
    'h': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '4', 'a': '3'},
    'xG': {'h': '2.84403', 'a': '2.79419'},
    'datetime': '2024-03-13 19:30:00',
    'forecast': {'w': 0.4220926814223827,
     'd': 0.17217492625514377,
     'l': 0.4057317652804956},
    'result': 'l'},
   {'id': '22181',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '249', 'title': 'Nottingham Forest', 'short_title': 'NOT'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.853782', 'a': '1.95268'},
    'datetime': '2024-03-16 15:00:00',
    'forecast': {'w': 0.15700507540625652,
     'd': 0.21177160503102582,
     'l': 0.6312233167379545},
    'result': 'd'},
   {'id': '22194',
    'isResult': True,
    'side': 'a',
    'h': {'id': '82', 'title': 'Tottenham', 'short_title': 'TOT'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '2.46523', 'a': '0.402402'},
    'datetime': '2024-03-30 15:00:00',
    'forecast': {'w': 0.827719481386197,
     'd': 0.12883572325019627,
     'l': 0.04344473747628284},
    'result': 'l'},
   {'id': '22196',
    'isResult': True,
    'side': 'a',
    'h': {'id': '83', 'title': 'Arsenal', 'short_title': 'ARS'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '0'},
    'xG': {'h': '1.14384', 'a': '0.292082'},
    'datetime': '2024-04-03 18:30:00',
    'forecast': {'w': 0.5814959348717125,
     'd': 0.32426588186111616,
     'l': 0.09423818326520221},
    'result': 'l'},
   {'id': '22210',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '73', 'title': 'Bournemouth', 'short_title': 'BOU'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.30478', 'a': '0.616108'},
    'datetime': '2024-04-06 14:00:00',
    'forecast': {'w': 0.5340052901065048,
     'd': 0.2901153329829245,
     'l': 0.17587937689836242},
    'result': 'w'},
   {'id': '22221',
    'isResult': True,
    'side': 'a',
    'h': {'id': '88', 'title': 'Manchester City', 'short_title': 'MCI'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '5', 'a': '1'},
    'xG': {'h': '4.64245', 'a': '0.809775'},
    'datetime': '2024-04-13 14:00:00',
    'forecast': {'w': 0.9353259301973251,
     'd': 0.04360961025930723,
     'l': 0.020961302734363075},
    'result': 'l'},
   {'id': '22230',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '244', 'title': 'Brentford', 'short_title': 'BRE'},
    'goals': {'h': '1', 'a': '5'},
    'xG': {'h': '0.497799', 'a': '3.7809'},
    'datetime': '2024-04-20 14:00:00',
    'forecast': {'w': 0.019367512192861373,
     'd': 0.05511626927901139,
     'l': 0.9255057420199497},
    'result': 'l'},
   {'id': '22244',
    'isResult': True,
    'side': 'a',
    'h': {'id': '229',
     'title': 'Wolverhampton Wanderers',
     'short_title': 'WOL'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '2', 'a': '1'},
    'xG': {'h': '1.49011', 'a': '0.90435'},
    'datetime': '2024-04-27 14:00:00',
    'forecast': {'w': 0.5089024509273953,
     'd': 0.2623175310113957,
     'l': 0.22878001798583184},
    'result': 'l'},
   {'id': '22252',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '72', 'title': 'Everton', 'short_title': 'EVE'},
    'goals': {'h': '1', 'a': '1'},
    'xG': {'h': '0.950391', 'a': '1.22959'},
    'datetime': '2024-05-03 19:00:00',
    'forecast': {'w': 0.285144966695291,
     'd': 0.28913355818240816,
     'l': 0.42572147511677816},
    'result': 'd'},
   {'id': '22263',
    'isResult': True,
    'side': 'a',
    'h': {'id': '81', 'title': 'West Ham', 'short_title': 'WHU'},
    'a': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'goals': {'h': '3', 'a': '1'},
    'xG': {'h': '3.71009', 'a': '0.640456'},
    'datetime': '2024-05-11 14:00:00',
    'forecast': {'w': 0.9031786691287146,
     'd': 0.06735362220883646,
     'l': 0.029459286893918645},
    'result': 'l'},
   {'id': '22272',
    'isResult': True,
    'side': 'h',
    'h': {'id': '256', 'title': 'Luton', 'short_title': 'LUT'},
    'a': {'id': '228', 'title': 'Fulham', 'short_title': 'FLH'},
    'goals': {'h': '2', 'a': '4'},
    'xG': {'h': '2.06743', 'a': '1.11598'},
    'datetime': '2024-05-19 15:00:00',
    'forecast': {'w': 0.5926693552144544,
     'd': 0.20859711553697952,
     'l': 0.19873352326808724},
    'result': 'l'}],
  'team_data': {'situation': {'OpenPlay': {'shots': 300,
     'goals': 31,
     'xG': 34.48250452429056,
     'against': {'shots': 495, 'goals': 64, 'xG': 78.3050348162651}},
    'FromCorner': {'shots': 81,
     'goals': 11,
     'xG': 10.633918060921133,
     'against': {'shots': 104, 'goals': 13, 'xG': 9.87886773981154}},
    'SetPiece': {'shots': 37,
     'goals': 4,
     'xG': 4.262836151290685,
     'against': {'shots': 43, 'goals': 4, 'xG': 6.013825003989041}},
    'DirectFreekick': {'shots': 11,
     'goals': 1,
     'xG': 0.7183549292385578,
     'against': {'shots': 17, 'goals': 0, 'xG': 0.9244732912629843}},
    'Penalty': {'shots': 5,
     'goals': 5,
     'xG': 3.8058441877365112,
     'against': {'shots': 4, 'goals': 4, 'xG': 3.044675350189209}}},
   'formation': {'3-4-2-1': {'stat': '3-4-2-1',
     'time': 2531,
     'shots': 300,
     'goals': 41,
     'xG': 38.01836692681536,
     'against': {'shots': 469, 'goals': 56, 'xG': 66.00505551602691}},
    '5-3-2': {'stat': '5-3-2',
     'time': 359,
     'shots': 36,
     'goals': 2,
     'xG': 5.021135836839676,
     'against': {'shots': 58, 'goals': 9, 'xG': 10.687229892238975}},
    '3-4-3': {'stat': '3-4-3',
     'time': 308,
     'shots': 44,
     'goals': 4,
     'xG': 5.203641012310982,
     'against': {'shots': 37, 'goals': 7, 'xG': 4.270898263901472}},
    '4-4-2': {'stat': '4-4-2',
     'time': 198,
     'shots': 26,
     'goals': 2,
     'xG': 2.7032434986904263,
     'against': {'shots': 34, 'goals': 3, 'xG': 5.654957868158817}},
    '4-3-3': {'stat': '4-3-3',
     'time': 158,
     'shots': 12,
     'goals': 2,
     'xG': 0.9127753991633654,
     'against': {'shots': 31, 'goals': 5, 'xG': 5.516151091083884}},
    '3-5-2': {'stat': '3-5-2',
     'time': 97,
     'shots': 9,
     'goals': 1,
     'xG': 1.8859357507899404,
     'against': {'shots': 27, 'goals': 4, 'xG': 4.37022446654737}},
    '4-2-3-1': {'stat': '4-2-3-1',
     'time': 20,
     'shots': 5,
     'goals': 0,
     'xG': 0.0936295073479414,
     'against': {'shots': 7, 'goals': 1, 'xG': 1.6623591035604477}},
    '3-4-1-2': {'stat': '3-4-1-2',
     'time': 16,
     'shots': 2,
     'goals': 0,
     'xG': 0.06472992151975632,
     'against': {'shots': 0, 'goals': 0, 'xG': 0}}},
   'gameState': {'Goal diff 0': {'stat': 'Goal diff 0',
     'time': 1629,
     'shots': 154,
     'goals': 16,
     'xG': 18.8830759502016,
     'against': {'shots': 282, 'goals': 39, 'xG': 42.876204159110785}},
    'Goal diff -1': {'stat': 'Goal diff -1',
     'time': 1050,
     'shots': 144,
     'goals': 15,
     'xG': 14.829805108718574,
     'against': {'shots': 185, 'goals': 21, 'xG': 26.75350834708661}},
    'Goal diff < -1': {'stat': 'Goal diff < -1',
     'time': 451,
     'shots': 84,
     'goals': 14,
     'xG': 13.06744750496,
     'against': {'shots': 72, 'goals': 11, 'xG': 12.579749155789614}},
    'Goal diff +1': {'stat': 'Goal diff +1',
     'time': 423,
     'shots': 34,
     'goals': 4,
     'xG': 4.587117679417133,
     'against': {'shots': 95, 'goals': 10, 'xG': 10.18742726650089}},
    'Goal diff > +1': {'stat': 'Goal diff > +1',
     'time': 134,
     'shots': 18,
     'goals': 3,
     'xG': 2.5360116101801395,
     'against': {'shots': 29, 'goals': 4, 'xG': 5.769987273029983}}},
   'timing': {'1-15': {'stat': '1-15',
     'shots': 54,
     'goals': 7,
     'xG': 6.49563368037343,
     'against': {'shots': 107, 'goals': 6, 'xG': 14.70703350752592}},
    '16-30': {'stat': '16-30',
     'shots': 53,
     'goals': 8,
     'xG': 7.039366681594402,
     'against': {'shots': 104, 'goals': 9, 'xG': 12.816407315433025}},
    '31-45': {'stat': '31-45',
     'shots': 63,
     'goals': 4,
     'xG': 6.542921343818307,
     'against': {'shots': 105, 'goals': 13, 'xG': 15.603608153760433}},
    '46-60': {'stat': '46-60',
     'shots': 80,
     'goals': 7,
     'xG': 9.203178440220654,
     'against': {'shots': 120, 'goals': 19, 'xG': 17.09643922187388}},
    '61-75': {'stat': '61-75',
     'shots': 69,
     'goals': 7,
     'xG': 8.372052264399827,
     'against': {'shots': 106, 'goals': 24, 'xG': 21.2346148211509}},
    '76+': {'stat': '76+',
     'shots': 115,
     'goals': 19,
     'xG': 16.25030544307083,
     'against': {'shots': 121, 'goals': 14, 'xG': 16.708773181773722}}},
   'shotZone': {'ownGoals': {'stat': 'ownGoals',
     'shots': 3,
     'goals': 3,
     'xG': 3,
     'against': {'shots': 4, 'goals': 4, 'xG': 4}},
    'shotOboxTotal': {'stat': 'shotOboxTotal',
     'shots': 135,
     'goals': 2,
     'xG': 4.114083475898951,
     'against': {'shots': 209, 'goals': 7, 'xG': 6.945078787393868}},
    'shotPenaltyArea': {'stat': 'shotPenaltyArea',
     'shots': 257,
     'goals': 29,
     'xG': 28.835635313764215,
     'against': {'shots': 377, 'goals': 56, 'xG': 57.504561038687825}},
    'shotSixYardBox': {'stat': 'shotSixYardBox',
     'shots': 39,
     'goals': 18,
     'xG': 17.953739063814282,
     'against': {'shots': 73, 'goals': 18, 'xG': 29.717236375436187}}},
   'attackSpeed': {'Normal': {'stat': 'Normal',
     'shots': 247,
     'goals': 23,
     'xG': 27.313558808527887,
     'against': {'shots': 399, 'goals': 52, 'xG': 61.04816663917154}},
    'Standard': {'stat': 'Standard',
     'shots': 134,
     'goals': 21,
     'xG': 19.420953329186887,
     'against': {'shots': 168, 'goals': 21, 'xG': 19.861841385252774}},
    'Slow': {'stat': 'Slow',
     'shots': 28,
     'goals': 4,
     'xG': 3.1032029232010245,
     'against': {'shots': 57, 'goals': 6, 'xG': 8.329295989125967}},
    'Fast': {'stat': 'Fast',
     'shots': 25,
     'goals': 4,
     'xG': 4.06574279256165,
     'against': {'shots': 39, 'goals': 6, 'xG': 8.927572187967598}}},
   'result': {'MissedShots': {'shots': 142,
     'goals': 0,
     'xG': 11.4940270986408,
     'against': {'shots': 228, 'goals': 0, 'xG': 22.795347814448178}},
    'BlockedShot': {'shots': 140,
     'goals': 0,
     'xG': 7.708060269244015,
     'against': {'shots': 190, 'goals': 0, 'xG': 16.80288898013532}},
    'Goal': {'shots': 52,
     'goals': 52,
     'xG': 24.25056305900216,
     'against': {'shots': 85, 'goals': 85, 'xG': 32.2735470989719}},
    'SavedShot': {'shots': 90,
     'goals': 0,
     'xG': 9.12355765933171,
     'against': {'shots': 141, 'goals': 0, 'xG': 22.461356329731643}},
    'ShotOnPost': {'shots': 10,
     'goals': 0,
     'xG': 1.3272497672587633,
     'against': {'shots': 19, 'goals': 0, 'xG': 3.833735978230834}}}},
  'players_data': [{'id': '11717',
    'player_name': 'Carlton Morris',
    'games': '38',
    'time': '2879',
    'goals': '11',
    'xG': '12.306741118431091',
    'assists': '4',
    'xA': '3.6919509368017316',
    'shots': '72',
    'key_passes': '22',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Luton',
    'npg': '6',
    'npxG': '8.500896904617548',
    'xGChain': '12.545526312664151',
    'xGBuildup': '5.202579701319337'},
   {'id': '11718',
    'player_name': 'Elijah Adebayo',
    'games': '27',
    'time': '1422',
    'goals': '10',
    'xG': '6.630781220272183',
    'assists': '0',
    'xA': '0.8136616554111242',
    'shots': '31',
    'key_passes': '14',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Luton',
    'npg': '10',
    'npxG': '6.630781220272183',
    'xGChain': '8.281278105452657',
    'xGBuildup': '1.9411640595644712'},
   {'id': '592',
    'player_name': 'Ross Barkley',
    'games': '32',
    'time': '2627',
    'goals': '5',
    'xG': '4.483209175989032',
    'assists': '4',
    'xA': '4.823556295596063',
    'shots': '66',
    'key_passes': '43',
    'yellow_cards': '6',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Luton',
    'npg': '5',
    'npxG': '4.483209175989032',
    'xGChain': '11.164351560175419',
    'xGBuildup': '5.912003388628364'},
   {'id': '7439',
    'player_name': 'Tahith Chong',
    'games': '33',
    'time': '1978',
    'goals': '4',
    'xG': '3.5191842010244727',
    'assists': '0',
    'xA': '0.43756147287786007',
    'shots': '30',
    'key_passes': '9',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D F M S',
    'team_title': 'Luton',
    'npg': '4',
    'npxG': '3.5191842010244727',
    'xGChain': '5.8977455431595445',
    'xGBuildup': '3.575332073494792'},
   {'id': '11719',
    'player_name': 'Chiedozie Ogbene',
    'games': '30',
    'time': '1984',
    'goals': '4',
    'xG': '4.80650751106441',
    'assists': '1',
    'xA': '3.4691168274730444',
    'shots': '35',
    'key_passes': '27',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D F M S',
    'team_title': 'Luton',
    'npg': '4',
    'npxG': '4.80650751106441',
    'xGChain': '10.154046710580587',
    'xGBuildup': '3.8293104991316795'},
   {'id': '11720',
    'player_name': 'Jacob Brown',
    'games': '19',
    'time': '1031',
    'goals': '2',
    'xG': '3.0787864811718464',
    'assists': '0',
    'xA': '0.8424425385892391',
    'shots': '25',
    'key_passes': '8',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Luton',
    'npg': '2',
    'npxG': '3.0787864811718464',
    'xGChain': '3.890200674533844',
    'xGBuildup': '0.4202767349779606'},
   {'id': '11722',
    'player_name': 'Luke Berry',
    'games': '17',
    'time': '272',
    'goals': '2',
    'xG': '1.1334221102297306',
    'assists': '1',
    'xA': '0.06163011118769646',
    'shots': '8',
    'key_passes': '1',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Luton',
    'npg': '2',
    'npxG': '1.1334221102297306',
    'xGChain': '0.8148019686341286',
    'xGBuildup': '0.2390769198536873'},
   {'id': '11723',
    'player_name': 'Alfie Doughty',
    'games': '37',
    'time': '2980',
    'goals': '2',
    'xG': '1.831780318170786',
    'assists': '8',
    'xA': '6.612265331670642',
    'shots': '26',
    'key_passes': '70',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Luton',
    'npg': '2',
    'npxG': '1.831780318170786',
    'xGChain': '11.054738521575928',
    'xGBuildup': '7.9952765721827745'},
   {'id': '12151',
    'player_name': 'Gabriel Osho',
    'games': '21',
    'time': '1853',
    'goals': '2',
    'xG': '1.2455969844013453',
    'assists': '0',
    'xA': '0.09535873681306839',
    'shots': '10',
    'key_passes': '2',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Luton',
    'npg': '2',
    'npxG': '1.2455969844013453',
    'xGChain': '2.9620273392647505',
    'xGBuildup': '2.8737573195248842'},
   {'id': '775',
    'player_name': 'Andros Townsend',
    'games': '27',
    'time': '1211',
    'goals': '1',
    'xG': '1.4216714538633823',
    'assists': '3',
    'xA': '1.456837410107255',
    'shots': '20',
    'key_passes': '18',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'F M S',
    'team_title': 'Luton',
    'npg': '1',
    'npxG': '1.4216714538633823',
    'xGChain': '2.8022335171699524',
    'xGBuildup': '1.2012790031731129'},
   {'id': '9689',
    'player_name': 'Albert Sambi Lokonga',
    'games': '17',
    'time': '1331',
    'goals': '1',
    'xG': '0.7531502321362495',
    'assists': '3',
    'xA': '1.4872490242123604',
    'shots': '8',
    'key_passes': '9',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Luton',
    'npg': '1',
    'npxG': '0.7531502321362495',
    'xGChain': '4.319001622498035',
    'xGBuildup': '3.1800113022327423'},
   {'id': '11714',
    'player_name': 'Tom Lockyer',
    'games': '14',
    'time': '1185',
    'goals': '1',
    'xG': '1.6194254234433174',
    'assists': '1',
    'xA': '0.3757978826761246',
    'shots': '7',
    'key_passes': '3',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Luton',
    'npg': '1',
    'npxG': '1.6194254234433174',
    'xGChain': '1.8655977360904217',
    'xGBuildup': '0.9909860678017139'},
   {'id': '11715',
    'player_name': 'Mads Andersen',
    'games': '8',
    'time': '390',
    'goals': '1',
    'xG': '0.6939341500401497',
    'assists': '0',
    'xA': '0',
    'shots': '3',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Luton',
    'npg': '1',
    'npxG': '0.6939341500401497',
    'xGChain': '0.6146718375384808',
    'xGBuildup': '0.04231686517596245'},
   {'id': '11721',
    'player_name': 'Cauley Woodrow',
    'games': '24',
    'time': '344',
    'goals': '1',
    'xG': '0.9773385636508465',
    'assists': '1',
    'xA': '1.1986291874200106',
    'shots': '16',
    'key_passes': '10',
    'yellow_cards': '2',
    'red_cards': '0',
    'position': 'F S',
    'team_title': 'Luton',
    'npg': '1',
    'npxG': '0.9773385636508465',
    'xGChain': '2.1638130135834217',
    'xGBuildup': '0.34370357915759087'},
   {'id': '12073',
    'player_name': 'Teden Mengi',
    'games': '30',
    'time': '2465',
    'goals': '1',
    'xG': '0.6793681988492608',
    'assists': '0',
    'xA': '0.3480907082557678',
    'shots': '11',
    'key_passes': '6',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Luton',
    'npg': '1',
    'npxG': '0.6793681988492608',
    'xGChain': '3.329129146412015',
    'xGBuildup': '2.983856063336134'},
   {'id': '12187',
    'player_name': 'Jordan Clark',
    'games': '23',
    'time': '1326',
    'goals': '1',
    'xG': '0.9263012297451496',
    'assists': '1',
    'xA': '1.848531438037753',
    'shots': '17',
    'key_passes': '12',
    'yellow_cards': '4',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Luton',
    'npg': '1',
    'npxG': '0.9263012297451496',
    'xGChain': '4.373950673267245',
    'xGBuildup': '2.6069892831146717'},
   {'id': '1771',
    'player_name': 'Reece Burke',
    'games': '22',
    'time': '1691',
    'goals': '0',
    'xG': '2.1644996237009764',
    'assists': '4',
    'xA': '2.3214404489845037',
    'shots': '13',
    'key_passes': '13',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '2.1644996237009764',
    'xGChain': '4.144421625882387',
    'xGBuildup': '3.8680728431791067'},
   {'id': '7277',
    'player_name': 'Ryan John Giles',
    'games': '11',
    'time': '492',
    'goals': '0',
    'xG': '0.14714428782463074',
    'assists': '0',
    'xA': '0.22607613913714886',
    'shots': '2',
    'key_passes': '5',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0.14714428782463074',
    'xGChain': '0.7447603233158588',
    'xGBuildup': '0.5261147022247314'},
   {'id': '8040',
    'player_name': 'Marvelous Nakamba',
    'games': '13',
    'time': '1140',
    'goals': '0',
    'xG': '0.1364169279113412',
    'assists': '0',
    'xA': '0.3258170820772648',
    'shots': '5',
    'key_passes': '7',
    'yellow_cards': '5',
    'red_cards': '0',
    'position': 'M',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0.1364169279113412',
    'xGChain': '3.025253765285015',
    'xGBuildup': '2.7535953894257545'},
   {'id': '9619',
    'player_name': 'Issa Kabore',
    'games': '24',
    'time': '1748',
    'goals': '0',
    'xG': '0.3038460947573185',
    'assists': '2',
    'xA': '3.148332368582487',
    'shots': '6',
    'key_passes': '16',
    'yellow_cards': '7',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0.3038460947573185',
    'xGChain': '6.17993501201272',
    'xGBuildup': '3.283387303352356'},
   {'id': '11712',
    'player_name': 'Thomas Kaminski',
    'games': '38',
    'time': '3410',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0.0386374369263649',
    'shots': '0',
    'key_passes': '1',
    'yellow_cards': '3',
    'red_cards': '0',
    'position': 'GK',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '2.81331679597497',
    'xGBuildup': '2.7746793553233147'},
   {'id': '11713',
    'player_name': 'Amari&#039;i Bell',
    'games': '21',
    'time': '1724',
    'goals': '0',
    'xG': '0.4993779337964952',
    'assists': '0',
    'xA': '0.3448488349094987',
    'shots': '2',
    'key_passes': '8',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0.4993779337964952',
    'xGChain': '5.261379264295101',
    'xGBuildup': '4.456334888935089'},
   {'id': '11716',
    'player_name': 'Pelly Ruddock Mpanzu',
    'games': '27',
    'time': '1068',
    'goals': '0',
    'xG': '1.2606520606204867',
    'assists': '0',
    'xA': '0.5314477952197194',
    'shots': '11',
    'key_passes': '6',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'M S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '1.2606520606204867',
    'xGChain': '2.659800674766302',
    'xGBuildup': '1.222071398049593'},
   {'id': '11724',
    'player_name': 'James Shea',
    'games': '1',
    'time': '10',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0',
    'xGBuildup': '0'},
   {'id': '11980',
    'player_name': 'Joseph Johnson',
    'games': '2',
    'time': '75',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.035104941576719284',
    'xGBuildup': '0.035104941576719284'},
   {'id': '12188',
    'player_name': 'Zack Nelson',
    'games': '2',
    'time': '2',
    'goals': '0',
    'xG': '0',
    'assists': '0',
    'xA': '0',
    'shots': '0',
    'key_passes': '0',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0',
    'xGChain': '0.06752422451972961',
    'xGBuildup': '0.06752422451972961'},
   {'id': '12509',
    'player_name': 'Daiki Hashioka',
    'games': '10',
    'time': '583',
    'goals': '0',
    'xG': '0.10021312907338142',
    'assists': '0',
    'xA': '0.5188488382846117',
    'shots': '2',
    'key_passes': '3',
    'yellow_cards': '0',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0.10021312907338142',
    'xGChain': '2.0648620426654816',
    'xGBuildup': '1.5119032934308052'},
   {'id': '12549',
    'player_name': 'Fred Onyedinma',
    'games': '8',
    'time': '419',
    'goals': '0',
    'xG': '0.18410924077033997',
    'assists': '0',
    'xA': '0.13074029795825481',
    'shots': '5',
    'key_passes': '2',
    'yellow_cards': '1',
    'red_cards': '0',
    'position': 'D S',
    'team_title': 'Luton',
    'npg': '0',
    'npxG': '0.18410924077033997',
    'xGChain': '0.5668405517935753',
    'xGBuildup': '0.25199100375175476'}]}}
team_data["https://understat.com/team/Tottenham/2023"]["team_data"]["attackSpeed"]
{'Normal': {'stat': 'Normal',
  'shots': 391,
  'goals': 51,
  'xG': 51.32165337726474,
  'against': {'shots': 267, 'goals': 28, 'xG': 37.94766077073291}},
 'Standard': {'stat': 'Standard',
  'shots': 123,
  'goals': 12,
  'xG': 11.204763188026845,
  'against': {'shots': 159, 'goals': 22, 'xG': 23.495088269934058}},
 'Slow': {'stat': 'Slow',
  'shots': 46,
  'goals': 7,
  'xG': 10.067714096046984,
  'against': {'shots': 26, 'goals': 2, 'xG': 3.5871880832128227}},
 'Fast': {'stat': 'Fast',
  'shots': 27,
  'goals': 4,
  'xG': 6.163365156855434,
  'against': {'shots': 38, 'goals': 9, 'xG': 7.1668951427564025}}}