Retrieve a list of fixtures.
Description
Get a paginated list of all fixtures. This endpoint supports all fixtures from the past that may or may not have ever had odds. It also supports all fixtures that we have scheduled in the future.
If you do not pass any of the date parameters (start_date
, start_date_before
, start_date_after
) then this endpoint will return default to returning fixtures from 3 days ago.
More information about various statuses can be found at https://opticodds.readme.io/reference/fixtures-lifecycle.
Specific Parameter Information
For a full list of parameters, scroll to the bottom of this page.
You must pass at least one of the following (sport
, league
, id
, team_id
).
sport
The sport you want to get fixtures for. You can pass the id or the name.
league
The league you want to get fixtures for. You can pass the id or the name.
start_date_after
Specify this value if you want to receive all fixtures after a specific date. Please pass in an ISO 8601 date (YYYY-MM-DD) for the best results.
start_date_before
Specify this value if you want to receive all fixtures before a specific date. Please pass in an ISO 8601 date (YYYY-MM-DD) for the best results.
start_date
Specify this value if you want to receive all fixtures on a specific date. Please pass in an ISO 8601 date (YYYY-MM-DD) for the best results.
include_starting_lineups
By default this is set to false, this will return starting lineups for various leagues that we support.
include_statsperform_id
Specify this parameter if you want the StatsPerform IDs to be included as part of the response. If this is enabled, you will see it populated in the source_ids
field of the Fixture entry:
"source_ids": {
"statsperform_id": "a2nwp4zx1mzcmk2e4dtcw5h5g"
}
Example Responses
NFL
URL: https://api.opticodds.com/api/v3/fixtures?league=NFL
{
"data":[
{
"id":"BF066D0928CA",
"game_id":"37240-17233-24-33",
"start_date":"2024-08-15T23:00:00Z",
"home_competitors":[
{
"id":"04E3F3D69B89",
"name":"New England Patriots",
"abbreviation":"NE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ne.png"
}
],
"away_competitors":[
{
"id":"EDCC2866B795",
"name":"Philadelphia Eagles",
"abbreviation":"PHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/phi.png"
}
],
"home_team_display":"New England Patriots",
"away_team_display":"Philadelphia Eagles",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"1-1-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"2-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Gillette Stadium",
"venue_location":"Foxborough, MA",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":13.0
},
"away":{
"total":14.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"9113D203BB2A",
"game_id":"32889-18821-24-33",
"start_date":"2024-08-17T16:00:00Z",
"home_competitors":[
{
"id":"766A226BC204",
"name":"Baltimore Ravens",
"abbreviation":"BAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/bal.png"
}
],
"away_competitors":[
{
"id":"348C1EE88C42",
"name":"Atlanta Falcons",
"abbreviation":"ATL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/atl.png"
}
],
"home_team_display":"Baltimore Ravens",
"away_team_display":"Atlanta Falcons",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"1-1-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-2-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"M&T Bank Stadium",
"venue_location":"Baltimore, MD",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":13.0
},
"away":{
"total":12.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"2CB1AE9EF3B7",
"game_id":"24276-41522-24-33",
"start_date":"2024-08-17T17:00:00Z",
"home_competitors":[
{
"id":"7108F48884ED",
"name":"Chicago Bears",
"abbreviation":"CHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/chi.png"
}
],
"away_competitors":[
{
"id":"EB3A43FF026E",
"name":"Cincinnati Bengals",
"abbreviation":"CIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cin.png"
}
],
"home_team_display":"Chicago Bears",
"away_team_display":"Cincinnati Bengals",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"3-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-2-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Soldier Field",
"venue_location":"Chicago, IL",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":27.0
},
"away":{
"total":3.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"9CF9775F57AD",
"game_id":"31124-37430-24-33",
"start_date":"2024-08-17T17:00:00Z",
"home_competitors":[
{
"id":"4DD082E9EC10",
"name":"Houston Texans",
"abbreviation":"HOU",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/hou.png"
}
],
"away_competitors":[
{
"id":"ACC49FC634EE",
"name":"New York Giants",
"abbreviation":"NYG",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyg.png"
}
],
"home_team_display":"Houston Texans",
"away_team_display":"New York Giants",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-1-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"NRG Stadium",
"venue_location":"Houston, TX",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":28.0
},
"away":{
"total":10.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"B871D7BE890D",
"game_id":"21473-13602-24-33",
"start_date":"2024-08-17T20:00:00Z",
"home_competitors":[
{
"id":"2D71E5BA64A5",
"name":"Kansas City Chiefs",
"abbreviation":"KC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/kc.png"
}
],
"away_competitors":[
{
"id":"43412DC9CDCA",
"name":"Detroit Lions",
"abbreviation":"DET",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/det.png"
}
],
"home_team_display":"Kansas City Chiefs",
"away_team_display":"Detroit Lions",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-2-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"GEHA Field at Arrowhead Stadium",
"venue_location":"Kansas City, MO",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":23.0
},
"away":{
"total":24.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"F2FE9FA333E6",
"game_id":"27927-37797-24-33",
"start_date":"2024-08-17T20:25:00Z",
"home_competitors":[
{
"id":"81A1B4413577",
"name":"Cleveland Browns",
"abbreviation":"CLE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cle.png"
}
],
"away_competitors":[
{
"id":"24E4EA618C5E",
"name":"Minnesota Vikings",
"abbreviation":"MIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/min.png"
}
],
"home_team_display":"Cleveland Browns",
"away_team_display":"Minnesota Vikings",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-2-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"2-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Cleveland Browns Stadium",
"venue_location":"Cleveland, OH",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":12.0
},
"away":{
"total":27.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"25C254904A83",
"game_id":"18124-12806-24-33",
"start_date":"2024-08-17T23:00:00Z",
"home_competitors":[
{
"id":"EB5E972AB475",
"name":"Carolina Panthers",
"abbreviation":"CAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/car.png"
}
],
"away_competitors":[
{
"id":"032D4F9C6C55",
"name":"New York Jets",
"abbreviation":"NYJ",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyj.png"
}
],
"home_team_display":"Carolina Panthers",
"away_team_display":"New York Jets",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-2-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"2-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Bank of America Stadium",
"venue_location":"Charlotte, NC",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":12.0
},
"away":{
"total":15.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"2AEE31E1A4DB",
"game_id":"22677-33320-24-33",
"start_date":"2024-08-17T23:00:00Z",
"home_competitors":[
{
"id":"8380A12E67FE",
"name":"Miami Dolphins",
"abbreviation":"MIA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/mia.png"
}
],
"away_competitors":[
{
"id":"C921828AB706",
"name":"Washington Commanders",
"abbreviation":"WSH",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/wsh.png"
}
],
"home_team_display":"Miami Dolphins",
"away_team_display":"Washington Commanders",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-2-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Hard Rock Stadium",
"venue_location":"Miami Gardens, FL",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":13.0
},
"away":{
"total":6.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"312B9FC79CC5",
"game_id":"16341-82789-24-33",
"start_date":"2024-08-17T23:00:00Z",
"home_competitors":[
{
"id":"727B3B3C78E8",
"name":"Pittsburgh Steelers",
"abbreviation":"PIT",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/pit.png"
}
],
"away_competitors":[
{
"id":"0787D09E47B9",
"name":"Buffalo Bills",
"abbreviation":"BUF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/buf.png"
}
],
"home_team_display":"Pittsburgh Steelers",
"away_team_display":"Buffalo Bills",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-2-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Acrisure Stadium",
"venue_location":"Pittsburgh, PA",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":3.0
},
"away":{
"total":9.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"603091F695FB",
"game_id":"39341-40716-24-33",
"start_date":"2024-08-17T23:00:00Z",
"home_competitors":[
{
"id":"28ABEAB98C11",
"name":"Indianapolis Colts",
"abbreviation":"IND",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ind.png"
}
],
"away_competitors":[
{
"id":"AF456B375E7E",
"name":"Arizona Cardinals",
"abbreviation":"ARI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ari.png"
}
],
"home_team_display":"Indianapolis Colts",
"away_team_display":"Arizona Cardinals",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"1-1-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-2-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lucas Oil Stadium",
"venue_location":"Indianapolis, IN",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":21.0
},
"away":{
"total":13.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"B114A863719D",
"game_id":"25327-17324-24-33",
"start_date":"2024-08-17T23:00:00Z",
"home_competitors":[
{
"id":"24988863B4CB",
"name":"Tennessee Titans",
"abbreviation":"TEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ten.png"
}
],
"away_competitors":[
{
"id":"EFED0277C4BD",
"name":"Seattle Seahawks",
"abbreviation":"SEA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sea.png"
}
],
"home_team_display":"Tennessee Titans",
"away_team_display":"Seattle Seahawks",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Nissan Stadium",
"venue_location":"Nashville, TN",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":16.0
},
"away":{
"total":15.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"CB9EBD994B9A",
"game_id":"33128-78014-24-33",
"start_date":"2024-08-17T23:05:00Z",
"home_competitors":[
{
"id":"A283836CDF6E",
"name":"Los Angeles Chargers",
"abbreviation":"LAC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lac.png"
}
],
"away_competitors":[
{
"id":"13AD4FDBEBA8",
"name":"Los Angeles Rams",
"abbreviation":"LAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lar.png"
}
],
"home_team_display":"Los Angeles Chargers",
"away_team_display":"Los Angeles Rams",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-2-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"2-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"SoFi Stadium",
"venue_location":"Inglewood, CA",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":9.0
},
"away":{
"total":13.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"F0EC10BBD962",
"game_id":"28265-42288-24-33",
"start_date":"2024-08-17T23:30:00Z",
"home_competitors":[
{
"id":"9CCE4CA64CF2",
"name":"Jacksonville Jaguars",
"abbreviation":"JAX",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/jax.png"
}
],
"away_competitors":[
{
"id":"4E7DB4C57393",
"name":"Tampa Bay Buccaneers",
"abbreviation":"TB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/tb.png"
}
],
"home_team_display":"Jacksonville Jaguars",
"away_team_display":"Tampa Bay Buccaneers",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"EverBank Stadium",
"venue_location":"Jacksonville, FL",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":20.0
},
"away":{
"total":7.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"2DEEE005D50A",
"game_id":"11434-26757-24-33",
"start_date":"2024-08-18T02:00:00Z",
"home_competitors":[
{
"id":"A715F8199801",
"name":"Las Vegas Raiders",
"abbreviation":"LV",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lv.png"
}
],
"away_competitors":[
{
"id":"0BDD5205ECCB",
"name":"Dallas Cowboys",
"abbreviation":"DAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/dal.png"
}
],
"home_team_display":"Las Vegas Raiders",
"away_team_display":"Dallas Cowboys",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-2-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Allegiant Stadium",
"venue_location":"Paradise, NV",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":12.0
},
"away":{
"total":27.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"0EAED7961D9F",
"game_id":"74813-16343-24-33",
"start_date":"2024-08-19T00:00:00Z",
"home_competitors":[
{
"id":"0DBD3AEC9A84",
"name":"Denver Broncos",
"abbreviation":"DEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/den.png"
}
],
"away_competitors":[
{
"id":"2C6CB429C60C",
"name":"Green Bay Packers",
"abbreviation":"GB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/gb.png"
}
],
"home_team_display":"Denver Broncos",
"away_team_display":"Green Bay Packers",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Empower Field at Mile High",
"venue_location":"Denver, CO",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":27.0
},
"away":{
"total":2.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"8C06B19F18CC",
"game_id":"17463-13184-24-33",
"start_date":"2024-08-19T00:00:00Z",
"home_competitors":[
{
"id":"132B64CEDAC4",
"name":"San Francisco 49ers",
"abbreviation":"SF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sf.png"
}
],
"away_competitors":[
{
"id":"E94C20E042D9",
"name":"New Orleans Saints",
"abbreviation":"NO",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/no.png"
}
],
"home_team_display":"San Francisco 49ers",
"away_team_display":"New Orleans Saints",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"1-1-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Levi's Stadium",
"venue_location":"Santa Clara, CA",
"venue_neutral":false,
"broadcast":"FOX",
"result":{
"scores":{
"home":{
"total":16.0
},
"away":{
"total":10.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"B90346144063",
"game_id":"41522-40716-24-34",
"start_date":"2024-08-23T00:00:00Z",
"home_competitors":[
{
"id":"EB3A43FF026E",
"name":"Cincinnati Bengals",
"abbreviation":"CIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cin.png"
}
],
"away_competitors":[
{
"id":"28ABEAB98C11",
"name":"Indianapolis Colts",
"abbreviation":"IND",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ind.png"
}
],
"home_team_display":"Cincinnati Bengals",
"away_team_display":"Indianapolis Colts",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-3-0",
"home_seed":null,
"home_rotation_number":106,
"away_starter":null,
"away_record":"2-1-0",
"away_seed":null,
"away_rotation_number":105,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Paycor Stadium",
"venue_location":"Cincinnati, OH",
"venue_neutral":false,
"broadcast":"Amazon",
"result":{
"scores":{
"home":{
"total":14.0
},
"away":{
"total":27.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"102A4990A966",
"game_id":"24276-13602-24-34",
"start_date":"2024-08-23T00:20:00Z",
"home_competitors":[
{
"id":"2D71E5BA64A5",
"name":"Kansas City Chiefs",
"abbreviation":"KC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/kc.png"
}
],
"away_competitors":[
{
"id":"7108F48884ED",
"name":"Chicago Bears",
"abbreviation":"CHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/chi.png"
}
],
"home_team_display":"Kansas City Chiefs",
"away_team_display":"Chicago Bears",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-3-0",
"home_seed":null,
"home_rotation_number":108,
"away_starter":null,
"away_record":"4-0-0",
"away_seed":null,
"away_rotation_number":107,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"GEHA Field at Arrowhead Stadium",
"venue_location":"Kansas City, MO",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":21.0
},
"away":{
"total":34.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"377DC7DA07EA",
"game_id":"32889-28265-24-34",
"start_date":"2024-08-23T23:00:00Z",
"home_competitors":[
{
"id":"348C1EE88C42",
"name":"Atlanta Falcons",
"abbreviation":"ATL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/atl.png"
}
],
"away_competitors":[
{
"id":"9CCE4CA64CF2",
"name":"Jacksonville Jaguars",
"abbreviation":"JAX",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/jax.png"
}
],
"home_team_display":"Atlanta Falcons",
"away_team_display":"Jacksonville Jaguars",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-3-0",
"home_seed":null,
"home_rotation_number":110,
"away_starter":null,
"away_record":"3-0-0",
"away_seed":null,
"away_rotation_number":109,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Mercedes-Benz Stadium",
"venue_location":"Atlanta, GA",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":0.0
},
"away":{
"total":31.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"D33BE8F17DC1",
"game_id":"22677-42288-24-34",
"start_date":"2024-08-23T23:30:00Z",
"home_competitors":[
{
"id":"4E7DB4C57393",
"name":"Tampa Bay Buccaneers",
"abbreviation":"TB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/tb.png"
}
],
"away_competitors":[
{
"id":"8380A12E67FE",
"name":"Miami Dolphins",
"abbreviation":"MIA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/mia.png"
}
],
"home_team_display":"Tampa Bay Buccaneers",
"away_team_display":"Miami Dolphins",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-1-0",
"home_seed":null,
"home_rotation_number":112,
"away_starter":null,
"away_record":"2-1-0",
"away_seed":null,
"away_rotation_number":111,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Raymond James Stadium",
"venue_location":"Tampa, FL",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":24.0
},
"away":{
"total":14.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"695C39D0DBF6",
"game_id":"26757-13184-24-34",
"start_date":"2024-08-24T02:00:00Z",
"home_competitors":[
{
"id":"A715F8199801",
"name":"Las Vegas Raiders",
"abbreviation":"LV",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lv.png"
}
],
"away_competitors":[
{
"id":"132B64CEDAC4",
"name":"San Francisco 49ers",
"abbreviation":"SF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sf.png"
}
],
"home_team_display":"Las Vegas Raiders",
"away_team_display":"San Francisco 49ers",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-2-1",
"home_seed":null,
"home_rotation_number":114,
"away_starter":null,
"away_record":"1-1-1",
"away_seed":null,
"away_rotation_number":113,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Allegiant Stadium",
"venue_location":"Paradise, NV",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":24.0
},
"away":{
"total":24.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"612F6D71C420",
"game_id":"37797-17233-24-34",
"start_date":"2024-08-24T17:00:00Z",
"home_competitors":[
{
"id":"EDCC2866B795",
"name":"Philadelphia Eagles",
"abbreviation":"PHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/phi.png"
}
],
"away_competitors":[
{
"id":"24E4EA618C5E",
"name":"Minnesota Vikings",
"abbreviation":"MIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/min.png"
}
],
"home_team_display":"Philadelphia Eagles",
"away_team_display":"Minnesota Vikings",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-1-0",
"home_seed":null,
"home_rotation_number":124,
"away_starter":null,
"away_record":"3-0-0",
"away_seed":null,
"away_rotation_number":123,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lincoln Financial Field",
"venue_location":"Philadelphia, PA",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":3.0
},
"away":{
"total":26.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"748CCC0546F9",
"game_id":"31124-78014-24-34",
"start_date":"2024-08-24T17:00:00Z",
"home_competitors":[
{
"id":"4DD082E9EC10",
"name":"Houston Texans",
"abbreviation":"HOU",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/hou.png"
}
],
"away_competitors":[
{
"id":"13AD4FDBEBA8",
"name":"Los Angeles Rams",
"abbreviation":"LAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lar.png"
}
],
"home_team_display":"Houston Texans",
"away_team_display":"Los Angeles Rams",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"3-1-0",
"home_seed":null,
"home_rotation_number":116,
"away_starter":null,
"away_record":"2-1-0",
"away_seed":null,
"away_rotation_number":115,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"NRG Stadium",
"venue_location":"Houston, TX",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":17.0
},
"away":{
"total":15.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"7E943ACC8A7F",
"game_id":"18821-16343-24-34",
"start_date":"2024-08-24T17:00:00Z",
"home_competitors":[
{
"id":"2C6CB429C60C",
"name":"Green Bay Packers",
"abbreviation":"GB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/gb.png"
}
],
"away_competitors":[
{
"id":"766A226BC204",
"name":"Baltimore Ravens",
"abbreviation":"BAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/bal.png"
}
],
"home_team_display":"Green Bay Packers",
"away_team_display":"Baltimore Ravens",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-1-0",
"home_seed":null,
"home_rotation_number":118,
"away_starter":null,
"away_record":"1-2-0",
"away_seed":null,
"away_rotation_number":117,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lambeau Field",
"venue_location":"Green Bay, WI",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":30.0
},
"away":{
"total":7.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"B8C8F2B32107",
"game_id":"16341-18124-24-34",
"start_date":"2024-08-24T17:00:00Z",
"home_competitors":[
{
"id":"0787D09E47B9",
"name":"Buffalo Bills",
"abbreviation":"BUF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/buf.png"
}
],
"away_competitors":[
{
"id":"EB5E972AB475",
"name":"Carolina Panthers",
"abbreviation":"CAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/car.png"
}
],
"home_team_display":"Buffalo Bills",
"away_team_display":"Carolina Panthers",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"1-2-0",
"home_seed":null,
"home_rotation_number":120,
"away_starter":null,
"away_record":"1-2-0",
"away_seed":null,
"away_rotation_number":119,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Highmark Stadium",
"venue_location":"Orchard Park, NY",
"venue_neutral":false,
"broadcast":null,
"result":{
"scores":{
"home":{
"total":26.0
},
"away":{
"total":31.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"C229B2A0C9FD",
"game_id":"21473-82789-24-34",
"start_date":"2024-08-24T17:00:00Z",
"home_competitors":[
{
"id":"43412DC9CDCA",
"name":"Detroit Lions",
"abbreviation":"DET",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/det.png"
}
],
"away_competitors":[
{
"id":"727B3B3C78E8",
"name":"Pittsburgh Steelers",
"abbreviation":"PIT",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/pit.png"
}
],
"home_team_display":"Detroit Lions",
"away_team_display":"Pittsburgh Steelers",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-1-0",
"home_seed":null,
"home_rotation_number":122,
"away_starter":null,
"away_record":"0-3-0",
"away_seed":null,
"away_rotation_number":121,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Ford Field",
"venue_location":"Detroit, MI",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":24.0
},
"away":{
"total":17.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"E6EE58CB51DB",
"game_id":"11434-33128-24-34",
"start_date":"2024-08-24T20:00:00Z",
"home_competitors":[
{
"id":"0BDD5205ECCB",
"name":"Dallas Cowboys",
"abbreviation":"DAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/dal.png"
}
],
"away_competitors":[
{
"id":"A283836CDF6E",
"name":"Los Angeles Chargers",
"abbreviation":"LAC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lac.png"
}
],
"home_team_display":"Dallas Cowboys",
"away_team_display":"Los Angeles Chargers",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"1-2-0",
"home_seed":null,
"home_rotation_number":126,
"away_starter":null,
"away_record":"1-2-0",
"away_seed":null,
"away_rotation_number":125,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"AT&T Stadium",
"venue_location":"Arlington, TX",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":19.0
},
"away":{
"total":26.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"C346FF5A1A06",
"game_id":"37430-12806-24-34",
"start_date":"2024-08-24T23:30:00Z",
"home_competitors":[
{
"id":"032D4F9C6C55",
"name":"New York Jets",
"abbreviation":"NYJ",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyj.png"
}
],
"away_competitors":[
{
"id":"ACC49FC634EE",
"name":"New York Giants",
"abbreviation":"NYG",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyg.png"
}
],
"home_team_display":"New York Jets",
"away_team_display":"New York Giants",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-0-0",
"home_seed":null,
"home_rotation_number":128,
"away_starter":null,
"away_record":"1-1-0",
"away_seed":null,
"away_rotation_number":127,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"MetLife Stadium",
"venue_location":"East Rutherford, NJ",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":10.0
},
"away":{
"total":6.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"357B940650D4",
"game_id":"27927-25327-24-34",
"start_date":"2024-08-25T02:00:00Z",
"home_competitors":[
{
"id":"EFED0277C4BD",
"name":"Seattle Seahawks",
"abbreviation":"SEA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sea.png"
}
],
"away_competitors":[
{
"id":"81A1B4413577",
"name":"Cleveland Browns",
"abbreviation":"CLE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cle.png"
}
],
"home_team_display":"Seattle Seahawks",
"away_team_display":"Cleveland Browns",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"2-1-0",
"home_seed":null,
"home_rotation_number":130,
"away_starter":null,
"away_record":"0-3-0",
"away_seed":null,
"away_rotation_number":129,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lumen Field",
"venue_location":"Seattle, WA",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":37.0
},
"away":{
"total":33.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"87FDE14933E1",
"game_id":"17463-17324-24-34",
"start_date":"2024-08-25T18:00:00Z",
"home_competitors":[
{
"id":"E94C20E042D9",
"name":"New Orleans Saints",
"abbreviation":"NO",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/no.png"
}
],
"away_competitors":[
{
"id":"24988863B4CB",
"name":"Tennessee Titans",
"abbreviation":"TEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ten.png"
}
],
"home_team_display":"New Orleans Saints",
"away_team_display":"Tennessee Titans",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"1-2-0",
"home_seed":null,
"home_rotation_number":132,
"away_starter":null,
"away_record":"3-0-0",
"away_seed":null,
"away_rotation_number":131,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Caesars Superdome",
"venue_location":"New Orleans, LA",
"venue_neutral":false,
"broadcast":"NFLN",
"result":{
"scores":{
"home":{
"total":27.0
},
"away":{
"total":30.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"A3114D7B7581",
"game_id":"39341-74813-24-34",
"start_date":"2024-08-25T20:30:00Z",
"home_competitors":[
{
"id":"0DBD3AEC9A84",
"name":"Denver Broncos",
"abbreviation":"DEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/den.png"
}
],
"away_competitors":[
{
"id":"AF456B375E7E",
"name":"Arizona Cardinals",
"abbreviation":"ARI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ari.png"
}
],
"home_team_display":"Denver Broncos",
"away_team_display":"Arizona Cardinals",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"3-0-0",
"home_seed":null,
"home_rotation_number":134,
"away_starter":null,
"away_record":"0-3-0",
"away_seed":null,
"away_rotation_number":133,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Empower Field at Mile High",
"venue_location":"Denver, CO",
"venue_neutral":false,
"broadcast":"CBS",
"result":{
"scores":{
"home":{
"total":38.0
},
"away":{
"total":12.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"6FD30EB3FAF7",
"game_id":"37240-33320-24-34",
"start_date":"2024-08-26T00:00:00Z",
"home_competitors":[
{
"id":"C921828AB706",
"name":"Washington Commanders",
"abbreviation":"WSH",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/wsh.png"
}
],
"away_competitors":[
{
"id":"04E3F3D69B89",
"name":"New England Patriots",
"abbreviation":"NE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ne.png"
}
],
"home_team_display":"Washington Commanders",
"away_team_display":"New England Patriots",
"status":"completed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"1-2-0",
"home_seed":null,
"home_rotation_number":136,
"away_starter":null,
"away_record":"1-2-0",
"away_seed":null,
"away_rotation_number":135,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Northwest Stadium",
"venue_location":"Landover, MD",
"venue_neutral":false,
"broadcast":"NBC",
"result":{
"scores":{
"home":{
"total":20.0
},
"away":{
"total":10.0
}
},
"in_play_data":{
"period":null,
"clock":null,
"last_play":null
}
},
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Preseason",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"A77380D965F7",
"game_id":"18821-13602-24-36",
"start_date":"2024-09-06T00:20:00Z",
"home_competitors":[
{
"id":"2D71E5BA64A5",
"name":"Kansas City Chiefs",
"abbreviation":"KC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/kc.png"
}
],
"away_competitors":[
{
"id":"766A226BC204",
"name":"Baltimore Ravens",
"abbreviation":"BAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/bal.png"
}
],
"home_team_display":"Kansas City Chiefs",
"away_team_display":"Baltimore Ravens",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":452,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":451,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"GEHA Field at Arrowhead Stadium",
"venue_location":"Kansas City, MO",
"venue_neutral":false,
"broadcast":"NBC",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"CC5FF6F4CF2D",
"game_id":"16343-17233-24-36",
"start_date":"2024-09-07T00:15:00Z",
"home_competitors":[
{
"id":"EDCC2866B795",
"name":"Philadelphia Eagles",
"abbreviation":"PHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/phi.png"
}
],
"away_competitors":[
{
"id":"2C6CB429C60C",
"name":"Green Bay Packers",
"abbreviation":"GB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/gb.png"
}
],
"home_team_display":"Philadelphia Eagles",
"away_team_display":"Green Bay Packers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":454,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":453,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Arena Corinthians",
"venue_location":"Sao Paulo, SP",
"venue_neutral":false,
"broadcast":"PEAC",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"1C8CAD71FFC1",
"game_id":"41522-37240-24-36",
"start_date":"2024-09-08T17:00:00Z",
"home_competitors":[
{
"id":"EB3A43FF026E",
"name":"Cincinnati Bengals",
"abbreviation":"CIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cin.png"
}
],
"away_competitors":[
{
"id":"04E3F3D69B89",
"name":"New England Patriots",
"abbreviation":"NE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ne.png"
}
],
"home_team_display":"Cincinnati Bengals",
"away_team_display":"New England Patriots",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":464,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":463,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Paycor Stadium",
"venue_location":"Cincinnati, OH",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"327A10B988FE",
"game_id":"37797-37430-24-36",
"start_date":"2024-09-08T17:00:00Z",
"home_competitors":[
{
"id":"ACC49FC634EE",
"name":"New York Giants",
"abbreviation":"NYG",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyg.png"
}
],
"away_competitors":[
{
"id":"24E4EA618C5E",
"name":"Minnesota Vikings",
"abbreviation":"MIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/min.png"
}
],
"home_team_display":"New York Giants",
"away_team_display":"Minnesota Vikings",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":460,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":459,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"MetLife Stadium",
"venue_location":"East Rutherford, NJ",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"59146D07E97C",
"game_id":"18124-17463-24-36",
"start_date":"2024-09-08T17:00:00Z",
"home_competitors":[
{
"id":"E94C20E042D9",
"name":"New Orleans Saints",
"abbreviation":"NO",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/no.png"
}
],
"away_competitors":[
{
"id":"EB5E972AB475",
"name":"Carolina Panthers",
"abbreviation":"CAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/car.png"
}
],
"home_team_display":"New Orleans Saints",
"away_team_display":"Carolina Panthers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":462,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":461,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Caesars Superdome",
"venue_location":"New Orleans, LA",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"7DB464A44BD8",
"game_id":"39341-16341-24-36",
"start_date":"2024-09-08T17:00:00Z",
"home_competitors":[
{
"id":"0787D09E47B9",
"name":"Buffalo Bills",
"abbreviation":"BUF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/buf.png"
}
],
"away_competitors":[
{
"id":"AF456B375E7E",
"name":"Arizona Cardinals",
"abbreviation":"ARI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ari.png"
}
],
"home_team_display":"Buffalo Bills",
"away_team_display":"Arizona Cardinals",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":468,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":467,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Highmark Stadium",
"venue_location":"Orchard Park, NY",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"934F595511A9",
"game_id":"24276-17324-24-36",
"start_date":"2024-09-08T17:00:00Z",
"home_competitors":[
{
"id":"7108F48884ED",
"name":"Chicago Bears",
"abbreviation":"CHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/chi.png"
}
],
"away_competitors":[
{
"id":"24988863B4CB",
"name":"Tennessee Titans",
"abbreviation":"TEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ten.png"
}
],
"home_team_display":"Chicago Bears",
"away_team_display":"Tennessee Titans",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":466,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":465,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Soldier Field",
"venue_location":"Chicago, IL",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"E6FFAF1993C1",
"game_id":"32889-82789-24-36",
"start_date":"2024-09-08T17:00:00Z",
"home_competitors":[
{
"id":"348C1EE88C42",
"name":"Atlanta Falcons",
"abbreviation":"ATL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/atl.png"
}
],
"away_competitors":[
{
"id":"727B3B3C78E8",
"name":"Pittsburgh Steelers",
"abbreviation":"PIT",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/pit.png"
}
],
"home_team_display":"Atlanta Falcons",
"away_team_display":"Pittsburgh Steelers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":458,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":457,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Mercedes-Benz Stadium",
"venue_location":"Atlanta, GA",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"EE611C761CD3",
"game_id":"31124-40716-24-36",
"start_date":"2024-09-08T17:00:00Z",
"home_competitors":[
{
"id":"28ABEAB98C11",
"name":"Indianapolis Colts",
"abbreviation":"IND",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ind.png"
}
],
"away_competitors":[
{
"id":"4DD082E9EC10",
"name":"Houston Texans",
"abbreviation":"HOU",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/hou.png"
}
],
"home_team_display":"Indianapolis Colts",
"away_team_display":"Houston Texans",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":470,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":469,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lucas Oil Stadium",
"venue_location":"Indianapolis, IN",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"F18A1F2E79E6",
"game_id":"28265-22677-24-36",
"start_date":"2024-09-08T17:00:00Z",
"home_competitors":[
{
"id":"8380A12E67FE",
"name":"Miami Dolphins",
"abbreviation":"MIA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/mia.png"
}
],
"away_competitors":[
{
"id":"9CCE4CA64CF2",
"name":"Jacksonville Jaguars",
"abbreviation":"JAX",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/jax.png"
}
],
"home_team_display":"Miami Dolphins",
"away_team_display":"Jacksonville Jaguars",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":456,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":455,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Hard Rock Stadium",
"venue_location":"Miami Gardens, FL",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"CCB5533D676F",
"game_id":"26757-33128-24-36",
"start_date":"2024-09-08T20:05:00Z",
"home_competitors":[
{
"id":"A283836CDF6E",
"name":"Los Angeles Chargers",
"abbreviation":"LAC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lac.png"
}
],
"away_competitors":[
{
"id":"A715F8199801",
"name":"Las Vegas Raiders",
"abbreviation":"LV",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lv.png"
}
],
"home_team_display":"Los Angeles Chargers",
"away_team_display":"Las Vegas Raiders",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":472,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":471,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"SoFi Stadium",
"venue_location":"Inglewood, CA",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"D393C42A5045",
"game_id":"74813-25327-24-36",
"start_date":"2024-09-08T20:05:00Z",
"home_competitors":[
{
"id":"EFED0277C4BD",
"name":"Seattle Seahawks",
"abbreviation":"SEA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sea.png"
}
],
"away_competitors":[
{
"id":"0DBD3AEC9A84",
"name":"Denver Broncos",
"abbreviation":"DEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/den.png"
}
],
"home_team_display":"Seattle Seahawks",
"away_team_display":"Denver Broncos",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":476,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":475,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lumen Field",
"venue_location":"Seattle, WA",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"526FA78A2A29",
"game_id":"42288-33320-24-36",
"start_date":"2024-09-08T20:25:00Z",
"home_competitors":[
{
"id":"4E7DB4C57393",
"name":"Tampa Bay Buccaneers",
"abbreviation":"TB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/tb.png"
}
],
"away_competitors":[
{
"id":"C921828AB706",
"name":"Washington Commanders",
"abbreviation":"WSH",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/wsh.png"
}
],
"home_team_display":"Tampa Bay Buccaneers",
"away_team_display":"Washington Commanders",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":474,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":473,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Raymond James Stadium",
"venue_location":"Tampa, FL",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"E2746AE57F9D",
"game_id":"27927-11434-24-36",
"start_date":"2024-09-08T20:25:00Z",
"home_competitors":[
{
"id":"81A1B4413577",
"name":"Cleveland Browns",
"abbreviation":"CLE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cle.png"
}
],
"away_competitors":[
{
"id":"0BDD5205ECCB",
"name":"Dallas Cowboys",
"abbreviation":"DAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/dal.png"
}
],
"home_team_display":"Cleveland Browns",
"away_team_display":"Dallas Cowboys",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":478,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":477,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Cleveland Browns Stadium",
"venue_location":"Cleveland, OH",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"819B9C5667DA",
"game_id":"21473-78014-24-36",
"start_date":"2024-09-09T00:20:00Z",
"home_competitors":[
{
"id":"43412DC9CDCA",
"name":"Detroit Lions",
"abbreviation":"DET",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/det.png"
}
],
"away_competitors":[
{
"id":"13AD4FDBEBA8",
"name":"Los Angeles Rams",
"abbreviation":"LAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lar.png"
}
],
"home_team_display":"Detroit Lions",
"away_team_display":"Los Angeles Rams",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":480,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":479,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Ford Field",
"venue_location":"Detroit, MI",
"venue_neutral":false,
"broadcast":"NBC",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"C4B6B2169EE6",
"game_id":"12806-13184-24-37",
"start_date":"2024-09-10T00:15:00Z",
"home_competitors":[
{
"id":"132B64CEDAC4",
"name":"San Francisco 49ers",
"abbreviation":"SF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sf.png"
}
],
"away_competitors":[
{
"id":"032D4F9C6C55",
"name":"New York Jets",
"abbreviation":"NYJ",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyj.png"
}
],
"home_team_display":"San Francisco 49ers",
"away_team_display":"New York Jets",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":482,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":481,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Levi's Stadium",
"venue_location":"Santa Clara, CA",
"venue_neutral":false,
"broadcast":"ESPN | ABC | ESPN+ | ESPD",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"1",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"5E1A13DE0310",
"game_id":"16341-22677-24-37",
"start_date":"2024-09-13T00:15:00Z",
"home_competitors":[
{
"id":"8380A12E67FE",
"name":"Miami Dolphins",
"abbreviation":"MIA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/mia.png"
}
],
"away_competitors":[
{
"id":"0787D09E47B9",
"name":"Buffalo Bills",
"abbreviation":"BUF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/buf.png"
}
],
"home_team_display":"Miami Dolphins",
"away_team_display":"Buffalo Bills",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Hard Rock Stadium",
"venue_location":"Miami Gardens, FL",
"venue_neutral":false,
"broadcast":"Amazon",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"2FB5B32CB5BC",
"game_id":"21473-42288-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"43412DC9CDCA",
"name":"Detroit Lions",
"abbreviation":"DET",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/det.png"
}
],
"away_competitors":[
{
"id":"4E7DB4C57393",
"name":"Tampa Bay Buccaneers",
"abbreviation":"TB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/tb.png"
}
],
"home_team_display":"Detroit Lions",
"away_team_display":"Tampa Bay Buccaneers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Ford Field",
"venue_location":"Detroit, MI",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"645ADA58B404",
"game_id":"11434-17463-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"0BDD5205ECCB",
"name":"Dallas Cowboys",
"abbreviation":"DAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/dal.png"
}
],
"away_competitors":[
{
"id":"E94C20E042D9",
"name":"New Orleans Saints",
"abbreviation":"NO",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/no.png"
}
],
"home_team_display":"Dallas Cowboys",
"away_team_display":"New Orleans Saints",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"AT&T Stadium",
"venue_location":"Arlington, TX",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"82E5183FCE35",
"game_id":"27927-28265-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"9CCE4CA64CF2",
"name":"Jacksonville Jaguars",
"abbreviation":"JAX",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/jax.png"
}
],
"away_competitors":[
{
"id":"81A1B4413577",
"name":"Cleveland Browns",
"abbreviation":"CLE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cle.png"
}
],
"home_team_display":"Jacksonville Jaguars",
"away_team_display":"Cleveland Browns",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"EverBank Stadium",
"venue_location":"Jacksonville, FL",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"850FA50698B8",
"game_id":"37240-25327-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"04E3F3D69B89",
"name":"New England Patriots",
"abbreviation":"NE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ne.png"
}
],
"away_competitors":[
{
"id":"EFED0277C4BD",
"name":"Seattle Seahawks",
"abbreviation":"SEA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sea.png"
}
],
"home_team_display":"New England Patriots",
"away_team_display":"Seattle Seahawks",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Gillette Stadium",
"venue_location":"Foxborough, MA",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"95413D3CC969",
"game_id":"16343-40716-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"2C6CB429C60C",
"name":"Green Bay Packers",
"abbreviation":"GB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/gb.png"
}
],
"away_competitors":[
{
"id":"28ABEAB98C11",
"name":"Indianapolis Colts",
"abbreviation":"IND",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ind.png"
}
],
"home_team_display":"Green Bay Packers",
"away_team_display":"Indianapolis Colts",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lambeau Field",
"venue_location":"Green Bay, WI",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"9883024493B6",
"game_id":"18124-33128-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"EB5E972AB475",
"name":"Carolina Panthers",
"abbreviation":"CAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/car.png"
}
],
"away_competitors":[
{
"id":"A283836CDF6E",
"name":"Los Angeles Chargers",
"abbreviation":"LAC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lac.png"
}
],
"home_team_display":"Carolina Panthers",
"away_team_display":"Los Angeles Chargers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Bank of America Stadium",
"venue_location":"Charlotte, NC",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"99469D1F0AA6",
"game_id":"37797-13184-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"24E4EA618C5E",
"name":"Minnesota Vikings",
"abbreviation":"MIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/min.png"
}
],
"away_competitors":[
{
"id":"132B64CEDAC4",
"name":"San Francisco 49ers",
"abbreviation":"SF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sf.png"
}
],
"home_team_display":"Minnesota Vikings",
"away_team_display":"San Francisco 49ers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"U.S. Bank Stadium",
"venue_location":"Minneapolis, MN",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"9A86CC907135",
"game_id":"12806-17324-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"24988863B4CB",
"name":"Tennessee Titans",
"abbreviation":"TEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ten.png"
}
],
"away_competitors":[
{
"id":"032D4F9C6C55",
"name":"New York Jets",
"abbreviation":"NYJ",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyj.png"
}
],
"home_team_display":"Tennessee Titans",
"away_team_display":"New York Jets",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Nissan Stadium",
"venue_location":"Nashville, TN",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"ACB9499D97BA",
"game_id":"18821-26757-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"766A226BC204",
"name":"Baltimore Ravens",
"abbreviation":"BAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/bal.png"
}
],
"away_competitors":[
{
"id":"A715F8199801",
"name":"Las Vegas Raiders",
"abbreviation":"LV",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lv.png"
}
],
"home_team_display":"Baltimore Ravens",
"away_team_display":"Las Vegas Raiders",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"M&T Bank Stadium",
"venue_location":"Baltimore, MD",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"B2AE514F4ECB",
"game_id":"37430-33320-24-37",
"start_date":"2024-09-15T17:00:00Z",
"home_competitors":[
{
"id":"C921828AB706",
"name":"Washington Commanders",
"abbreviation":"WSH",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/wsh.png"
}
],
"away_competitors":[
{
"id":"ACC49FC634EE",
"name":"New York Giants",
"abbreviation":"NYG",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyg.png"
}
],
"home_team_display":"Washington Commanders",
"away_team_display":"New York Giants",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Northwest Stadium",
"venue_location":"Landover, MD",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"6CDA09F318F2",
"game_id":"39341-78014-24-37",
"start_date":"2024-09-15T20:05:00Z",
"home_competitors":[
{
"id":"AF456B375E7E",
"name":"Arizona Cardinals",
"abbreviation":"ARI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ari.png"
}
],
"away_competitors":[
{
"id":"13AD4FDBEBA8",
"name":"Los Angeles Rams",
"abbreviation":"LAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lar.png"
}
],
"home_team_display":"Arizona Cardinals",
"away_team_display":"Los Angeles Rams",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"State Farm Stadium",
"venue_location":"Glendale, AZ",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"4D1A3CAADDD6",
"game_id":"74813-82789-24-37",
"start_date":"2024-09-15T20:25:00Z",
"home_competitors":[
{
"id":"0DBD3AEC9A84",
"name":"Denver Broncos",
"abbreviation":"DEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/den.png"
}
],
"away_competitors":[
{
"id":"727B3B3C78E8",
"name":"Pittsburgh Steelers",
"abbreviation":"PIT",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/pit.png"
}
],
"home_team_display":"Denver Broncos",
"away_team_display":"Pittsburgh Steelers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Empower Field at Mile High",
"venue_location":"Denver, CO",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"50E6750E973C",
"game_id":"41522-13602-24-37",
"start_date":"2024-09-15T20:25:00Z",
"home_competitors":[
{
"id":"2D71E5BA64A5",
"name":"Kansas City Chiefs",
"abbreviation":"KC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/kc.png"
}
],
"away_competitors":[
{
"id":"EB3A43FF026E",
"name":"Cincinnati Bengals",
"abbreviation":"CIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cin.png"
}
],
"home_team_display":"Kansas City Chiefs",
"away_team_display":"Cincinnati Bengals",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"GEHA Field at Arrowhead Stadium",
"venue_location":"Kansas City, MO",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"5EBE447F80C5",
"game_id":"24276-31124-24-37",
"start_date":"2024-09-16T00:20:00Z",
"home_competitors":[
{
"id":"4DD082E9EC10",
"name":"Houston Texans",
"abbreviation":"HOU",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/hou.png"
}
],
"away_competitors":[
{
"id":"7108F48884ED",
"name":"Chicago Bears",
"abbreviation":"CHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/chi.png"
}
],
"home_team_display":"Houston Texans",
"away_team_display":"Chicago Bears",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"NRG Stadium",
"venue_location":"Houston, TX",
"venue_neutral":false,
"broadcast":"NBC",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"13A3664DDE28",
"game_id":"32889-17233-24-38",
"start_date":"2024-09-17T00:15:00Z",
"home_competitors":[
{
"id":"EDCC2866B795",
"name":"Philadelphia Eagles",
"abbreviation":"PHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/phi.png"
}
],
"away_competitors":[
{
"id":"348C1EE88C42",
"name":"Atlanta Falcons",
"abbreviation":"ATL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/atl.png"
}
],
"home_team_display":"Philadelphia Eagles",
"away_team_display":"Atlanta Falcons",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lincoln Financial Field",
"venue_location":"Philadelphia, PA",
"venue_neutral":false,
"broadcast":"ESPN",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"2",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"8A5E1E811F55",
"game_id":"37240-12806-24-38",
"start_date":"2024-09-20T00:15:00Z",
"home_competitors":[
{
"id":"032D4F9C6C55",
"name":"New York Jets",
"abbreviation":"NYJ",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyj.png"
}
],
"away_competitors":[
{
"id":"04E3F3D69B89",
"name":"New England Patriots",
"abbreviation":"NE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ne.png"
}
],
"home_team_display":"New York Jets",
"away_team_display":"New England Patriots",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"MetLife Stadium",
"venue_location":"East Rutherford, NJ",
"venue_neutral":false,
"broadcast":"Amazon",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"1D80137F816E",
"game_id":"31124-37797-24-38",
"start_date":"2024-09-22T17:00:00Z",
"home_competitors":[
{
"id":"24E4EA618C5E",
"name":"Minnesota Vikings",
"abbreviation":"MIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/min.png"
}
],
"away_competitors":[
{
"id":"4DD082E9EC10",
"name":"Houston Texans",
"abbreviation":"HOU",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/hou.png"
}
],
"home_team_display":"Minnesota Vikings",
"away_team_display":"Houston Texans",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"U.S. Bank Stadium",
"venue_location":"Minneapolis, MN",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"50AA455ACBF8",
"game_id":"74813-42288-24-38",
"start_date":"2024-09-22T17:00:00Z",
"home_competitors":[
{
"id":"4E7DB4C57393",
"name":"Tampa Bay Buccaneers",
"abbreviation":"TB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/tb.png"
}
],
"away_competitors":[
{
"id":"0DBD3AEC9A84",
"name":"Denver Broncos",
"abbreviation":"DEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/den.png"
}
],
"home_team_display":"Tampa Bay Buccaneers",
"away_team_display":"Denver Broncos",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Raymond James Stadium",
"venue_location":"Tampa, FL",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"7EE02BB1535B",
"game_id":"27927-37430-24-38",
"start_date":"2024-09-22T17:00:00Z",
"home_competitors":[
{
"id":"81A1B4413577",
"name":"Cleveland Browns",
"abbreviation":"CLE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cle.png"
}
],
"away_competitors":[
{
"id":"ACC49FC634EE",
"name":"New York Giants",
"abbreviation":"NYG",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyg.png"
}
],
"home_team_display":"Cleveland Browns",
"away_team_display":"New York Giants",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Cleveland Browns Stadium",
"venue_location":"Cleveland, OH",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"A3FD5E4EB3EA",
"game_id":"16343-17324-24-38",
"start_date":"2024-09-22T17:00:00Z",
"home_competitors":[
{
"id":"24988863B4CB",
"name":"Tennessee Titans",
"abbreviation":"TEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ten.png"
}
],
"away_competitors":[
{
"id":"2C6CB429C60C",
"name":"Green Bay Packers",
"abbreviation":"GB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/gb.png"
}
],
"home_team_display":"Tennessee Titans",
"away_team_display":"Green Bay Packers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Nissan Stadium",
"venue_location":"Nashville, TN",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"B22009DDC783",
"game_id":"33128-82789-24-38",
"start_date":"2024-09-22T17:00:00Z",
"home_competitors":[
{
"id":"727B3B3C78E8",
"name":"Pittsburgh Steelers",
"abbreviation":"PIT",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/pit.png"
}
],
"away_competitors":[
{
"id":"A283836CDF6E",
"name":"Los Angeles Chargers",
"abbreviation":"LAC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lac.png"
}
],
"home_team_display":"Pittsburgh Steelers",
"away_team_display":"Los Angeles Chargers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Acrisure Stadium",
"venue_location":"Pittsburgh, PA",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"BB1023DC20C2",
"game_id":"24276-40716-24-38",
"start_date":"2024-09-22T17:00:00Z",
"home_competitors":[
{
"id":"28ABEAB98C11",
"name":"Indianapolis Colts",
"abbreviation":"IND",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ind.png"
}
],
"away_competitors":[
{
"id":"7108F48884ED",
"name":"Chicago Bears",
"abbreviation":"CHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/chi.png"
}
],
"home_team_display":"Indianapolis Colts",
"away_team_display":"Chicago Bears",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lucas Oil Stadium",
"venue_location":"Indianapolis, IN",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"E47993E50E76",
"game_id":"17463-17233-24-38",
"start_date":"2024-09-22T17:00:00Z",
"home_competitors":[
{
"id":"E94C20E042D9",
"name":"New Orleans Saints",
"abbreviation":"NO",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/no.png"
}
],
"away_competitors":[
{
"id":"EDCC2866B795",
"name":"Philadelphia Eagles",
"abbreviation":"PHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/phi.png"
}
],
"home_team_display":"New Orleans Saints",
"away_team_display":"Philadelphia Eagles",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Caesars Superdome",
"venue_location":"New Orleans, LA",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"BC3D573E5C3B",
"game_id":"18124-26757-24-38",
"start_date":"2024-09-22T20:05:00Z",
"home_competitors":[
{
"id":"A715F8199801",
"name":"Las Vegas Raiders",
"abbreviation":"LV",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lv.png"
}
],
"away_competitors":[
{
"id":"EB5E972AB475",
"name":"Carolina Panthers",
"abbreviation":"CAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/car.png"
}
],
"home_team_display":"Las Vegas Raiders",
"away_team_display":"Carolina Panthers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Allegiant Stadium",
"venue_location":"Paradise, NV",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"F211C9A178E2",
"game_id":"22677-25327-24-38",
"start_date":"2024-09-22T20:05:00Z",
"home_competitors":[
{
"id":"EFED0277C4BD",
"name":"Seattle Seahawks",
"abbreviation":"SEA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sea.png"
}
],
"away_competitors":[
{
"id":"8380A12E67FE",
"name":"Miami Dolphins",
"abbreviation":"MIA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/mia.png"
}
],
"home_team_display":"Seattle Seahawks",
"away_team_display":"Miami Dolphins",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lumen Field",
"venue_location":"Seattle, WA",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"0F6DA9BCE486",
"game_id":"39341-21473-24-38",
"start_date":"2024-09-22T20:25:00Z",
"home_competitors":[
{
"id":"AF456B375E7E",
"name":"Arizona Cardinals",
"abbreviation":"ARI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ari.png"
}
],
"away_competitors":[
{
"id":"43412DC9CDCA",
"name":"Detroit Lions",
"abbreviation":"DET",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/det.png"
}
],
"home_team_display":"Arizona Cardinals",
"away_team_display":"Detroit Lions",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"State Farm Stadium",
"venue_location":"Glendale, AZ",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"364F13836BE9",
"game_id":"18821-11434-24-38",
"start_date":"2024-09-22T20:25:00Z",
"home_competitors":[
{
"id":"0BDD5205ECCB",
"name":"Dallas Cowboys",
"abbreviation":"DAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/dal.png"
}
],
"away_competitors":[
{
"id":"766A226BC204",
"name":"Baltimore Ravens",
"abbreviation":"BAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/bal.png"
}
],
"home_team_display":"Dallas Cowboys",
"away_team_display":"Baltimore Ravens",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"AT&T Stadium",
"venue_location":"Arlington, TX",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"A618E522DBF6",
"game_id":"78014-13184-24-38",
"start_date":"2024-09-22T20:25:00Z",
"home_competitors":[
{
"id":"13AD4FDBEBA8",
"name":"Los Angeles Rams",
"abbreviation":"LAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lar.png"
}
],
"away_competitors":[
{
"id":"132B64CEDAC4",
"name":"San Francisco 49ers",
"abbreviation":"SF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sf.png"
}
],
"home_team_display":"Los Angeles Rams",
"away_team_display":"San Francisco 49ers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"SoFi Stadium",
"venue_location":"Inglewood, CA",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"EFFFD385CB13",
"game_id":"32889-13602-24-38",
"start_date":"2024-09-23T00:20:00Z",
"home_competitors":[
{
"id":"348C1EE88C42",
"name":"Atlanta Falcons",
"abbreviation":"ATL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/atl.png"
}
],
"away_competitors":[
{
"id":"2D71E5BA64A5",
"name":"Kansas City Chiefs",
"abbreviation":"KC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/kc.png"
}
],
"home_team_display":"Atlanta Falcons",
"away_team_display":"Kansas City Chiefs",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Mercedes-Benz Stadium",
"venue_location":"Atlanta, GA",
"venue_neutral":false,
"broadcast":"NBC",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"02D844D9E8DA",
"game_id":"16341-28265-24-39",
"start_date":"2024-09-23T23:30:00Z",
"home_competitors":[
{
"id":"0787D09E47B9",
"name":"Buffalo Bills",
"abbreviation":"BUF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/buf.png"
}
],
"away_competitors":[
{
"id":"9CCE4CA64CF2",
"name":"Jacksonville Jaguars",
"abbreviation":"JAX",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/jax.png"
}
],
"home_team_display":"Buffalo Bills",
"away_team_display":"Jacksonville Jaguars",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Highmark Stadium",
"venue_location":"Orchard Park, NY",
"venue_neutral":false,
"broadcast":"ESPN",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"144E02E511B5",
"game_id":"41522-33320-24-39",
"start_date":"2024-09-24T00:15:00Z",
"home_competitors":[
{
"id":"EB3A43FF026E",
"name":"Cincinnati Bengals",
"abbreviation":"CIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cin.png"
}
],
"away_competitors":[
{
"id":"C921828AB706",
"name":"Washington Commanders",
"abbreviation":"WSH",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/wsh.png"
}
],
"home_team_display":"Cincinnati Bengals",
"away_team_display":"Washington Commanders",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Paycor Stadium",
"venue_location":"Cincinnati, OH",
"venue_neutral":false,
"broadcast":"ABC",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"3",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"98CCA125A600",
"game_id":"11434-37430-24-39",
"start_date":"2024-09-27T00:15:00Z",
"home_competitors":[
{
"id":"ACC49FC634EE",
"name":"New York Giants",
"abbreviation":"NYG",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyg.png"
}
],
"away_competitors":[
{
"id":"0BDD5205ECCB",
"name":"Dallas Cowboys",
"abbreviation":"DAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/dal.png"
}
],
"home_team_display":"New York Giants",
"away_team_display":"Dallas Cowboys",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"MetLife Stadium",
"venue_location":"East Rutherford, NJ",
"venue_neutral":false,
"broadcast":"Amazon",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"0305748DFBCB",
"game_id":"24276-78014-24-39",
"start_date":"2024-09-29T17:00:00Z",
"home_competitors":[
{
"id":"7108F48884ED",
"name":"Chicago Bears",
"abbreviation":"CHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/chi.png"
}
],
"away_competitors":[
{
"id":"13AD4FDBEBA8",
"name":"Los Angeles Rams",
"abbreviation":"LAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lar.png"
}
],
"home_team_display":"Chicago Bears",
"away_team_display":"Los Angeles Rams",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Soldier Field",
"venue_location":"Chicago, IL",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"06511C2F83FC",
"game_id":"18124-41522-24-39",
"start_date":"2024-09-29T17:00:00Z",
"home_competitors":[
{
"id":"EB5E972AB475",
"name":"Carolina Panthers",
"abbreviation":"CAR",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/car.png"
}
],
"away_competitors":[
{
"id":"EB3A43FF026E",
"name":"Cincinnati Bengals",
"abbreviation":"CIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cin.png"
}
],
"home_team_display":"Carolina Panthers",
"away_team_display":"Cincinnati Bengals",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Bank of America Stadium",
"venue_location":"Charlotte, NC",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"36C5165313B8",
"game_id":"74813-12806-24-39",
"start_date":"2024-09-29T17:00:00Z",
"home_competitors":[
{
"id":"032D4F9C6C55",
"name":"New York Jets",
"abbreviation":"NYJ",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyj.png"
}
],
"away_competitors":[
{
"id":"0DBD3AEC9A84",
"name":"Denver Broncos",
"abbreviation":"DEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/den.png"
}
],
"home_team_display":"New York Jets",
"away_team_display":"Denver Broncos",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"MetLife Stadium",
"venue_location":"East Rutherford, NJ",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"47CE8467C3DD",
"game_id":"31124-28265-24-39",
"start_date":"2024-09-29T17:00:00Z",
"home_competitors":[
{
"id":"4DD082E9EC10",
"name":"Houston Texans",
"abbreviation":"HOU",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/hou.png"
}
],
"away_competitors":[
{
"id":"9CCE4CA64CF2",
"name":"Jacksonville Jaguars",
"abbreviation":"JAX",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/jax.png"
}
],
"home_team_display":"Houston Texans",
"away_team_display":"Jacksonville Jaguars",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"NRG Stadium",
"venue_location":"Houston, TX",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"492EB001D5F7",
"game_id":"32889-17463-24-39",
"start_date":"2024-09-29T17:00:00Z",
"home_competitors":[
{
"id":"348C1EE88C42",
"name":"Atlanta Falcons",
"abbreviation":"ATL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/atl.png"
}
],
"away_competitors":[
{
"id":"E94C20E042D9",
"name":"New Orleans Saints",
"abbreviation":"NO",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/no.png"
}
],
"home_team_display":"Atlanta Falcons",
"away_team_display":"New Orleans Saints",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Mercedes-Benz Stadium",
"venue_location":"Atlanta, GA",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"5F7B3EAA2B37",
"game_id":"17233-42288-24-39",
"start_date":"2024-09-29T17:00:00Z",
"home_competitors":[
{
"id":"4E7DB4C57393",
"name":"Tampa Bay Buccaneers",
"abbreviation":"TB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/tb.png"
}
],
"away_competitors":[
{
"id":"EDCC2866B795",
"name":"Philadelphia Eagles",
"abbreviation":"PHI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/phi.png"
}
],
"home_team_display":"Tampa Bay Buccaneers",
"away_team_display":"Philadelphia Eagles",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Raymond James Stadium",
"venue_location":"Tampa, FL",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"D67E13D25C4E",
"game_id":"16343-37797-24-39",
"start_date":"2024-09-29T17:00:00Z",
"home_competitors":[
{
"id":"2C6CB429C60C",
"name":"Green Bay Packers",
"abbreviation":"GB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/gb.png"
}
],
"away_competitors":[
{
"id":"24E4EA618C5E",
"name":"Minnesota Vikings",
"abbreviation":"MIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/min.png"
}
],
"home_team_display":"Green Bay Packers",
"away_team_display":"Minnesota Vikings",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lambeau Field",
"venue_location":"Green Bay, WI",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"FAD5FAD18C67",
"game_id":"40716-82789-24-39",
"start_date":"2024-09-29T17:00:00Z",
"home_competitors":[
{
"id":"28ABEAB98C11",
"name":"Indianapolis Colts",
"abbreviation":"IND",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ind.png"
}
],
"away_competitors":[
{
"id":"727B3B3C78E8",
"name":"Pittsburgh Steelers",
"abbreviation":"PIT",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/pit.png"
}
],
"home_team_display":"Indianapolis Colts",
"away_team_display":"Pittsburgh Steelers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Lucas Oil Stadium",
"venue_location":"Indianapolis, IN",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"D63BBF10EACC",
"game_id":"37240-13184-24-39",
"start_date":"2024-09-29T20:05:00Z",
"home_competitors":[
{
"id":"132B64CEDAC4",
"name":"San Francisco 49ers",
"abbreviation":"SF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sf.png"
}
],
"away_competitors":[
{
"id":"04E3F3D69B89",
"name":"New England Patriots",
"abbreviation":"NE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ne.png"
}
],
"home_team_display":"San Francisco 49ers",
"away_team_display":"New England Patriots",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Levi's Stadium",
"venue_location":"Santa Clara, CA",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"E623DE7916B2",
"game_id":"39341-33320-24-39",
"start_date":"2024-09-29T20:05:00Z",
"home_competitors":[
{
"id":"AF456B375E7E",
"name":"Arizona Cardinals",
"abbreviation":"ARI",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ari.png"
}
],
"away_competitors":[
{
"id":"C921828AB706",
"name":"Washington Commanders",
"abbreviation":"WSH",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/wsh.png"
}
],
"home_team_display":"Arizona Cardinals",
"away_team_display":"Washington Commanders",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"State Farm Stadium",
"venue_location":"Glendale, AZ",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"5D97153D419A",
"game_id":"13602-33128-24-39",
"start_date":"2024-09-29T20:25:00Z",
"home_competitors":[
{
"id":"A283836CDF6E",
"name":"Los Angeles Chargers",
"abbreviation":"LAC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lac.png"
}
],
"away_competitors":[
{
"id":"2D71E5BA64A5",
"name":"Kansas City Chiefs",
"abbreviation":"KC",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/kc.png"
}
],
"home_team_display":"Los Angeles Chargers",
"away_team_display":"Kansas City Chiefs",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"SoFi Stadium",
"venue_location":"Inglewood, CA",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"71258C5B627A",
"game_id":"27927-26757-24-39",
"start_date":"2024-09-29T20:25:00Z",
"home_competitors":[
{
"id":"A715F8199801",
"name":"Las Vegas Raiders",
"abbreviation":"LV",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/lv.png"
}
],
"away_competitors":[
{
"id":"81A1B4413577",
"name":"Cleveland Browns",
"abbreviation":"CLE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cle.png"
}
],
"home_team_display":"Las Vegas Raiders",
"away_team_display":"Cleveland Browns",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Allegiant Stadium",
"venue_location":"Paradise, NV",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"7A31CB55011A",
"game_id":"18821-16341-24-39",
"start_date":"2024-09-30T00:20:00Z",
"home_competitors":[
{
"id":"766A226BC204",
"name":"Baltimore Ravens",
"abbreviation":"BAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/bal.png"
}
],
"away_competitors":[
{
"id":"0787D09E47B9",
"name":"Buffalo Bills",
"abbreviation":"BUF",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/buf.png"
}
],
"home_team_display":"Baltimore Ravens",
"away_team_display":"Buffalo Bills",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"M&T Bank Stadium",
"venue_location":"Baltimore, MD",
"venue_neutral":false,
"broadcast":"NBC",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"6C24286F40B7",
"game_id":"22677-17324-24-40",
"start_date":"2024-09-30T23:30:00Z",
"home_competitors":[
{
"id":"8380A12E67FE",
"name":"Miami Dolphins",
"abbreviation":"MIA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/mia.png"
}
],
"away_competitors":[
{
"id":"24988863B4CB",
"name":"Tennessee Titans",
"abbreviation":"TEN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ten.png"
}
],
"home_team_display":"Miami Dolphins",
"away_team_display":"Tennessee Titans",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Hard Rock Stadium",
"venue_location":"Miami Gardens, FL",
"venue_neutral":false,
"broadcast":"ESPN",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"0C2E805E7401",
"game_id":"21473-25327-24-40",
"start_date":"2024-10-01T00:15:00Z",
"home_competitors":[
{
"id":"43412DC9CDCA",
"name":"Detroit Lions",
"abbreviation":"DET",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/det.png"
}
],
"away_competitors":[
{
"id":"EFED0277C4BD",
"name":"Seattle Seahawks",
"abbreviation":"SEA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/sea.png"
}
],
"home_team_display":"Detroit Lions",
"away_team_display":"Seattle Seahawks",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Ford Field",
"venue_location":"Detroit, MI",
"venue_neutral":false,
"broadcast":"ABC",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"4",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"AE088D1785C2",
"game_id":"32889-42288-24-40",
"start_date":"2024-10-04T00:15:00Z",
"home_competitors":[
{
"id":"348C1EE88C42",
"name":"Atlanta Falcons",
"abbreviation":"ATL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/atl.png"
}
],
"away_competitors":[
{
"id":"4E7DB4C57393",
"name":"Tampa Bay Buccaneers",
"abbreviation":"TB",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/tb.png"
}
],
"home_team_display":"Atlanta Falcons",
"away_team_display":"Tampa Bay Buccaneers",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Mercedes-Benz Stadium",
"venue_location":"Atlanta, GA",
"venue_neutral":false,
"broadcast":"Amazon",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"5",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"CD52B27036AA",
"game_id":"37797-12806-24-40",
"start_date":"2024-10-06T13:30:00Z",
"home_competitors":[
{
"id":"24E4EA618C5E",
"name":"Minnesota Vikings",
"abbreviation":"MIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/min.png"
}
],
"away_competitors":[
{
"id":"032D4F9C6C55",
"name":"New York Jets",
"abbreviation":"NYJ",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/nyj.png"
}
],
"home_team_display":"Minnesota Vikings",
"away_team_display":"New York Jets",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Tottenham Hotspur Stadium",
"venue_location":null,
"venue_neutral":false,
"broadcast":"NFLN",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"5",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"1D0A050FB8EE",
"game_id":"18821-41522-24-40",
"start_date":"2024-10-06T17:00:00Z",
"home_competitors":[
{
"id":"EB3A43FF026E",
"name":"Cincinnati Bengals",
"abbreviation":"CIN",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/cin.png"
}
],
"away_competitors":[
{
"id":"766A226BC204",
"name":"Baltimore Ravens",
"abbreviation":"BAL",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/bal.png"
}
],
"home_team_display":"Cincinnati Bengals",
"away_team_display":"Baltimore Ravens",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Paycor Stadium",
"venue_location":"Cincinnati, OH",
"venue_neutral":false,
"broadcast":"CBS",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"5",
"weather":null,
"weather_temp":null,
"source_ids":{
}
},
{
"id":"38B0C70F4C75",
"game_id":"22677-37240-24-40",
"start_date":"2024-10-06T17:00:00Z",
"home_competitors":[
{
"id":"04E3F3D69B89",
"name":"New England Patriots",
"abbreviation":"NE",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/ne.png"
}
],
"away_competitors":[
{
"id":"8380A12E67FE",
"name":"Miami Dolphins",
"abbreviation":"MIA",
"logo":"https://a.espncdn.com/i/teamlogos/nfl/500/mia.png"
}
],
"home_team_display":"New England Patriots",
"away_team_display":"Miami Dolphins",
"status":"unplayed",
"is_live":false,
"sport":{
"id":"football",
"name":"Football"
},
"league":{
"id":"nfl",
"name":"NFL"
},
"home_starter":null,
"home_record":"0-0-0",
"home_seed":null,
"home_rotation_number":null,
"away_starter":null,
"away_record":"0-0-0",
"away_seed":null,
"away_rotation_number":null,
"tournament":null,
"tournament_stage":null,
"has_odds":true,
"venue_name":"Gillette Stadium",
"venue_location":"Foxborough, MA",
"venue_neutral":false,
"broadcast":"FOX",
"result":null,
"lineups":{
"home":[
],
"away":[
]
},
"season_type":"Regular Season",
"season_year":"2024",
"season_week":"5",
"weather":null,
"weather_temp":null,
"source_ids":{
}
}
],
"page":1,
"total_pages":4
}
England - Premier League (include_starting_lineups=True)
URL: https://api.opticodds.com/api/v3/fixtures?league=England%20-%20Premier%20League&start_date_after=2024-09-09&start_date_before=2024-09-20&include_starting_lineups=True
{
"data": [
{
"id": "6C30DA8A2C62",
"game_id": "35213-35960-2024-09-14",
"start_date": "2024-09-14T11:30:00Z",
"home_competitors": [
{
"id": "BFC3376DC331",
"name": "Southampton FC",
"abbreviation": "SOU",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3784.png"
}
],
"away_competitors": [
{
"id": "AF8DDBC0795A",
"name": "Manchester United FC",
"abbreviation": "MUN",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3792.png"
}
],
"home_team_display": "Southampton FC",
"away_team_display": "Manchester United FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2508,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2507,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "St. Mary's Stadium",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 0
},
"away": {
"total": 3
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "8C0FCDC872E9",
"player_name": "Aaron Ramsdale",
"player_team": "BFC3376DC331",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D567DBA116D3",
"player_name": "Kyle Walker-Peters",
"player_team": "BFC3376DC331",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "602CCAA35595",
"player_name": "Jan Bednarek",
"player_team": "BFC3376DC331",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "768D15519126",
"player_name": "Jack Stephens",
"player_team": "BFC3376DC331",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "043688B49A72",
"player_name": "Yukinari Sugawara",
"player_team": "BFC3376DC331",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "221FD81754FA",
"player_name": "Lesley Ugochukwu",
"player_team": "BFC3376DC331",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "FE7656C98686",
"player_name": "Flynn Downes",
"player_team": "BFC3376DC331",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "7959B89D3E76",
"player_name": "Ben Brereton",
"player_team": "BFC3376DC331",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1B7B009053A2",
"player_name": "Mateus Gonçalo Espanha Fernandes",
"player_team": "BFC3376DC331",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "ADF8962BCF59",
"player_name": "Tyler Dibling",
"player_team": "BFC3376DC331",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8D49B561E3FA",
"player_name": "Cameron Archer",
"player_team": "BFC3376DC331",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "40D4E2A211E0",
"player_name": "Adam Armstrong",
"player_team": "BFC3376DC331",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "261E2FC19A31",
"player_name": "Joe Aribo",
"player_team": "BFC3376DC331",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "5205E121957D",
"player_name": "Maxwel Cornet",
"player_team": "BFC3376DC331",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "4CD3F48A64AB",
"player_name": "Ryan Fraser",
"player_team": "BFC3376DC331",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "0A98E659CEC5",
"player_name": "Taylor Harwood-Bellis",
"player_team": "BFC3376DC331",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "115E5B3C333C",
"player_name": "Adam Lallana",
"player_team": "BFC3376DC331",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "44D228613E3C",
"player_name": "Alex McCarthy",
"player_team": "BFC3376DC331",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "44046897ABB4",
"player_name": "Ross Stewart",
"player_team": "BFC3376DC331",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "05490FD57228",
"player_name": "Charlie Taylor",
"player_team": "BFC3376DC331",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "0581982A47FC",
"player_name": "André Onana",
"player_team": "AF8DDBC0795A",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "300E79598FC3",
"player_name": "José Diogo Dalot Teixeira",
"player_team": "AF8DDBC0795A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1F68CC322DFE",
"player_name": "Lisandro Martínez",
"player_team": "AF8DDBC0795A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "7B6E25CEBE5D",
"player_name": "Matthijs de Ligt",
"player_team": "AF8DDBC0795A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C29055CB2569",
"player_name": "Noussair Mazraoui",
"player_team": "AF8DDBC0795A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "94A89DC49165",
"player_name": "Kobbie Mainoo",
"player_team": "AF8DDBC0795A",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "7FD3A98CEB9A",
"player_name": "Christian Eriksen",
"player_team": "AF8DDBC0795A",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "6E4BD9BC3B47",
"player_name": "Marcus Rashford",
"player_team": "AF8DDBC0795A",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8FA7149CB171",
"player_name": "Bruno Miguel Borges Fernandes",
"player_team": "AF8DDBC0795A",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "6D54B313B58E",
"player_name": "Amad Diallo",
"player_team": "AF8DDBC0795A",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F4289A628E9F",
"player_name": "Joshua Zirkzee",
"player_team": "AF8DDBC0795A",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "7E6305D9232D",
"player_name": "Altay Bayindir",
"player_team": "AF8DDBC0795A",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "5784FC27F4A4",
"player_name": "Carlos Henrique Casimiro",
"player_team": "AF8DDBC0795A",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "7E914B9D02DC",
"player_name": "Toby Collyer",
"player_team": "AF8DDBC0795A",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "9E1607633C4B",
"player_name": "Jonny Evans",
"player_team": "AF8DDBC0795A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "02D93C5A0F7B",
"player_name": "Alejandro Garnacho",
"player_team": "AF8DDBC0795A",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "0313009C824B",
"player_name": "Harry Maguire",
"player_team": "AF8DDBC0795A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "3C24B2F9265F",
"player_name": "Manuel Ugarte",
"player_team": "AF8DDBC0795A",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "E539CE96B1F3",
"player_name": "Ethan Wheatley",
"player_team": "AF8DDBC0795A",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "D062351E19ED",
"player_name": "Antony Matheus dos Santos",
"player_team": "AF8DDBC0795A",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "01D330A23E9E",
"game_id": "36989-17608-2024-09-14",
"start_date": "2024-09-14T14:00:00Z",
"home_competitors": [
{
"id": "D6AD821C3B5E",
"name": "Fulham FC",
"abbreviation": "FUL",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4119.png"
}
],
"away_competitors": [
{
"id": "957C00F85D81",
"name": "West Ham United FC",
"abbreviation": "WHU",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4514.png"
}
],
"home_team_display": "Fulham FC",
"away_team_display": "West Ham United FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2508,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2507,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "Craven Cottage",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 1
},
"away": {
"total": 1
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "F3B3FBFB04D4",
"player_name": "Bernd Leno",
"player_team": "D6AD821C3B5E",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8255A3A607BA",
"player_name": "Antonee Robinson",
"player_team": "D6AD821C3B5E",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "5B1C79360A45",
"player_name": "Calvin Bassey",
"player_team": "D6AD821C3B5E",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "72F04327FBEE",
"player_name": "Joachim Andersen",
"player_team": "D6AD821C3B5E",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A7E6702A818D",
"player_name": "Kenny Tete",
"player_team": "D6AD821C3B5E",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "AFCF3D4CDE8C",
"player_name": "Sasa Lukic",
"player_team": "D6AD821C3B5E",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0EAF19415508",
"player_name": "Andreas Hugo Hoelgebaum Pereira",
"player_team": "D6AD821C3B5E",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "3913CD1AD652",
"player_name": "Alex Iwobi",
"player_team": "D6AD821C3B5E",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "52DAF6ECD6D3",
"player_name": "Emile Smith Rowe",
"player_team": "D6AD821C3B5E",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "E20D5734470E",
"player_name": "Adama Traoré",
"player_team": "D6AD821C3B5E",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1316604A15D5",
"player_name": "Raúl Jiménez",
"player_team": "D6AD821C3B5E",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "129EAF9852B6",
"player_name": "Steven Benda",
"player_team": "D6AD821C3B5E",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "EAAC084B7A76",
"player_name": "Sander Berge",
"player_team": "D6AD821C3B5E",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "DA82107E26E4",
"player_name": "Tom Cairney",
"player_team": "D6AD821C3B5E",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "E0F7A7970E36",
"player_name": "Timothy Castagne",
"player_team": "D6AD821C3B5E",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "30DF83DD404E",
"player_name": "Issa Diop",
"player_team": "D6AD821C3B5E",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "CD69EC8FD8DA",
"player_name": "Rodrigo Muniz Carvalho",
"player_team": "D6AD821C3B5E",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "FD44706065E2",
"player_name": "Reiss Nelson",
"player_team": "D6AD821C3B5E",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "62F72B31023D",
"player_name": "Harrison Reed",
"player_team": "D6AD821C3B5E",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "298E9840A133",
"player_name": "Harry Wilson",
"player_team": "D6AD821C3B5E",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "A893971099F4",
"player_name": "Alphonse Areola",
"player_team": "957C00F85D81",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D019B3A9786E",
"player_name": "Emerson Palmieri dos Santos",
"player_team": "957C00F85D81",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1328A205D1AC",
"player_name": "Maximilian Kilman",
"player_team": "957C00F85D81",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "549F9451027C",
"player_name": "Konstantinos Mavropanos",
"player_team": "957C00F85D81",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "54C396D75635",
"player_name": "Aaron Wan-Bissaka",
"player_team": "957C00F85D81",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "B1CF6FAA66C6",
"player_name": "Guido Rodríguez",
"player_team": "957C00F85D81",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8C38C9CC1488",
"player_name": "Edson Álvarez",
"player_team": "957C00F85D81",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "5DC20B280303",
"player_name": "Mohammed Kudus",
"player_team": "957C00F85D81",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "068DB1AA6FDE",
"player_name": "Tomás Soucek",
"player_team": "957C00F85D81",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0039E7398BA1",
"player_name": "Jarrod Bowen",
"player_team": "957C00F85D81",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "9CF1861D2F57",
"player_name": "Michail Antonio",
"player_team": "957C00F85D81",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D8127223A62F",
"player_name": "Vladimír Coufal",
"player_team": "957C00F85D81",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "B3CEC6E2554D",
"player_name": "Aaron Cresswell",
"player_team": "957C00F85D81",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "8BCECA11A2B4",
"player_name": "Lukasz Fabianski",
"player_team": "957C00F85D81",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "02A12F970B6A",
"player_name": "Danny Ings",
"player_team": "957C00F85D81",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "867F09D66D65",
"player_name": "Andy Irving",
"player_team": "957C00F85D81",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "4D2C82B3F859",
"player_name": "Carlos Soler",
"player_team": "957C00F85D81",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "72653A911664",
"player_name": "Crysencio Summerville",
"player_team": "957C00F85D81",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "5FF0BC21B89F",
"player_name": "Jean-Clair Todibo",
"player_team": "957C00F85D81",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "22AFDF777ECA",
"player_name": "Lucas Tolentino Coelho de Lima",
"player_team": "957C00F85D81",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "1810AD66D746",
"game_id": "28098-30519-2024-09-14",
"start_date": "2024-09-14T14:00:00Z",
"home_competitors": [
{
"id": "F799E43513D4",
"name": "Liverpool FC",
"abbreviation": "LIV",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4245.png"
}
],
"away_competitors": [
{
"id": "013D1D5F4D18",
"name": "Nottingham Forest FC",
"abbreviation": "NFO",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4318.png"
}
],
"home_team_display": "Liverpool FC",
"away_team_display": "Nottingham Forest FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2510,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2509,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "Anfield",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 0
},
"away": {
"total": 1
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "5F851E5AA267",
"player_name": "Alisson Ramsés Becker",
"player_team": "F799E43513D4",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "6FD2834EA533",
"player_name": "Andy Robertson",
"player_team": "F799E43513D4",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F014B24C4A77",
"player_name": "Virgil van Dijk",
"player_team": "F799E43513D4",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "7A593AE11ADF",
"player_name": "Ibrahima Konaté",
"player_team": "F799E43513D4",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "9A9BB993F121",
"player_name": "Trent Alexander-Arnold",
"player_team": "F799E43513D4",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "6D9ED30072B4",
"player_name": "Alexis Mac Allister",
"player_team": "F799E43513D4",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "702FFC8CD4AC",
"player_name": "Ryan Gravenberch",
"player_team": "F799E43513D4",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "9801F6DC70F3",
"player_name": "Luis Díaz",
"player_team": "F799E43513D4",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0DD7377E831C",
"player_name": "Dominik Szoboszlai",
"player_team": "F799E43513D4",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "4C3498635EAA",
"player_name": "Mohamed Salah Hamed Mahrous Ghaly",
"player_team": "F799E43513D4",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8DE8D5F805D2",
"player_name": "Diogo José Teixeira da Silva",
"player_team": "F799E43513D4",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "B8AA0521B03F",
"player_name": "Jarell Quansah",
"player_team": "F799E43513D4",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "EB5DCA5A687C",
"player_name": "Conor Bradley",
"player_team": "F799E43513D4",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "BAEA9AB40767",
"player_name": "Wataru Endo",
"player_team": "F799E43513D4",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "D435ACADAD13",
"player_name": "Cody Gakpo",
"player_team": "F799E43513D4",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "F46E0B68D1EB",
"player_name": "Joe Gomez",
"player_team": "F799E43513D4",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "08A02049DD84",
"player_name": "Curtis Jones",
"player_team": "F799E43513D4",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "1DBA63788287",
"player_name": "Caoimhín Kelleher",
"player_team": "F799E43513D4",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "5B4769BCE725",
"player_name": "Darwin Núñez",
"player_team": "F799E43513D4",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "058B4D2BD48F",
"player_name": "Kostas Tsimikas",
"player_team": "F799E43513D4",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "D99E3AD23918",
"player_name": "Matz Sels",
"player_team": "013D1D5F4D18",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "92ACEA7D295F",
"player_name": "Álex Moreno",
"player_team": "013D1D5F4D18",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "E9AC8518C158",
"player_name": "Murillo Santiago Costa dos Santos",
"player_team": "013D1D5F4D18",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "DA83FCA12BD2",
"player_name": "Nikola Milenkovic",
"player_team": "013D1D5F4D18",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "17A2278F50F2",
"player_name": "Ola Aina",
"player_team": "013D1D5F4D18",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "706E512F081A",
"player_name": "James Ward-Prowse",
"player_team": "013D1D5F4D18",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1DBCA5C39B05",
"player_name": "Ryan Yates",
"player_team": "013D1D5F4D18",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "66910384531D",
"player_name": "Elliot Anderson",
"player_team": "013D1D5F4D18",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1DA671316B18",
"player_name": "Morgan Gibbs-White",
"player_team": "013D1D5F4D18",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "3C2060D26101",
"player_name": "Nicolás Domínguez",
"player_team": "013D1D5F4D18",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "928CA091FD25",
"player_name": "Chris Wood",
"player_team": "013D1D5F4D18",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F44304A1C098",
"player_name": "Taiwo Awoniyi",
"player_team": "013D1D5F4D18",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "1010D05E3812",
"player_name": "João Pedro Ferreira Silva",
"player_team": "013D1D5F4D18",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "3BAF8BA6EB3B",
"player_name": "Callum Hudson-Odoi",
"player_team": "013D1D5F4D18",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "3B1D8FFEBE84",
"player_name": "Anthony Elanga",
"player_team": "013D1D5F4D18",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "17769C9ECD7A",
"player_name": "Andrew Omobamidele",
"player_team": "013D1D5F4D18",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "DD8B57F1C6B1",
"player_name": "Felipe Rodrigues da Silva",
"player_team": "013D1D5F4D18",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "E7957234B4CE",
"player_name": "Harry Toffolo",
"player_team": "013D1D5F4D18",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "795C1D87AB0B",
"player_name": "Neco Williams",
"player_team": "013D1D5F4D18",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "86C29D6A799C",
"player_name": "Carlos Miguel dos Santos Pereira",
"player_team": "013D1D5F4D18",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "4F22E1BC88B8",
"game_id": "29541-42573-2024-09-14",
"start_date": "2024-09-14T14:00:00Z",
"home_competitors": [
{
"id": "263AF016D0C5",
"name": "Brighton & Hove Albion FC",
"abbreviation": "BHA",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3974.png"
}
],
"away_competitors": [
{
"id": "77CBFB371ED9",
"name": "Ipswich Town FC",
"abbreviation": "IPS",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3769.png"
}
],
"home_team_display": "Brighton & Hove Albion FC",
"away_team_display": "Ipswich Town FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2510,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2509,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "American Express Stadium",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 0
},
"away": {
"total": 0
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "840AD2DFF9B9",
"player_name": "Bart Verbruggen",
"player_team": "263AF016D0C5",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "4C71307C623E",
"player_name": "Jack Hinshelwood",
"player_team": "263AF016D0C5",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A76CB606A364",
"player_name": "Lewis Dunk",
"player_team": "263AF016D0C5",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "17456CE1DF84",
"player_name": "Jan Paul van Hecke",
"player_team": "263AF016D0C5",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C8C0989E3BB1",
"player_name": "Joël Veltman",
"player_team": "263AF016D0C5",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F46C824346C1",
"player_name": "Kaoru Mitoma",
"player_team": "263AF016D0C5",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "B06C2151099D",
"player_name": "Yasin Ayari",
"player_team": "263AF016D0C5",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A0E165D4EE7A",
"player_name": "Carlos Baleba",
"player_team": "263AF016D0C5",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "B416DA6FA41A",
"player_name": "Yankuba Minteh",
"player_team": "263AF016D0C5",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "328B395ABD89",
"player_name": "Danny Welbeck",
"player_team": "263AF016D0C5",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D48FAE7FBC2E",
"player_name": "Georginio Rutter",
"player_team": "263AF016D0C5",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8CF3C9F96581",
"player_name": "Simon Adingra",
"player_team": "263AF016D0C5",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "9C28AC636F86",
"player_name": "Julio Enciso",
"player_team": "263AF016D0C5",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "61604DD8F26C",
"player_name": "Pervis Estupiñán",
"player_team": "263AF016D0C5",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "FD847C3C5ABC",
"player_name": "Evan Ferguson",
"player_team": "263AF016D0C5",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "ECACDFA3CB02",
"player_name": "Ferdi Kadioglu",
"player_team": "263AF016D0C5",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "5F4CDF02C766",
"player_name": "Jakub Moder",
"player_team": "263AF016D0C5",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "EC14D767E47C",
"player_name": "Jason Steele",
"player_team": "263AF016D0C5",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "7D483B9A40EC",
"player_name": "Adam Webster",
"player_team": "263AF016D0C5",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "57A4C9DB2330",
"player_name": "Igor Julio dos Santos de Paulo",
"player_team": "263AF016D0C5",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "8D20B885FCBF",
"player_name": "Arijanet Muric",
"player_team": "77CBFB371ED9",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1CE17A4193B4",
"player_name": "Leif Davis",
"player_team": "77CBFB371ED9",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "EFDF30559D7F",
"player_name": "Jacob Greaves",
"player_team": "77CBFB371ED9",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "5ABCA20DAEF7",
"player_name": "Dara O'Shea",
"player_team": "77CBFB371ED9",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "694E65A076CA",
"player_name": "Axel Tuanzebe",
"player_team": "77CBFB371ED9",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "2ACD4B7258FE",
"player_name": "Kalvin Phillips",
"player_team": "77CBFB371ED9",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "AA42D5B60E37",
"player_name": "Samy Sayed Mekawy Said Morsy",
"player_team": "77CBFB371ED9",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "AD9373DEC690",
"player_name": "Sam Szmodics",
"player_team": "77CBFB371ED9",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "797EA748E331",
"player_name": "Omari Hutchinson",
"player_team": "77CBFB371ED9",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "CF6720314488",
"player_name": "Wes Burns",
"player_team": "77CBFB371ED9",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "BB670BAEE764",
"player_name": "Liam Delap",
"player_team": "77CBFB371ED9",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "9271CFA39598",
"player_name": "Jens Cajuste",
"player_team": "77CBFB371ED9",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "500C92454A8C",
"player_name": "Conor Chaplin",
"player_team": "77CBFB371ED9",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "02AC2FC0E653",
"player_name": "Jack Clarke",
"player_team": "77CBFB371ED9",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "D2AD61220F9D",
"player_name": "George Hirst",
"player_team": "77CBFB371ED9",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "5615BB8E1E76",
"player_name": "Ben Johnson",
"player_team": "77CBFB371ED9",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "52F35E675E20",
"player_name": "Massimo Luongo",
"player_team": "77CBFB371ED9",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "4B450FD69414",
"player_name": "Chiedozie Ogbene",
"player_team": "77CBFB371ED9",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "250377CDCA53",
"player_name": "Conor Townsend",
"player_team": "77CBFB371ED9",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "8A924F9B674E",
"player_name": "Christian Walton",
"player_team": "77CBFB371ED9",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "D4059936C1B3",
"game_id": "71125-69060-2024-09-14",
"start_date": "2024-09-14T14:00:00Z",
"home_competitors": [
{
"id": "E22B557B1960",
"name": "Crystal Palace FC",
"abbreviation": "CRY",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4052.png"
}
],
"away_competitors": [
{
"id": "AF647EC9C595",
"name": "Leicester City FC",
"abbreviation": "LEI",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3771.png"
}
],
"home_team_display": "Crystal Palace FC",
"away_team_display": "Leicester City FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2504,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2503,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "Selhurst Park",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 2
},
"away": {
"total": 2
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "A9FA457F7CD6",
"player_name": "Dean Henderson",
"player_team": "E22B557B1960",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "553ADA33525A",
"player_name": "Maxence Lacroix",
"player_team": "E22B557B1960",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "5141785528CD",
"player_name": "Marc Guéhi",
"player_team": "E22B557B1960",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "B91245C66631",
"player_name": "Nathaniel Clyne",
"player_team": "E22B557B1960",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C8E3B4312BCD",
"player_name": "Tyrick Mitchell",
"player_team": "E22B557B1960",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "38982B76ED66",
"player_name": "Cheick Doucouré",
"player_team": "E22B557B1960",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "FDED9B919625",
"player_name": "Adam Wharton",
"player_team": "E22B557B1960",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F7538083DA31",
"player_name": "Daniel Muñoz",
"player_team": "E22B557B1960",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F0E8F33BFEB3",
"player_name": "Eberechi Eze",
"player_team": "E22B557B1960",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0BB6BA8D9AB0",
"player_name": "Eddie Nketiah",
"player_team": "E22B557B1960",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C722190DFF07",
"player_name": "Jean-Philippe Mateta",
"player_team": "E22B557B1960",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "93C75068CD5C",
"player_name": "Will Hughes",
"player_team": "E22B557B1960",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "ADB1AFF03E98",
"player_name": "Daichi Kamada",
"player_team": "E22B557B1960",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "45BF2F698A84",
"player_name": "Jefferson Lerma",
"player_team": "E22B557B1960",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "34CB7B279552",
"player_name": "Chris Richards",
"player_team": "E22B557B1960",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "775BB41E46B0",
"player_name": "Ismaïla Sarr",
"player_team": "E22B557B1960",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "C468F8DB36A7",
"player_name": "Jeffrey Schlupp",
"player_team": "E22B557B1960",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "7B6B2562270C",
"player_name": "Matt Turner",
"player_team": "E22B557B1960",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "F0F3F1D5426D",
"player_name": "Franco Umeh-Chibueze",
"player_team": "E22B557B1960",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "96627C921CF0",
"player_name": "Joel Ward",
"player_team": "E22B557B1960",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "15521120B9BB",
"player_name": "Mads Hermansen",
"player_team": "AF647EC9C595",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0A643C44B04B",
"player_name": "Victor Kristiansen",
"player_team": "AF647EC9C595",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "18CCD0DC6475",
"player_name": "Caleb Okoli",
"player_team": "AF647EC9C595",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "579C319EBCDA",
"player_name": "Wout Faes",
"player_team": "AF647EC9C595",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "AF4231CD6DBC",
"player_name": "James Justin",
"player_team": "AF647EC9C595",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "5A814B2D33C4",
"player_name": "Oliver Skipp",
"player_team": "AF647EC9C595",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D8F9B06A912E",
"player_name": "Harry Winks",
"player_team": "AF647EC9C595",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D3268A7E61C8",
"player_name": "Stephy Mavididi",
"player_team": "AF647EC9C595",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8CAB0AAAF0EA",
"player_name": "Wilfred Ndidi",
"player_team": "AF647EC9C595",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "744033B64CBF",
"player_name": "Jordan Ayew",
"player_team": "AF647EC9C595",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "917059C6034F",
"player_name": "Jamie Vardy",
"player_team": "AF647EC9C595",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "75AD1F89CBA1",
"player_name": "Ricardo Domingos Barbosa Pereira",
"player_team": "AF647EC9C595",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "69BC02DB8665",
"player_name": "Facundo Buonanotte",
"player_team": "AF647EC9C595",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "1CEC87FDBF70",
"player_name": "Conor Coady",
"player_team": "AF647EC9C595",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "640BA60EF654",
"player_name": "Bobby De Cordova-Reid",
"player_team": "AF647EC9C595",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "2EB39D464ED0",
"player_name": "Hamza Choudhury",
"player_team": "AF647EC9C595",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "8E0193E770FE",
"player_name": "Bilal El Khannouss",
"player_team": "AF647EC9C595",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "37115F112AA7",
"player_name": "Abdul Fatawu",
"player_team": "AF647EC9C595",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "A1B08561E99D",
"player_name": "Boubakary Soumaré",
"player_team": "AF647EC9C595",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "5D073B21B98F",
"player_name": "Danny Ward",
"player_team": "AF647EC9C595",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "FE29E6C47B5F",
"game_id": "31803-35511-2024-09-14",
"start_date": "2024-09-14T14:00:00Z",
"home_competitors": [
{
"id": "E69E55FFCF65",
"name": "Manchester City FC",
"abbreviation": "MCI",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3791.png"
}
],
"away_competitors": [
{
"id": "B196AD1A3F37",
"name": "Brentford FC",
"abbreviation": "BRE",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3968.png"
}
],
"home_team_display": "Manchester City FC",
"away_team_display": "Brentford FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2506,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2505,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "Etihad Stadium",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 2
},
"away": {
"total": 1
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "8DC3E428678D",
"player_name": "Ederson Santana de Moraes",
"player_team": "E69E55FFCF65",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C2FD13302F40",
"player_name": "Rico Lewis",
"player_team": "E69E55FFCF65",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "57B58DC16ED3",
"player_name": "Manuel Akanji",
"player_team": "E69E55FFCF65",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "75DFC0225A3B",
"player_name": "John Stones",
"player_team": "E69E55FFCF65",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "932780AC1AA3",
"player_name": "Kyle Walker",
"player_team": "E69E55FFCF65",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "FE6D5F3A3779",
"player_name": "Ilkay Gündogan",
"player_team": "E69E55FFCF65",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "6ADE78E9AE42",
"player_name": "Mateo Kovacic",
"player_team": "E69E55FFCF65",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D7EFAD0AF086",
"player_name": "Jack Grealish",
"player_team": "E69E55FFCF65",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "DED35E68CB9A",
"player_name": "Kevin De Bruyne",
"player_team": "E69E55FFCF65",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C3DAA5979144",
"player_name": "Sávio Moreira de Oliveira",
"player_team": "E69E55FFCF65",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "2B50A04D5070",
"player_name": "Erling Haaland",
"player_team": "E69E55FFCF65",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0D04E9354F3A",
"player_name": "Jérémy Doku",
"player_team": "E69E55FFCF65",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "868EC6B1A334",
"player_name": "Phil Foden",
"player_team": "E69E55FFCF65",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "09B88A678664",
"player_name": "Josko Gvardiol",
"player_team": "E69E55FFCF65",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "BA0F74B02E75",
"player_name": "Rodrigo Hernández Cascante",
"player_team": "E69E55FFCF65",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "EA4D80C8FC25",
"player_name": "James McAtee",
"player_team": "E69E55FFCF65",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "D61528068B02",
"player_name": "Bernardo Mota Veiga de Carvalho e Silva",
"player_team": "E69E55FFCF65",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "CC8B0B423257",
"player_name": "Matheus Luiz Nunes",
"player_team": "E69E55FFCF65",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "05B68FAE4FA7",
"player_name": "Stefan Ortega",
"player_team": "E69E55FFCF65",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "15F9F316C687",
"player_name": "Rúben dos Santos Gato Alves Dias",
"player_team": "E69E55FFCF65",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "CC5B66D18A28",
"player_name": "Mark Flekken",
"player_team": "B196AD1A3F37",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "6EA645B67DA5",
"player_name": "Nathan Collins",
"player_team": "B196AD1A3F37",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0914971A3532",
"player_name": "Ethan Pinnock",
"player_team": "B196AD1A3F37",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C3ABD6CDD690",
"player_name": "Sepp van den Berg",
"player_team": "B196AD1A3F37",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1EAED42BA2A2",
"player_name": "Keane Lewis-Potter",
"player_team": "B196AD1A3F37",
"player_position": "Wing Back",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "B33DCD1CF5A2",
"player_name": "Kristoffer Ajer",
"player_team": "B196AD1A3F37",
"player_position": "Wing Back",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "9C7C564D75C4",
"player_name": "Vitaly Janelt",
"player_team": "B196AD1A3F37",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D850C3978F49",
"player_name": "Christian Nørgaard",
"player_team": "B196AD1A3F37",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "62CCC61CB875",
"player_name": "Mikkel Damsgaard",
"player_team": "B196AD1A3F37",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8BE3ACC17BD9",
"player_name": "Bryan Mbeumo",
"player_team": "B196AD1A3F37",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "BEF625B56495",
"player_name": "Yoane Wissa",
"player_team": "B196AD1A3F37",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "48BEC68E154B",
"player_name": "Fábio Leandro Freitas Gouveia de Carvalho",
"player_team": "B196AD1A3F37",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "098984C12420",
"player_name": "Yunus Konak",
"player_team": "B196AD1A3F37",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "87DD33EE4F8D",
"player_name": "Ben Mee",
"player_team": "B196AD1A3F37",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "565CC9B80F75",
"player_name": "Jayden Meghoma",
"player_team": "B196AD1A3F37",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "6DE5767CE8E0",
"player_name": "Mads Roerslev",
"player_team": "B196AD1A3F37",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "3E68A1434490",
"player_name": "Kevin Schade",
"player_team": "B196AD1A3F37",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "10CE88BEAC49",
"player_name": "Ryan Trevitt",
"player_team": "B196AD1A3F37",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "769B80F3E497",
"player_name": "Hákon Valdimarsson",
"player_team": "B196AD1A3F37",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "2CCE1FA22F05",
"player_name": "Yehor Yarmoliuk",
"player_team": "B196AD1A3F37",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "B0D86D8D3671",
"game_id": "23888-52265-2024-09-14",
"start_date": "2024-09-14T16:30:00Z",
"home_competitors": [
{
"id": "C5F8130E6580",
"name": "Aston Villa FC",
"abbreviation": "AVL",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3895.png"
}
],
"away_competitors": [
{
"id": "F55F77B71202",
"name": "Everton FC",
"abbreviation": "EVE",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4093.png"
}
],
"home_team_display": "Aston Villa FC",
"away_team_display": "Everton FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2506,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2505,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "Villa Park",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 3
},
"away": {
"total": 2
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "587647F97638",
"player_name": "Emiliano Martínez",
"player_team": "C5F8130E6580",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A8B3589BC9CD",
"player_name": "Lucas Digne",
"player_team": "C5F8130E6580",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "11CDF2D788C2",
"player_name": "Pau Torres",
"player_team": "C5F8130E6580",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1A88D40991D7",
"player_name": "Ezri Konsa",
"player_team": "C5F8130E6580",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A88F8FEB53B1",
"player_name": "Lamare Bogarde",
"player_team": "C5F8130E6580",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D9EAD373F5D2",
"player_name": "Youri Tielemans",
"player_team": "C5F8130E6580",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "85363D6940C7",
"player_name": "Amadou Onana",
"player_team": "C5F8130E6580",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "845EE093B509",
"player_name": "Jacob Ramsey",
"player_team": "C5F8130E6580",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "937F2AF51D2C",
"player_name": "Morgan Rogers",
"player_team": "C5F8130E6580",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "59DF1F505CB2",
"player_name": "John McGinn",
"player_team": "C5F8130E6580",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "7BF34ED04771",
"player_name": "Ollie Watkins",
"player_team": "C5F8130E6580",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C29773145A3D",
"player_name": "Ross Barkley",
"player_team": "C5F8130E6580",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "F5149570500C",
"player_name": "Emiliano Buendía",
"player_team": "C5F8130E6580",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "CBEE2F5DCCC1",
"player_name": "Jhon Durán",
"player_team": "C5F8130E6580",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "281A588281DF",
"player_name": "Joe Gauci",
"player_team": "C5F8130E6580",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "0AD1F5171CED",
"player_name": "Ian Maatsen",
"player_team": "C5F8130E6580",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "E07FBD8D1714",
"player_name": "Kosta Nedeljkovic",
"player_team": "C5F8130E6580",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "7D94E7961440",
"player_name": "Jaden Philogene",
"player_team": "C5F8130E6580",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "AADA634ABBDC",
"player_name": "Diego Carlos Santos Silva",
"player_team": "C5F8130E6580",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "8836B9A17FC0",
"player_name": "Kadan Young",
"player_team": "C5F8130E6580",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "599792858EBF",
"player_name": "Jordan Pickford",
"player_team": "F55F77B71202",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "76078FFD8A59",
"player_name": "Vitalii Mykolenko",
"player_team": "F55F77B71202",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "5E29339D815F",
"player_name": "Michael Keane",
"player_team": "F55F77B71202",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "20309C7656F6",
"player_name": "James Tarkowski",
"player_team": "F55F77B71202",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "7A292AB00A12",
"player_name": "Ashley Young",
"player_team": "F55F77B71202",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "90944D1A4FF4",
"player_name": "Tim Iroegbunam",
"player_team": "F55F77B71202",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D293B345CC94",
"player_name": "Idrissa Gueye",
"player_team": "F55F77B71202",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0FE4BCB999DC",
"player_name": "Iliman Ndiaye",
"player_team": "F55F77B71202",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "E59C1AB8AC24",
"player_name": "Dwight McNeil",
"player_team": "F55F77B71202",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "2E6A44598D1C",
"player_name": "Jack Harrison",
"player_team": "F55F77B71202",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8372FA24C549",
"player_name": "Dominic Calvert-Lewin",
"player_team": "F55F77B71202",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "6CEFDFF8C7ED",
"player_name": "Harrison Armstrong",
"player_team": "F55F77B71202",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "703BD55A28ED",
"player_name": "Roman Dixon",
"player_team": "F55F77B71202",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "54558CED0A84",
"player_name": "Abdoulaye Doucouré",
"player_team": "F55F77B71202",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "D157CDEF4CF4",
"player_name": "James Garner",
"player_team": "F55F77B71202",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "24312C08A0F6",
"player_name": "Norberto Bercique Gomes Betuncal",
"player_team": "F55F77B71202",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "7C666311F50D",
"player_name": "Jesper Lindstrøm",
"player_team": "F55F77B71202",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "0543FA57C7CA",
"player_name": "Orel Mangala",
"player_team": "F55F77B71202",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "4F500F36309C",
"player_name": "João Manuel Neves Virgínia",
"player_team": "F55F77B71202",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "A19BCB8D4A01",
"player_name": "Jake O'Brien",
"player_team": "F55F77B71202",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "2089639BB612",
"game_id": "14557-13094-2024-09-14",
"start_date": "2024-09-14T19:00:00Z",
"home_competitors": [
{
"id": "F2CCF38E0A5A",
"name": "AFC Bournemouth",
"abbreviation": "BOU",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3859.png"
}
],
"away_competitors": [
{
"id": "A477D0C02A28",
"name": "Chelsea FC",
"abbreviation": "CHE",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4009.png"
}
],
"home_team_display": "AFC Bournemouth",
"away_team_display": "Chelsea FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2502,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2501,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "Vitality Stadium",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 0
},
"away": {
"total": 1
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "2D4DB5717DBE",
"player_name": "Mark Travers",
"player_team": "F2CCF38E0A5A",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "4FEC5DFB1928",
"player_name": "Milos Kerkez",
"player_team": "F2CCF38E0A5A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "467B277561FD",
"player_name": "Marcos Senesi",
"player_team": "F2CCF38E0A5A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "CB77494A005F",
"player_name": "Illia Zabarnyi",
"player_team": "F2CCF38E0A5A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "21562CA5F4E1",
"player_name": "Adam Smith",
"player_team": "F2CCF38E0A5A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "7F05900B07B2",
"player_name": "Ryan Christie",
"player_team": "F2CCF38E0A5A",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A8279FE4EBF8",
"player_name": "Lewis Cook",
"player_team": "F2CCF38E0A5A",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "51A8CD7F29AC",
"player_name": "Marcus Tavernier",
"player_team": "F2CCF38E0A5A",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C6162F7EADC1",
"player_name": "Justin Kluivert",
"player_team": "F2CCF38E0A5A",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "10F128F5B5F1",
"player_name": "Antoine Semenyo",
"player_team": "F2CCF38E0A5A",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F6285BE83217",
"player_name": "Francisco Evanilson de Lima Barbosa",
"player_team": "F2CCF38E0A5A",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "70A19DB44FE1",
"player_name": "Philip Billing",
"player_team": "F2CCF38E0A5A",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "0FF5D356E2B2",
"player_name": "Julián Araujo",
"player_team": "F2CCF38E0A5A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "B664546D7366",
"player_name": "David Brooks",
"player_team": "F2CCF38E0A5A",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "B145DE77E794",
"player_name": "Will Dennis",
"player_team": "F2CCF38E0A5A",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "5249748E1198",
"player_name": "James Hill",
"player_team": "F2CCF38E0A5A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "952C86574BA5",
"player_name": "Dean Huijsen",
"player_team": "F2CCF38E0A5A",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "33B3857D035A",
"player_name": "Alex Scott",
"player_team": "F2CCF38E0A5A",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "E1E99EFA86FF",
"player_name": "Luis Sinisterra",
"player_team": "F2CCF38E0A5A",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "6E9C1D47A44C",
"player_name": "Enes Ünal",
"player_team": "F2CCF38E0A5A",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "77CCF6C51955",
"player_name": "Robert Sánchez",
"player_team": "A477D0C02A28",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "947BDA928441",
"player_name": "Marc Cucurella",
"player_team": "A477D0C02A28",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "BDE35C03D473",
"player_name": "Levi Colwill",
"player_team": "A477D0C02A28",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "CB8ABE77D5FD",
"player_name": "Wesley Fofana",
"player_team": "A477D0C02A28",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "AE7389061C48",
"player_name": "Axel Disasi",
"player_team": "A477D0C02A28",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "77482E562C50",
"player_name": "Renato Palma Veiga",
"player_team": "A477D0C02A28",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "23E18E424546",
"player_name": "Moisés Caicedo",
"player_team": "A477D0C02A28",
"player_position": "Defensive Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0D3C019B9D98",
"player_name": "Pedro Lomba Neto",
"player_team": "A477D0C02A28",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "55F0D887A685",
"player_name": "Cole Palmer",
"player_team": "A477D0C02A28",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "2BCEE7A0FE40",
"player_name": "Noni Madueke",
"player_team": "A477D0C02A28",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "BA9744B5E8A9",
"player_name": "Nicolas Jackson",
"player_team": "A477D0C02A28",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "352A3C7AF957",
"player_name": "Benoît Badiashile",
"player_team": "A477D0C02A28",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "3796591F3146",
"player_name": "Cesare Casadei",
"player_team": "A477D0C02A28",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "AC00B348D191",
"player_name": "João Félix Sequeira",
"player_team": "A477D0C02A28",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "6C4EEAA955C6",
"player_name": "Marc Guiu",
"player_team": "A477D0C02A28",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "8B4E1F037484",
"player_name": "Filip Jørgensen",
"player_team": "A477D0C02A28",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "1D5208D39DE0",
"player_name": "Mykhailo Mudryk",
"player_team": "A477D0C02A28",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "142782F34173",
"player_name": "Christopher Nkunku",
"player_team": "A477D0C02A28",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "2F789C3DFFCC",
"player_name": "Tosin Adarabioyo",
"player_team": "A477D0C02A28",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "8FE75D0E4ACC",
"player_name": "Jadon Sancho",
"player_team": "A477D0C02A28",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "C2716408AB0C",
"game_id": "38415-86547-2024-09-15",
"start_date": "2024-09-15T13:00:00Z",
"home_competitors": [
{
"id": "35DDD3D70565",
"name": "Tottenham Hotspur FC",
"abbreviation": "TOT",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4473.png"
}
],
"away_competitors": [
{
"id": "48B92509529C",
"name": "Arsenal FC",
"abbreviation": "ARS",
"logo": "https://cdn.opticodds.com/team-logos/soccer/3790.png"
}
],
"home_team_display": "Tottenham Hotspur FC",
"away_team_display": "Arsenal FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2504,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2503,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "Tottenham Hotspur Stadium",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 0
},
"away": {
"total": 1
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "B9D5A420F075",
"player_name": "Guglielmo Vicario",
"player_team": "35DDD3D70565",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "28497ABEB79D",
"player_name": "Destiny Udogie",
"player_team": "35DDD3D70565",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1C7D6CB2FF19",
"player_name": "Micky van de Ven",
"player_team": "35DDD3D70565",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "BDA394751281",
"player_name": "Cristian Romero",
"player_team": "35DDD3D70565",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "8233400486CA",
"player_name": "Pedro Porro",
"player_team": "35DDD3D70565",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "291B629D479F",
"player_name": "James Maddison",
"player_team": "35DDD3D70565",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D736B374C321",
"player_name": "Rodrigo Bentancur",
"player_team": "35DDD3D70565",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "C060CDE3717D",
"player_name": "Dejan Kulusevski",
"player_team": "35DDD3D70565",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "9A93BCDD22E1",
"player_name": "Heung-Min Son",
"player_team": "35DDD3D70565",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "44DA5096C0E4",
"player_name": "Dominic Solanke",
"player_team": "35DDD3D70565",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "E8E0ACAD6188",
"player_name": "Brennan Johnson",
"player_team": "35DDD3D70565",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "9A36A6028745",
"player_name": "Lucas Bergvall",
"player_team": "35DDD3D70565",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "B75B69EAC25A",
"player_name": "Ben Davies",
"player_team": "35DDD3D70565",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "D391EA1842DE",
"player_name": "Djed Spence",
"player_team": "35DDD3D70565",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "003847B69267",
"player_name": "Radu Dragusin",
"player_team": "35DDD3D70565",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "0C257081B7CF",
"player_name": "Fraser Forster",
"player_team": "35DDD3D70565",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "4CBA9570D8AD",
"player_name": "Archie Gray",
"player_team": "35DDD3D70565",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "639B7606E163",
"player_name": "Wilson Odobert",
"player_team": "35DDD3D70565",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "6FA9CEE7FB64",
"player_name": "Pape Sarr",
"player_team": "35DDD3D70565",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "8E4111296C4B",
"player_name": "Timo Werner",
"player_team": "35DDD3D70565",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "5F5E2FF66595",
"player_name": "David Raya",
"player_team": "48B92509529C",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D5443C222508",
"player_name": "Jurriën Timber",
"player_team": "48B92509529C",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A27FE039F6A1",
"player_name": "Gabriel dos Santos Magalhães",
"player_team": "48B92509529C",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "FE8CCF568D02",
"player_name": "William Saliba",
"player_team": "48B92509529C",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0DEA6256B3E1",
"player_name": "Ben White",
"player_team": "48B92509529C",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "26EBD4E6B89D",
"player_name": "Gabriel Teodoro Martinelli Silva",
"player_team": "48B92509529C",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "E70B0B1EC5AE",
"player_name": "Jorge Luiz Frello Filho",
"player_team": "48B92509529C",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "5CBBAA9FF8D4",
"player_name": "Thomas Partey",
"player_team": "48B92509529C",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "1ADF16632BA5",
"player_name": "Leandro Trossard",
"player_team": "48B92509529C",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "31AB886C4E4B",
"player_name": "Kai Havertz",
"player_team": "48B92509529C",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "DD6AC367BAAA",
"player_name": "Bukayo Saka",
"player_team": "48B92509529C",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "316033444038",
"player_name": "Ayden Heaven",
"player_team": "48B92509529C",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "55AE343BB3C5",
"player_name": "Ismeal Kabia",
"player_team": "48B92509529C",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "56A42352B862",
"player_name": "Maldini Kacurri",
"player_team": "48B92509529C",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "A12793D51EF5",
"player_name": "Jakub Kiwior",
"player_team": "48B92509529C",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "83AD9D659C8A",
"player_name": "Myles Lewis-Skelly",
"player_team": "48B92509529C",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "E208783C7D49",
"player_name": "Norberto Murara Neto",
"player_team": "48B92509529C",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "95BEEFFF3118",
"player_name": "Ethan Nwaneri",
"player_team": "48B92509529C",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "ACCBF3883BBD",
"player_name": "Raheem Sterling",
"player_team": "48B92509529C",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "D9A47EB2E85B",
"player_name": "Gabriel Fernando de Jesus",
"player_team": "48B92509529C",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
},
{
"id": "82BF9E45D609",
"game_id": "23643-28941-2024-09-15",
"start_date": "2024-09-15T15:30:00Z",
"home_competitors": [
{
"id": "1F74DDDE7110",
"name": "Wolverhampton Wanderers FC",
"abbreviation": "WOL",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4540.png"
}
],
"away_competitors": [
{
"id": "273700707FB1",
"name": "Newcastle United FC",
"abbreviation": "NEW",
"logo": "https://cdn.opticodds.com/team-logos/soccer/4302.png"
}
],
"home_team_display": "Wolverhampton Wanderers FC",
"away_team_display": "Newcastle United FC",
"status": "completed",
"is_live": false,
"sport": {
"id": "soccer",
"name": "Soccer"
},
"league": {
"id": "england_-_premier_league",
"name": "England - Premier League"
},
"home_starter": null,
"home_record": null,
"home_seed": null,
"home_rotation_number": 2502,
"away_starter": null,
"away_record": null,
"away_seed": null,
"away_rotation_number": 2501,
"tournament": null,
"tournament_stage": null,
"has_odds": true,
"venue_name": "Molineux Stadium",
"venue_location": null,
"venue_neutral": false,
"broadcast": null,
"result": {
"scores": {
"home": {
"total": 1
},
"away": {
"total": 2
}
},
"in_play_data": {
"period": "None",
"clock": null,
"last_play": null
}
},
"lineups": {
"home": [
{
"player_id": "98A6C364586D",
"player_name": "Sam Johnstone",
"player_team": "1F74DDDE7110",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F673DE0CC0BE",
"player_name": "Rayan Aït-Nouri",
"player_team": "1F74DDDE7110",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "0FDC5E305AA3",
"player_name": "Craig Dawson",
"player_team": "1F74DDDE7110",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D6087BC560D3",
"player_name": "Yerson Mosquera",
"player_team": "1F74DDDE7110",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "EF92A3E1C4BF",
"player_name": "Nélson Cabral Semedo",
"player_team": "1F74DDDE7110",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "59AA15A41502",
"player_name": "Jean-Ricner Bellegarde",
"player_team": "1F74DDDE7110",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "5774B6F3BA3C",
"player_name": "João Victor Gomes da Silva",
"player_team": "1F74DDDE7110",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "041DFB14C20F",
"player_name": "André Trindade da Costa Neto",
"player_team": "1F74DDDE7110",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "26366D410B46",
"player_name": "Mario Lemina",
"player_team": "1F74DDDE7110",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A1736F4B23DE",
"player_name": "Matheus Santos Carneiro da Cunha",
"player_team": "1F74DDDE7110",
"player_position": "Attacking Midfielder",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "D56A64490782",
"player_name": "Jørgen Strand Larsen",
"player_team": "1F74DDDE7110",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "FEFE810DD476",
"player_name": "Santiago Bueno",
"player_team": "1F74DDDE7110",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "2D3F123F0C90",
"player_name": "Matt Doherty",
"player_team": "1F74DDDE7110",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "26DFAA78C164",
"player_name": "Tommy Doyle",
"player_team": "1F74DDDE7110",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "B1F211558BD4",
"player_name": "Carlos Roberto Forbs Borges",
"player_team": "1F74DDDE7110",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "F1BCC34AC25B",
"player_name": "Gonçalo Manuel Ganchinho Guedes",
"player_team": "1F74DDDE7110",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "57A88596C608",
"player_name": "Rodrigo Martins Gomes",
"player_team": "1F74DDDE7110",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "7E3C5A4780C2",
"player_name": "Hee-Chan Hwang",
"player_team": "1F74DDDE7110",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "3012A1E607B2",
"player_name": "José Pedro Malheiro de Sá",
"player_team": "1F74DDDE7110",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "8D117ADE953A",
"player_name": "Pablo Sarabia",
"player_team": "1F74DDDE7110",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
}
],
"away": [
{
"player_id": "D1B7E818379C",
"player_name": "Nick Pope",
"player_team": "273700707FB1",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "40724586DC7C",
"player_name": "Lewis Hall",
"player_team": "273700707FB1",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "E8DEBCA4638A",
"player_name": "Dan Burn",
"player_team": "273700707FB1",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "88128C7F51D2",
"player_name": "Fabian Schär",
"player_team": "273700707FB1",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "6F27159524C9",
"player_name": "Tino Livramento",
"player_team": "273700707FB1",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "AADB7D86850A",
"player_name": "Joelinton Cássio Apolinário de Lira",
"player_team": "273700707FB1",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "CBE4DACE1E8E",
"player_name": "Bruno Guimarães Rodriguez Moura",
"player_team": "273700707FB1",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "346A871FA309",
"player_name": "Sean Longstaff",
"player_team": "273700707FB1",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "75EED33FCE06",
"player_name": "Anthony Gordon",
"player_team": "273700707FB1",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "CBA901B3444F",
"player_name": "Alexander Isak",
"player_team": "273700707FB1",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "A723E1ADA033",
"player_name": "Jacob Murphy",
"player_team": "273700707FB1",
"player_position": "Striker",
"player_batting_throwing": null,
"is_substitute": false
},
{
"player_id": "F030CC9889A1",
"player_name": "Miguel Almirón",
"player_team": "273700707FB1",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "6F9774D9C749",
"player_name": "Harvey Barnes",
"player_team": "273700707FB1",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "DCFC1B4AA302",
"player_name": "Martin Dúbravka",
"player_team": "273700707FB1",
"player_position": "GK",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "7FC8DF1EE67F",
"player_name": "Lloyd Kelly",
"player_team": "273700707FB1",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "195E1081F360",
"player_name": "Emil Krafth",
"player_team": "273700707FB1",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "57BC72E85604",
"player_name": "William Osula",
"player_team": "273700707FB1",
"player_position": "F",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "96ABD2C1B768",
"player_name": "Sandro Tonali",
"player_team": "273700707FB1",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "AE73C8E0EE0F",
"player_name": "Kieran Trippier",
"player_team": "273700707FB1",
"player_position": "D",
"player_batting_throwing": null,
"is_substitute": true
},
{
"player_id": "9DF7F7DD9E60",
"player_name": "Joe Willock",
"player_team": "273700707FB1",
"player_position": "M",
"player_batting_throwing": null,
"is_substitute": true
}
]
},
"season_type": "Regular Season",
"season_year": "2024/2025",
"season_week": "4",
"weather": null,
"weather_temp": null,
"source_ids": {
}
}
],
"page": 1,
"total_pages": 1
}