{"info":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<p>The OddAlerts API is geared towards betting and ease of access, allowing you to get your hands dirty with footballing data. The API is structured in a way that's easy to understand. I've been building things with football data for the last 5 years. Now I have a chance to build my own source, with a strong focus on helping those that want to use the data for betting purposes. The 'OA-API' is always improving and adding new endpoints, so stay tuned to Discord, Twitter, and the documentation for updates.</p>\n<h2 id=\"access\">Access</h2>\n<p>Each request will require an api_key. This can be found on the <a href=\"https://oddalerts.com/football-data-api\">API page @ OddAlerts</a>.</p>\n<h2 id=\"pagination\">Pagination</h2>\n<p>To keep things quick for both OA and the end-user, OddAlerts uses pagination on endpoint where there is potential for a lot of data to be returned. Each endpoint will contain two items: <em>info</em> and <em>data.</em> It's inside the info object that you will find details on the number of total results from your request and the total number of pages. These values make it easy to program your apps to navigate to the next page to fetch all the data.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17615275","collectionId":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","publishedId":"2s935uG1WF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-12T02:44:17.000Z"},"item":[{"name":"Predictions","item":[{"name":"Generate Simulation","id":"2e351a9c-df3c-4c2d-a995-7f7abd921334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/predictions/generate/:ID?api_token=YOUR_API_TOKEN","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","predictions","generate",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"type":"any","value":"24162118","key":"ID"}]}},"response":[{"id":"d5692066-4b35-4d45-9fa7-718fc4d4b1a2","name":"Generate Simulation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/predictions/generate/:ID?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","predictions","generate",":ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"key":"ID","value":"24162118"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 02:48:14 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"per_page\": 10,\n        \"results\": 1\n    },\n    \"data\": [\n        {\n            \"fixture_id\": 24162118,\n            \"fixture_name\": \"Cheltenham Town vs Sheffield Wednesday\",\n            \"simulations\": 5000,\n            \"home_win\": 909,\n            \"draw\": 1263,\n            \"away_win\": 2828,\n            \"total_goals\": 15027,\n            \"home_goals\": 5300,\n            \"away_goals\": 9727,\n            \"btts\": 3118,\n            \"o25_goals\": 3000,\n            \"scorelines\": {\n                \"1-2\": 12.98,\n                \"1-1\": 12.18,\n                \"0-2\": 10.38,\n                \"0-0\": 8.82,\n                \"1-3\": 7.8,\n                \"0-3\": 6.4,\n                \"2-1\": 5.88,\n                \"0-1\": 5.18,\n                \"3-2\": 4.9,\n                \"2-2\": 3.6\n            },\n            \"btts_percentage\": 62.36,\n            \"o25_goals_percentage\": 60,\n            \"home_win_percentage\": 18.18,\n            \"draw_percentage\": 25.26,\n            \"away_win_percentage\": 56.56,\n            \"total_goals_avg\": 3.01,\n            \"home_goals_avg\": 1.06,\n            \"away_goals_avg\": 1.95\n        }\n    ]\n}"}],"_postman_id":"2e351a9c-df3c-4c2d-a995-7f7abd921334"},{"name":"Generate Multiple Simulations","id":"4171db55-b659-4afb-b650-2d5c020f2955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/predictions/generate/multiple?api_token=YOUR_API_TOKEN&ids=24162118,27810180,28420567","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","predictions","generate","multiple"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"ids","value":"24162118,27810180,28420567"}],"variable":[]}},"response":[{"id":"09732e33-c224-4260-9039-83bcf4f410cd","name":"Generate Multiple Simulations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/predictions/generate/multiple?api_token=YOUR_API_TOKEN&ids=24162118,27810180,28420567","protocol":"https","host":["data","oddalerts","com"],"path":["api","predictions","generate","multiple"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"ids","value":"24162118,27810180,28420567"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 02:48:31 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"per_page\": 10,\n        \"results\": 3\n    },\n    \"data\": [\n        {\n            \"fixture_id\": 24162118,\n            \"fixture_name\": \"Cheltenham Town vs Sheffield Wednesday\",\n            \"simulations\": 5000,\n            \"home_win\": 886,\n            \"draw\": 1248,\n            \"away_win\": 2866,\n            \"total_goals\": 14886,\n            \"home_goals\": 5258,\n            \"away_goals\": 9628,\n            \"btts\": 3112,\n            \"o25_goals\": 2962,\n            \"scorelines\": {\n                \"1-2\": 14.14,\n                \"1-1\": 12,\n                \"0-2\": 10.68,\n                \"0-0\": 8.84,\n                \"1-3\": 7.56,\n                \"0-1\": 6.04,\n                \"0-3\": 5.56,\n                \"3-2\": 5.3,\n                \"2-1\": 5.14,\n                \"2-2\": 3.54\n            },\n            \"btts_percentage\": 62.24,\n            \"o25_goals_percentage\": 59.24,\n            \"home_win_percentage\": 17.72,\n            \"draw_percentage\": 24.96,\n            \"away_win_percentage\": 57.32,\n            \"total_goals_avg\": 2.98,\n            \"home_goals_avg\": 1.05,\n            \"away_goals_avg\": 1.93\n        },\n        {\n            \"fixture_id\": 27810180,\n            \"fixture_name\": \"Borussia M'gladbach II vs Wiedenbrück\",\n            \"simulations\": 5000,\n            \"home_win\": 2298,\n            \"draw\": 1222,\n            \"away_win\": 1480,\n            \"total_goals\": 17844,\n            \"home_goals\": 9831,\n            \"away_goals\": 8013,\n            \"btts\": 3791,\n            \"o25_goals\": 3543,\n            \"scorelines\": {\n                \"1-1\": 11.76,\n                \"2-1\": 11.44,\n                \"1-2\": 7.96,\n                \"2-3\": 6.62,\n                \"3-2\": 6.48,\n                \"3-1\": 6.12,\n                \"0-0\": 5.34,\n                \"2-2\": 5.28,\n                \"2-0\": 5.28,\n                \"3-0\": 3.1\n            },\n            \"btts_percentage\": 75.82,\n            \"o25_goals_percentage\": 70.86,\n            \"home_win_percentage\": 45.96,\n            \"draw_percentage\": 24.44,\n            \"away_win_percentage\": 29.6,\n            \"total_goals_avg\": 3.57,\n            \"home_goals_avg\": 1.97,\n            \"away_goals_avg\": 1.6\n        },\n        {\n            \"fixture_id\": 28420567,\n            \"fixture_name\": \"Fylde W v Liverpool Feds W\",\n            \"simulations\": 5000,\n            \"home_win\": 1927,\n            \"draw\": 1127,\n            \"away_win\": 1946,\n            \"total_goals\": 20488,\n            \"home_goals\": 10212,\n            \"away_goals\": 10276,\n            \"btts\": 4087,\n            \"o25_goals\": 3899,\n            \"scorelines\": {\n                \"1-1\": 9.28,\n                \"2-3\": 8.18,\n                \"2-1\": 7.9,\n                \"1-2\": 7.64,\n                \"3-2\": 7.3,\n                \"2-2\": 7,\n                \"1-3\": 4.48,\n                \"3-1\": 4.38,\n                \"4-2\": 3.84,\n                \"0-0\": 3.66\n            },\n            \"btts_percentage\": 81.74,\n            \"o25_goals_percentage\": 77.98,\n            \"home_win_percentage\": 38.54,\n            \"draw_percentage\": 22.54,\n            \"away_win_percentage\": 38.92,\n            \"total_goals_avg\": 4.1,\n            \"home_goals_avg\": 2.04,\n            \"away_goals_avg\": 2.06\n        }\n    ]\n}"}],"_postman_id":"4171db55-b659-4afb-b650-2d5c020f2955"}],"id":"1dfd4cc5-4fd0-4b71-a8b2-70b3aa143a00","description":"<p>This endpoint allows you to directly access the Fixture Simulation Tool on OddAlerts. You can view an example of the front-end here: <a href=\"https://www.youtube.com/watch?v=GhEApKimr6E\">https://www.youtube.com/watch?v=GhEApKimr6E</a></p>\n<p>This include also allows for chaining multiple IDs for multiple simulations at once, with a current cap of 10 games per request.</p>\n","_postman_id":"1dfd4cc5-4fd0-4b71-a8b2-70b3aa143a00","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Fixtures","item":[{"name":"Individual Fixtures","id":"9d0fa9ac-5381-48b2-a723-c815d39fb756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/fixtures/:id?api_token=YOUR_API_TOKEN&include=probability,stats","description":"<h2 id=\"accessing-fixtures\">Accessing Fixtures</h2>\n<p>This endpoint allows you to fetch fixtures directly from the OddAlerts DB. Right now, the focus is on those building their own DB for value betting, but the details contained within the fixture will become richer.</p>\n<p>The endpoint takes an ID after the /fixtures/, like so:</p>\n<ul>\n<li>/fixtures/24288763</li>\n</ul>\n<p>This will fetch a single record. If you need to grab more than one fixture, you can do so like this:</p>\n<ul>\n<li>/fixtures/multiple</li>\n</ul>\n<p>And you will then add your IDs split only by commas. Here is an example:</p>\n<ul>\n<li>/fixtures/multiple?ids=24288763,24288764</li>\n</ul>\n<h3 id=\"including-additional-data\">Including Additional Data</h3>\n<p>With any of the fixture endpoints, you can include the following data:</p>\n<ul>\n<li><p>Probability (Markets)</p>\n</li>\n<li><p>Stats (In-Game / In-Play)</p>\n</li>\n<li><p>CorrectScores (Probability)</p>\n</li>\n<li><p>Odds (Pre-Match)</p>\n</li>\n<li><p>Live Odds (Bet365)</p>\n</li>\n<li><p>H2H History</p>\n</li>\n</ul>\n<p>You can include these like so:</p>\n<ul>\n<li>&amp;include=stats,probability,odds,correctScores,odds.live,h2h</li>\n</ul>\n<h3 id=\"filtering-odds-types--bookmakers\">Filtering Odds Types &amp; Bookmakers:</h3>\n<p>By default, including odds on fixtures will show the closing (latest) odds in the DB from our collection of bookmakers. You can also specify to see the opening odds, or peak odds like so:</p>\n<ul>\n<li><p>odds_type=peak</p>\n</li>\n<li><p>odds_type=opening</p>\n</li>\n<li><p>odds_type=closing</p>\n</li>\n</ul>\n<p>You can also select your bookmaker using the following IDs when filtering by bookmaker is supported:</p>\n<ol>\n<li><p>Pinnacle</p>\n</li>\n<li><p>Bet365</p>\n</li>\n<li><p>1xBet</p>\n</li>\n<li><p>WilliamHill</p>\n</li>\n<li><p>Betfair Exchange</p>\n</li>\n<li><p>Kambi Group</p>\n</li>\n</ol>\n<h3 id=\"filtering-for-competitions-seasons-and-teams\">Filtering for Competitions, Seasons, and Teams</h3>\n<p>You can filter on any of the /fixture endpoints by using these parameters:</p>\n<ul>\n<li><p>teams=xxx</p>\n</li>\n<li><p>seasons=xxx</p>\n</li>\n<li><p>competitions=xxx</p>\n</li>\n</ul>\n<p>You can filter for a maximum of 25 items per filter. So for example, you could do:</p>\n<p><code>fixtures/upcoming?seasons=6484,6377,6376,6380,6411</code></p>\n<p>and to view upcoming games from just the latest EFL seasons. This will allow you to also find games for certain teams, like so:</p>\n<p><code>fixtures/upcoming?teams=10719</code></p>\n<p>This will give you the upcoming games (next 14 days) for Fulham. Again, you can include 25 teams in this filter.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","fixtures",":id"],"host":["data","oddalerts","com"],"query":[{"disabled":true,"key":"ids","value":""},{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include","value":"probability,stats"}],"variable":[{"type":"any","value":"24288763","key":"id"}]}},"response":[{"id":"d117ccaa-e942-4243-aa85-d82fba13b2bf","name":"Single Fixture","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/fixtures/:id?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","fixtures",":id"],"query":[{"key":"ids","value":"","type":"text","disabled":true},{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"key":"id","value":"24288763"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"info: {\n    count: 1,\n    page: 1,\n    per_page: 50\n},\ndata: [\n    {\n        id: 24288763,\n        home_name: \"Al Fateh U19\",\n        away_name: \"Al Ahli U19\",\n        status: \"FT\",\n        unix: 1678883400,\n        home_played: 23,\n        away_played: 23,\n        home_goals: 1,\n        away_goals: 2,\n        corners: 12,\n        date: \"2023-03-15T12:30:00.000000Z\",\n        ko_human: \"Wed 15th, 12:30\"\n    }\n]   "},{"id":"a246806f-c38a-4934-8171-cfbc52c7d245","name":"Multiple Fixtures","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/fixtures/:id?ids=24288763,29120448&api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","fixtures",":id"],"query":[{"key":"ids","value":"24288763,29120448"},{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"key":"id","value":"multiple"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"count\": 2,\n        \"page\": 1,\n        \"per_page\": 50\n    },\n    \"data\": [\n        {\n            \"id\": 24288763,\n            \"home_name\": \"Al Fateh U19\",\n            \"away_name\": \"Al Ahli U19\",\n            \"status\": \"FT\",\n            \"unix\": 1678883400,\n            \"home_played\": 23,\n            \"away_played\": 23,\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"corners\": 12,\n            \"date\": \"2023-03-15T12:30:00.000000Z\",\n            \"ko_human\": \"Wed 15th, 12:30\"\n        },\n        {\n            \"id\": 29120448,\n            \"home_name\": \"Club Brugge W\",\n            \"away_name\": \"Genk W\",\n            \"status\": \"NS\",\n            \"unix\": 1679425200,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"corners\": null,\n            \"date\": \"2023-03-21T19:00:00.000000Z\",\n            \"ko_human\": \"Tue 21st, 19:00\"\n        }\n    ]\n}"}],"_postman_id":"9d0fa9ac-5381-48b2-a723-c815d39fb756"},{"name":"Upcoming Fixtures","id":"db15083d-64de-4819-b193-9157f3f14434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/fixtures/upcoming?api_token=YOUR_API_TOKEN","description":"<p>This endpoint shows upcoming games for the next 7 days, ordered by UNIX ASC.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","fixtures","upcoming"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"f26202d0-5564-4238-9951-70b0ae039eb0","name":"Upcoming Fixtures","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/fixtures/upcoming?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","fixtures","upcoming"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 02:49:00 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"96"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"per_page\": 250,\n        \"count\": 250,\n        \"next_page_url\": \"NEXT PAGE URL WILL APPEAR HERE\"\n    },\n    \"data\": [\n        {\n            \"id\": 50813142,\n            \"home_name\": \"Shakhtyor Res.\",\n            \"away_name\": \"Energetyk-BGU Res.\",\n            \"season_id\": 3872,\n            \"competition_id\": 390,\n            \"home_id\": 10533,\n            \"away_id\": 10647,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 8,\n            \"unix\": 1693821600,\n            \"home_played\": 17,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T10:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 11:00\"\n        },\n        {\n            \"id\": 52261110,\n            \"home_name\": \"Ryazan\",\n            \"away_name\": \"Kaluga\",\n            \"season_id\": 4401,\n            \"competition_id\": 1206,\n            \"home_id\": 6559,\n            \"away_id\": 6552,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 1,\n            \"unix\": 1693821600,\n            \"home_played\": 6,\n            \"away_played\": 6,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T10:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 11:00\"\n        },\n        {\n            \"id\": 52388852,\n            \"home_name\": \"Hapoel Ra'anana\",\n            \"away_name\": \"Tzeirey Taibe\",\n            \"season_id\": 5005,\n            \"competition_id\": 587,\n            \"home_id\": 5012,\n            \"away_id\": 13717,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693824300,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T10:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 11:45\"\n        },\n        {\n            \"id\": 50813146,\n            \"home_name\": \"BATE Res.\",\n            \"away_name\": \"Dinamo Brest Res.\",\n            \"season_id\": 3872,\n            \"competition_id\": 390,\n            \"home_id\": 10529,\n            \"away_id\": 10532,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 13,\n            \"unix\": 1693825200,\n            \"home_played\": 17,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T11:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 12:00\"\n        },\n        {\n            \"id\": 52261111,\n            \"home_name\": \"Swansea City U21\",\n            \"away_name\": \"Hull City U21\",\n            \"season_id\": 4700,\n            \"competition_id\": 458,\n            \"home_id\": 26201,\n            \"away_id\": 26208,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1693825200,\n            \"home_played\": 3,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T11:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 12:00\"\n        },\n        {\n            \"id\": 53403608,\n            \"home_name\": \"Dinamo Kirov\",\n            \"away_name\": \"2Drots\",\n            \"season_id\": 4379,\n            \"competition_id\": 64,\n            \"home_id\": 24478,\n            \"away_id\": 27386,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1693825200,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T11:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 12:00\"\n        },\n        {\n            \"id\": 51790906,\n            \"home_name\": \"Guangzhou Evergrande\",\n            \"away_name\": \"Heilongjiang Lava Spring\",\n            \"season_id\": 4053,\n            \"competition_id\": 428,\n            \"home_id\": 5109,\n            \"away_id\": 10734,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 8,\n            \"unix\": 1693827000,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T11:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 12:30\"\n        },\n        {\n            \"id\": 43824371,\n            \"home_name\": \"Degerfors U21\",\n            \"away_name\": \"Djurgården U21\",\n            \"season_id\": 3814,\n            \"competition_id\": 957,\n            \"home_id\": 18787,\n            \"away_id\": 18788,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693828800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T12:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 13:00\"\n        },\n        {\n            \"id\": 52261114,\n            \"home_name\": \"Horsens U21\",\n            \"away_name\": \"Brøndby U21\",\n            \"season_id\": 4824,\n            \"competition_id\": 953,\n            \"home_id\": 28741,\n            \"away_id\": 27376,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 10,\n            \"unix\": 1693828800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T12:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 13:00\"\n        },\n        {\n            \"id\": 52261112,\n            \"home_name\": \"Queens Park Rangers U21\",\n            \"away_name\": \"Fleetwood Town U21\",\n            \"season_id\": 4700,\n            \"competition_id\": 458,\n            \"home_id\": 26205,\n            \"away_id\": 34281,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693828800,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T12:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 13:00\"\n        },\n        {\n            \"id\": 50813147,\n            \"home_name\": \"Slutsk Res.\",\n            \"away_name\": \"Smorgon Res.\",\n            \"season_id\": 3872,\n            \"competition_id\": 390,\n            \"home_id\": 10648,\n            \"away_id\": 17336,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 7,\n            \"unix\": 1693828800,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T12:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 13:00\"\n        },\n        {\n            \"id\": 51297377,\n            \"home_name\": \"Ultimate\",\n            \"away_name\": \"Harini\",\n            \"season_id\": 4174,\n            \"competition_id\": 1295,\n            \"home_id\": 24683,\n            \"away_id\": 24686,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 3,\n            \"unix\": 1693831500,\n            \"home_played\": 16,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T12:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 13:45\"\n        },\n        {\n            \"id\": 52261115,\n            \"home_name\": \"Raufoss II\",\n            \"away_name\": \"Molde II\",\n            \"season_id\": 3968,\n            \"competition_id\": 1211,\n            \"home_id\": 6723,\n            \"away_id\": 6729,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 4,\n            \"unix\": 1693832400,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 14:00\"\n        },\n        {\n            \"id\": 52261116,\n            \"home_name\": \"Charlton Athletic U21\",\n            \"away_name\": \"Birmingham City U21\",\n            \"season_id\": 4700,\n            \"competition_id\": 458,\n            \"home_id\": 26203,\n            \"away_id\": 27372,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 3,\n            \"unix\": 1693832400,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 14:00\"\n        },\n        {\n            \"id\": 52261118,\n            \"home_name\": \"Millwall U21\",\n            \"away_name\": \"Crewe Alexandra U21\",\n            \"season_id\": 4700,\n            \"competition_id\": 458,\n            \"home_id\": 26209,\n            \"away_id\": 27373,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 7,\n            \"unix\": 1693832400,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 14:00\"\n        },\n        {\n            \"id\": 52261119,\n            \"home_name\": \"Kelantan United\",\n            \"away_name\": \"Kuching FA\",\n            \"season_id\": 3796,\n            \"competition_id\": 150,\n            \"home_id\": 6509,\n            \"away_id\": 5449,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 14,\n            \"unix\": 1693832400,\n            \"home_played\": 20,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 14:00\"\n        },\n        {\n            \"id\": 52261117,\n            \"home_name\": \"Sakhalin\",\n            \"away_name\": \"Peresvet Podolsk\",\n            \"season_id\": 4401,\n            \"competition_id\": 1206,\n            \"home_id\": 6557,\n            \"away_id\": 19201,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 18,\n            \"unix\": 1693832400,\n            \"home_played\": 5,\n            \"away_played\": 6,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 14:00\"\n        },\n        {\n            \"id\": 51298158,\n            \"home_name\": \"Struga\",\n            \"away_name\": \"Tikves\",\n            \"season_id\": 4606,\n            \"competition_id\": 272,\n            \"home_id\": 6931,\n            \"away_id\": 8425,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 6,\n            \"unix\": 1693836000,\n            \"home_played\": 2,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52261120,\n            \"home_name\": \"Tyumen\",\n            \"away_name\": \"Arsenal Tula\",\n            \"season_id\": 4366,\n            \"competition_id\": 81,\n            \"home_id\": 4312,\n            \"away_id\": 5128,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 15,\n            \"unix\": 1693836000,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52261121,\n            \"home_name\": \"Chernomorets 1919 Burgas\",\n            \"away_name\": \"Dobrudzha 1919\",\n            \"season_id\": 4365,\n            \"competition_id\": 19,\n            \"home_id\": 7042,\n            \"away_id\": 7540,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 7,\n            \"unix\": 1693836000,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52261129,\n            \"home_name\": \"Sama\",\n            \"away_name\": \"Sama Al Sarhan\",\n            \"season_id\": 4997,\n            \"competition_id\": 767,\n            \"home_id\": 25025,\n            \"away_id\": 15836,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 11,\n            \"unix\": 1693836000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 51791967,\n            \"home_name\": \"Zhytlobud-1 W\",\n            \"away_name\": \"Dynamo Kyiv W\",\n            \"season_id\": 4554,\n            \"competition_id\": 1562,\n            \"home_id\": 20407,\n            \"away_id\": 29052,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 7,\n            \"unix\": 1693836000,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52643987,\n            \"home_name\": \"Belgrano Córdoba Res.\",\n            \"away_name\": \"Godoy Cruz Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 31355,\n            \"away_id\": 16877,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 11,\n            \"unix\": 1693836000,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52643984,\n            \"home_name\": \"Instituto Res.\",\n            \"away_name\": \"Talleres Córdoba Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 31309,\n            \"away_id\": 16894,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 1,\n            \"unix\": 1693836000,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 53200963,\n            \"home_name\": \"Al Sailiya\",\n            \"away_name\": \"Al Sadd\",\n            \"season_id\": 5029,\n            \"competition_id\": 1963,\n            \"home_id\": 9474,\n            \"away_id\": 7300,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 2,\n            \"unix\": 1693836000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52643985,\n            \"home_name\": \"Argentinos Juniors Res.\",\n            \"away_name\": \"Banfield Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 16883,\n            \"away_id\": 16872,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 4,\n            \"unix\": 1693836000,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 53200962,\n            \"home_name\": \"Al Gharafa\",\n            \"away_name\": \"Lusail City\",\n            \"season_id\": 5029,\n            \"competition_id\": 1963,\n            \"home_id\": 9484,\n            \"away_id\": 14647,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 4,\n            \"unix\": 1693836000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52643986,\n            \"home_name\": \"Arsenal Res.\",\n            \"away_name\": \"River Plate Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 16879,\n            \"away_id\": 16881,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 14,\n            \"unix\": 1693836000,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52643982,\n            \"home_name\": \"Huracán Res.\",\n            \"away_name\": \"Independiente Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 16889,\n            \"away_id\": 16892,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 6,\n            \"unix\": 1693836000,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52643983,\n            \"home_name\": \"Rosario Central Res.\",\n            \"away_name\": \"Colón Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 16882,\n            \"away_id\": 16875,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 13,\n            \"unix\": 1693836000,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:00\"\n        },\n        {\n            \"id\": 52261124,\n            \"home_name\": \"Dubrava Zagreb\",\n            \"away_name\": \"Dugopolje\",\n            \"season_id\": 4646,\n            \"competition_id\": 167,\n            \"home_id\": 5749,\n            \"away_id\": 7141,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 6,\n            \"unix\": 1693837800,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:30\"\n        },\n        {\n            \"id\": 52261123,\n            \"home_name\": \"Egersund\",\n            \"away_name\": \"Aalesund II\",\n            \"season_id\": 3974,\n            \"competition_id\": 241,\n            \"home_id\": 6711,\n            \"away_id\": 6733,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 14,\n            \"unix\": 1693837800,\n            \"home_played\": 17,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:30\"\n        },\n        {\n            \"id\": 52261122,\n            \"home_name\": \"Utsikten U21\",\n            \"away_name\": \"IFK Göteborg U21\",\n            \"season_id\": 3814,\n            \"competition_id\": 957,\n            \"home_id\": 23366,\n            \"away_id\": 19227,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 3,\n            \"unix\": 1693837800,\n            \"home_played\": 6,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T14:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 15:30\"\n        },\n        {\n            \"id\": 52261130,\n            \"home_name\": \"Amman\",\n            \"away_name\": \"Al Hashemeya\",\n            \"season_id\": 4997,\n            \"competition_id\": 767,\n            \"home_id\": 21429,\n            \"away_id\": 25012,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 9,\n            \"unix\": 1693839600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:00\"\n        },\n        {\n            \"id\": 52261127,\n            \"home_name\": \"Tolmin\",\n            \"away_name\": \"Grosuplje\",\n            \"season_id\": 4455,\n            \"competition_id\": 282,\n            \"home_id\": 10924,\n            \"away_id\": 11326,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 2,\n            \"unix\": 1693839600,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:00\"\n        },\n        {\n            \"id\": 52261126,\n            \"home_name\": \"Škofja Loka\",\n            \"away_name\": \"Jesenice\",\n            \"season_id\": 4657,\n            \"competition_id\": 436,\n            \"home_id\": 10927,\n            \"away_id\": 24486,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 10,\n            \"unix\": 1693839600,\n            \"home_played\": 0,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:00\"\n        },\n        {\n            \"id\": 52261131,\n            \"home_name\": \"Halmstad U21\",\n            \"away_name\": \"Varbergs U21\",\n            \"season_id\": 3814,\n            \"competition_id\": 957,\n            \"home_id\": 18694,\n            \"away_id\": 18697,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1693839600,\n            \"home_played\": 6,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:00\"\n        },\n        {\n            \"id\": 51299318,\n            \"home_name\": \"San Lorenzo W\",\n            \"away_name\": \"Estudiantes La Plata\",\n            \"season_id\": 3955,\n            \"competition_id\": 1422,\n            \"home_id\": 22140,\n            \"away_id\": 26588,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 17,\n            \"unix\": 1693839600,\n            \"home_played\": 20,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:00\"\n        },\n        {\n            \"id\": 51298800,\n            \"home_name\": \"BSK Banja Luka\",\n            \"away_name\": \"Famos Vojkovici\",\n            \"season_id\": 4718,\n            \"competition_id\": 270,\n            \"home_id\": 34217,\n            \"away_id\": 26028,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 11,\n            \"unix\": 1693839600,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:00\"\n        },\n        {\n            \"id\": 52261125,\n            \"home_name\": \"Follo\",\n            \"away_name\": \"Tromsø II\",\n            \"season_id\": 3972,\n            \"competition_id\": 1209,\n            \"home_id\": 6748,\n            \"away_id\": 6781,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 12,\n            \"unix\": 1693839600,\n            \"home_played\": 16,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:00\"\n        },\n        {\n            \"id\": 52261132,\n            \"home_name\": \"KPV Akatemia\",\n            \"away_name\": \"Jaro II\",\n            \"season_id\": 3993,\n            \"competition_id\": 1216,\n            \"home_id\": 4955,\n            \"away_id\": 32415,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 7,\n            \"unix\": 1693841400,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:30\"\n        },\n        {\n            \"id\": 52261133,\n            \"home_name\": \"Ullensaker / Kisa\",\n            \"away_name\": \"Brann II\",\n            \"season_id\": 3966,\n            \"competition_id\": 1210,\n            \"home_id\": 5263,\n            \"away_id\": 6761,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 11,\n            \"unix\": 1693841400,\n            \"home_played\": 17,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:30\"\n        },\n        {\n            \"id\": 51054897,\n            \"home_name\": \"Botoşani\",\n            \"away_name\": \"Hermannstadt\",\n            \"season_id\": 4347,\n            \"competition_id\": 159,\n            \"home_id\": 4913,\n            \"away_id\": 7180,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 10,\n            \"unix\": 1693841400,\n            \"home_played\": 7,\n            \"away_played\": 6,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T15:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 16:30\"\n        },\n        {\n            \"id\": 52261141,\n            \"home_name\": \"Vindbjart\",\n            \"away_name\": \"Odd II\",\n            \"season_id\": 3970,\n            \"competition_id\": 1213,\n            \"home_id\": 6772,\n            \"away_id\": 8828,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 10,\n            \"unix\": 1693843200,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261140,\n            \"home_name\": \"HJK W\",\n            \"away_name\": \"PK-35 Vantaa W\",\n            \"season_id\": 3880,\n            \"competition_id\": 857,\n            \"home_id\": 4141,\n            \"away_id\": 4591,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693843200,\n            \"home_played\": 2,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261142,\n            \"home_name\": \"Gjøvik-Lyn\",\n            \"away_name\": \"Strømsgodset II\",\n            \"season_id\": 3966,\n            \"competition_id\": 1210,\n            \"home_id\": 6722,\n            \"away_id\": 6739,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 12,\n            \"unix\": 1693843200,\n            \"home_played\": 16,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261138,\n            \"home_name\": \"Lyn\",\n            \"away_name\": \"Arendal\",\n            \"season_id\": 3974,\n            \"competition_id\": 241,\n            \"home_id\": 6753,\n            \"away_id\": 8827,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 4,\n            \"unix\": 1693843200,\n            \"home_played\": 16,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261134,\n            \"home_name\": \"Sektzia Nes Tziona\",\n            \"away_name\": \"Hapoel Umm al-Fahm\",\n            \"season_id\": 4836,\n            \"competition_id\": 126,\n            \"home_id\": 8831,\n            \"away_id\": 5013,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 5,\n            \"unix\": 1693843200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261137,\n            \"home_name\": \"Djurgarden W\",\n            \"away_name\": \"Kristianstads W\",\n            \"season_id\": 3905,\n            \"competition_id\": 244,\n            \"home_id\": 8126,\n            \"away_id\": 6473,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 6,\n            \"unix\": 1693843200,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261136,\n            \"home_name\": \"Hapoel Rishon LeZion\",\n            \"away_name\": \"Hapoel Kfar Saba\",\n            \"season_id\": 4836,\n            \"competition_id\": 126,\n            \"home_id\": 8853,\n            \"away_id\": 7585,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 9,\n            \"unix\": 1693843200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261135,\n            \"home_name\": \"Bnei Yehuda\",\n            \"away_name\": \"Kafr Qasim\",\n            \"season_id\": 4836,\n            \"competition_id\": 126,\n            \"home_id\": 7491,\n            \"away_id\": 5008,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 15,\n            \"unix\": 1693843200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261139,\n            \"home_name\": \"Tammeka II\",\n            \"away_name\": \"Nõmme Kalju II\",\n            \"season_id\": 3835,\n            \"competition_id\": 254,\n            \"home_id\": 6497,\n            \"away_id\": 10743,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1693843200,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 51020278,\n            \"home_name\": \"Douanes\",\n            \"away_name\": \"KOZAF\",\n            \"season_id\": 4942,\n            \"competition_id\": 529,\n            \"home_id\": 12251,\n            \"away_id\": 12261,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 10,\n            \"unix\": 1693843200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:00\"\n        },\n        {\n            \"id\": 52261143,\n            \"home_name\": \"Kotwica Kołobrzeg\",\n            \"away_name\": \"Radunia Stężyca\",\n            \"season_id\": 4392,\n            \"competition_id\": 153,\n            \"home_id\": 10224,\n            \"away_id\": 10267,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 6,\n            \"unix\": 1693844100,\n            \"home_played\": 6,\n            \"away_played\": 6,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:15:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:15\"\n        },\n        {\n            \"id\": 52261145,\n            \"home_name\": \"Rodina Moskva\",\n            \"away_name\": \"Torpedo Moskva\",\n            \"season_id\": 4366,\n            \"competition_id\": 81,\n            \"home_id\": 5447,\n            \"away_id\": 4624,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 8,\n            \"unix\": 1693845000,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:30\"\n        },\n        {\n            \"id\": 53200965,\n            \"home_name\": \"Al Khor\",\n            \"away_name\": \"Al Rayyan\",\n            \"season_id\": 5029,\n            \"competition_id\": 1963,\n            \"home_id\": 7749,\n            \"away_id\": 6512,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 4,\n            \"unix\": 1693845900,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T16:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 17:45\"\n        },\n        {\n            \"id\": 51791929,\n            \"home_name\": \"Železničar Pančevo\",\n            \"away_name\": \"Čukarički\",\n            \"season_id\": 4501,\n            \"competition_id\": 155,\n            \"home_id\": 7582,\n            \"away_id\": 5610,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 6,\n            \"unix\": 1693846800,\n            \"home_played\": 5,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261151,\n            \"home_name\": \"Skjetten\",\n            \"away_name\": \"Stabæk II\",\n            \"season_id\": 3969,\n            \"competition_id\": 37,\n            \"home_id\": 23813,\n            \"away_id\": 4105,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261144,\n            \"home_name\": \"Rosenborg II\",\n            \"away_name\": \"Rana\",\n            \"season_id\": 3975,\n            \"competition_id\": 1214,\n            \"home_id\": 8826,\n            \"away_id\": 6780,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 4,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261146,\n            \"home_name\": \"Oppsal\",\n            \"away_name\": \"Skeid II\",\n            \"season_id\": 3972,\n            \"competition_id\": 1209,\n            \"home_id\": 6745,\n            \"away_id\": 6783,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 7,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261147,\n            \"home_name\": \"IFK Kalmar W\",\n            \"away_name\": \"Vittsjo W\",\n            \"season_id\": 3905,\n            \"competition_id\": 244,\n            \"home_id\": 4576,\n            \"away_id\": 8124,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 7,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261148,\n            \"home_name\": \"Vålerenga II\",\n            \"away_name\": \"Grorud\",\n            \"season_id\": 3974,\n            \"competition_id\": 241,\n            \"home_id\": 8618,\n            \"away_id\": 5266,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 7,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261149,\n            \"home_name\": \"Afjet Afyonspor\",\n            \"away_name\": \"Kırşehir Belediyespor\",\n            \"season_id\": 4880,\n            \"competition_id\": 513,\n            \"home_id\": 12094,\n            \"away_id\": 12005,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 17,\n            \"unix\": 1693846800,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261150,\n            \"home_name\": \"Frigg\",\n            \"away_name\": \"Lillestrøm II\",\n            \"season_id\": 3969,\n            \"competition_id\": 37,\n            \"home_id\": 8133,\n            \"away_id\": 6717,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 11,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261152,\n            \"home_name\": \"Trollhättan\",\n            \"away_name\": \"Ljungskile\",\n            \"season_id\": 3928,\n            \"competition_id\": 240,\n            \"home_id\": 6241,\n            \"away_id\": 8551,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 12,\n            \"unix\": 1693846800,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261153,\n            \"home_name\": \"Åskollen\",\n            \"away_name\": \"Fredrikstad II\",\n            \"season_id\": 3970,\n            \"competition_id\": 1213,\n            \"home_id\": 24176,\n            \"away_id\": 6741,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 8,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261154,\n            \"home_name\": \"Sandefjord II\",\n            \"away_name\": \"Eik Tønsberg\",\n            \"season_id\": 3970,\n            \"competition_id\": 1213,\n            \"home_id\": 31972,\n            \"away_id\": 19917,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 2,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261155,\n            \"home_name\": \"Halsen\",\n            \"away_name\": \"Mjøndalen II\",\n            \"season_id\": 3970,\n            \"competition_id\": 1213,\n            \"home_id\": 6746,\n            \"away_id\": 6740,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 12,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261156,\n            \"home_name\": \"Start II\",\n            \"away_name\": \"Mandalskameratene\",\n            \"season_id\": 3970,\n            \"competition_id\": 1213,\n            \"home_id\": 6770,\n            \"away_id\": 6769,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 3,\n            \"unix\": 1693846800,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261157,\n            \"home_name\": \"Næstved\",\n            \"away_name\": \"HB Køge\",\n            \"season_id\": 4359,\n            \"competition_id\": 396,\n            \"home_id\": 8909,\n            \"away_id\": 5442,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 10,\n            \"unix\": 1693846800,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 52261158,\n            \"home_name\": \"Ashdod\",\n            \"away_name\": \"Beitar Jerusalem\",\n            \"season_id\": 4855,\n            \"competition_id\": 296,\n            \"home_id\": 7315,\n            \"away_id\": 4918,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 14,\n            \"unix\": 1693846800,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:00\"\n        },\n        {\n            \"id\": 51298083,\n            \"home_name\": \"Grindavík W\",\n            \"away_name\": \"Víkingur Reykjavík W\",\n            \"season_id\": 4124,\n            \"competition_id\": 127,\n            \"home_id\": 17037,\n            \"away_id\": 5776,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 1,\n            \"unix\": 1693848600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T17:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 18:30\"\n        },\n        {\n            \"id\": 53161607,\n            \"home_name\": \"Laguna U20\",\n            \"away_name\": \"ABC U20\",\n            \"season_id\": 4596,\n            \"competition_id\": 1386,\n            \"home_id\": 33938,\n            \"away_id\": 13237,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 1,\n            \"unix\": 1693850400,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 52261159,\n            \"home_name\": \"Fjölnir U20 W\",\n            \"away_name\": \"Víkingur Reykjavík U20 W\",\n            \"season_id\": 4161,\n            \"competition_id\": 1836,\n            \"home_id\": 32544,\n            \"away_id\": 32545,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 2,\n            \"unix\": 1693850400,\n            \"home_played\": 8,\n            \"away_played\": 10,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 52261161,\n            \"home_name\": \"ÍBV U20 W\",\n            \"away_name\": \"Selfoss U20 W\",\n            \"season_id\": 4161,\n            \"competition_id\": 1836,\n            \"home_id\": 32542,\n            \"away_id\": 32582,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 3,\n            \"unix\": 1693850400,\n            \"home_played\": 6,\n            \"away_played\": 10,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 52261162,\n            \"home_name\": \"HamKam II\",\n            \"away_name\": \"Brumunddal\",\n            \"season_id\": 3968,\n            \"competition_id\": 1211,\n            \"home_id\": 31974,\n            \"away_id\": 6713,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 5,\n            \"unix\": 1693850400,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 48271804,\n            \"home_name\": \"Expressinho\",\n            \"away_name\": \"Santa Quitéria\",\n            \"season_id\": 4748,\n            \"competition_id\": 1451,\n            \"home_id\": 34367,\n            \"away_id\": 34314,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 2,\n            \"unix\": 1693850400,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 52261163,\n            \"home_name\": \"Thróttur Reykjavík U20 W\",\n            \"away_name\": \"ÍA U20 W\",\n            \"season_id\": 4163,\n            \"competition_id\": 1837,\n            \"home_id\": 32551,\n            \"away_id\": 32555,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 4,\n            \"unix\": 1693850400,\n            \"home_played\": 9,\n            \"away_played\": 10,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 49048346,\n            \"home_name\": \"Spartax\",\n            \"away_name\": \"Pombal\",\n            \"season_id\": 4857,\n            \"competition_id\": 1513,\n            \"home_id\": 28162,\n            \"away_id\": 34481,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 7,\n            \"unix\": 1693850400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 52261164,\n            \"home_name\": \"West Brom U21\",\n            \"away_name\": \"Sheffield United U21\",\n            \"season_id\": 4774,\n            \"competition_id\": 1049,\n            \"home_id\": 10324,\n            \"away_id\": 26240,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 3,\n            \"unix\": 1693850400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 52261166,\n            \"home_name\": \"HFX Wanderers\",\n            \"away_name\": \"York9\",\n            \"season_id\": 4002,\n            \"competition_id\": 69,\n            \"home_id\": 4844,\n            \"away_id\": 4665,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 6,\n            \"unix\": 1693850400,\n            \"home_played\": 21,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 51791914,\n            \"home_name\": \"Deportivo Morón\",\n            \"away_name\": \"Defensores de Belgrano\",\n            \"season_id\": 3716,\n            \"competition_id\": 750,\n            \"home_id\": 15745,\n            \"away_id\": 15712,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 2,\n            \"unix\": 1693850400,\n            \"home_played\": 29,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 51020509,\n            \"home_name\": \"Zrinjski\",\n            \"away_name\": \"Siroki Brijeg\",\n            \"season_id\": 4460,\n            \"competition_id\": 275,\n            \"home_id\": 5029,\n            \"away_id\": 7648,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 2,\n            \"unix\": 1693850400,\n            \"home_played\": 2,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:00\"\n        },\n        {\n            \"id\": 51299323,\n            \"home_name\": \"Rosario Central\",\n            \"away_name\": \"El Porvenir\",\n            \"season_id\": 3955,\n            \"competition_id\": 1422,\n            \"home_id\": 26595,\n            \"away_id\": 26586,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 18,\n            \"unix\": 1693851300,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:15:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:15\"\n        },\n        {\n            \"id\": 51020522,\n            \"home_name\": \"Claypole\",\n            \"away_name\": \"Luján\",\n            \"season_id\": 3693,\n            \"competition_id\": 769,\n            \"home_id\": 15912,\n            \"away_id\": 15879,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 12,\n            \"unix\": 1693852200,\n            \"home_played\": 31,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:30\"\n        },\n        {\n            \"id\": 51020546,\n            \"home_name\": \"Deportivo Laferrere\",\n            \"away_name\": \"Excursionistas\",\n            \"season_id\": 3693,\n            \"competition_id\": 769,\n            \"home_id\": 15946,\n            \"away_id\": 15882,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 2,\n            \"unix\": 1693852200,\n            \"home_played\": 30,\n            \"away_played\": 31,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:30\"\n        },\n        {\n            \"id\": 51020531,\n            \"home_name\": \"Atlas\",\n            \"away_name\": \"JJ Urquiza\",\n            \"season_id\": 3693,\n            \"competition_id\": 769,\n            \"home_id\": 15914,\n            \"away_id\": 15894,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 3,\n            \"unix\": 1693852200,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:30\"\n        },\n        {\n            \"id\": 51020537,\n            \"home_name\": \"Puerto Nuevo\",\n            \"away_name\": \"Liniers\",\n            \"season_id\": 3693,\n            \"competition_id\": 769,\n            \"home_id\": 15865,\n            \"away_id\": 15960,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 17,\n            \"away_position\": 6,\n            \"unix\": 1693852200,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:30\"\n        },\n        {\n            \"id\": 51020519,\n            \"home_name\": \"Deportivo Español\",\n            \"away_name\": \"Berazategui\",\n            \"season_id\": 3693,\n            \"competition_id\": 769,\n            \"home_id\": 15883,\n            \"away_id\": 15876,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 15,\n            \"unix\": 1693852200,\n            \"home_played\": 31,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:30\"\n        },\n        {\n            \"id\": 52261168,\n            \"home_name\": \"Sepsi\",\n            \"away_name\": \"UTA Arad\",\n            \"season_id\": 4347,\n            \"competition_id\": 159,\n            \"home_id\": 7644,\n            \"away_id\": 5752,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 14,\n            \"unix\": 1693852200,\n            \"home_played\": 5,\n            \"away_played\": 6,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:30\"\n        },\n        {\n            \"id\": 52261167,\n            \"home_name\": \"12 de Octubre\",\n            \"away_name\": \"Pastoreo\",\n            \"season_id\": 3932,\n            \"competition_id\": 308,\n            \"home_id\": 4823,\n            \"away_id\": 23742,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 10,\n            \"unix\": 1693852200,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:30\"\n        },\n        {\n            \"id\": 52261181,\n            \"home_name\": \"Varndeanians\",\n            \"away_name\": \"Eastbourne United\",\n            \"season_id\": 4475,\n            \"competition_id\": 1069,\n            \"home_id\": 19947,\n            \"away_id\": 9201,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 17,\n            \"away_position\": 6,\n            \"unix\": 1693853100,\n            \"home_played\": 7,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261180,\n            \"home_name\": \"Linfield U20\",\n            \"away_name\": \"Carrick Rangers U20\",\n            \"season_id\": 4608,\n            \"competition_id\": 640,\n            \"home_id\": 14368,\n            \"away_id\": 14367,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 6,\n            \"unix\": 1693853100,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261169,\n            \"home_name\": \"Alessandria\",\n            \"away_name\": \"Novara\",\n            \"season_id\": 4995,\n            \"competition_id\": 554,\n            \"home_id\": 11880,\n            \"away_id\": 9347,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 14,\n            \"unix\": 1693853100,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261178,\n            \"home_name\": \"Glentoran U20\",\n            \"away_name\": \"Ballymena United U20\",\n            \"season_id\": 4608,\n            \"competition_id\": 640,\n            \"home_id\": 13773,\n            \"away_id\": 13775,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 11,\n            \"unix\": 1693853100,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261176,\n            \"home_name\": \"Coleraine U20\",\n            \"away_name\": \"Dungannon Swifts U20\",\n            \"season_id\": 4608,\n            \"competition_id\": 640,\n            \"home_id\": 13776,\n            \"away_id\": 13771,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1693853100,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261175,\n            \"home_name\": \"Triestina\",\n            \"away_name\": \"Trento Calcio 1921\",\n            \"season_id\": 4995,\n            \"competition_id\": 554,\n            \"home_id\": 10124,\n            \"away_id\": 12671,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 11,\n            \"unix\": 1693853100,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261174,\n            \"home_name\": \"Pro Vercelli\",\n            \"away_name\": \"Lumezzane\",\n            \"season_id\": 4995,\n            \"competition_id\": 554,\n            \"home_id\": 12781,\n            \"away_id\": 27348,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 7,\n            \"unix\": 1693853100,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261173,\n            \"home_name\": \"Pergolettese\",\n            \"away_name\": \"Pro Sesto\",\n            \"season_id\": 4995,\n            \"competition_id\": 554,\n            \"home_id\": 12780,\n            \"away_id\": 11514,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 12,\n            \"unix\": 1693853100,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261172,\n            \"home_name\": \"Mantova\",\n            \"away_name\": \"Calcio Padova\",\n            \"season_id\": 4995,\n            \"competition_id\": 554,\n            \"home_id\": 11610,\n            \"away_id\": 9296,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 17,\n            \"unix\": 1693853100,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261171,\n            \"home_name\": \"Vicenza\",\n            \"away_name\": \"AlbinoLeffe\",\n            \"season_id\": 4995,\n            \"competition_id\": 554,\n            \"home_id\": 5541,\n            \"away_id\": 12297,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 8,\n            \"unix\": 1693853100,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261170,\n            \"home_name\": \"Fiorenzuola\",\n            \"away_name\": \"Renate\",\n            \"season_id\": 4995,\n            \"competition_id\": 554,\n            \"home_id\": 12596,\n            \"away_id\": 12416,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 6,\n            \"unix\": 1693853100,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261179,\n            \"home_name\": \"Chelmsford City\",\n            \"away_name\": \"Hemel Hempstead Town\",\n            \"season_id\": 4577,\n            \"competition_id\": 593,\n            \"home_id\": 9293,\n            \"away_id\": 10887,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 15,\n            \"unix\": 1693853100,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 19:45\"\n        },\n        {\n            \"id\": 52261186,\n            \"home_name\": \"Rio de Janeiro W\",\n            \"away_name\": \"Búzios W\",\n            \"season_id\": 4936,\n            \"competition_id\": 1104,\n            \"home_id\": 28003,\n            \"away_id\": 34700,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1693854000,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:00\"\n        },\n        {\n            \"id\": 52261182,\n            \"home_name\": \"Crusaders U20\",\n            \"away_name\": \"Newry City U20\",\n            \"season_id\": 4608,\n            \"competition_id\": 640,\n            \"home_id\": 13769,\n            \"away_id\": 26744,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 12,\n            \"unix\": 1693854000,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:00\"\n        },\n        {\n            \"id\": 52261183,\n            \"home_name\": \"Larne U20\",\n            \"away_name\": \"Cliftonville U20\",\n            \"season_id\": 4608,\n            \"competition_id\": 640,\n            \"home_id\": 13772,\n            \"away_id\": 13774,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 5,\n            \"unix\": 1693854000,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:00\"\n        },\n        {\n            \"id\": 52261184,\n            \"home_name\": \"Martigues\",\n            \"away_name\": \"Red Star\",\n            \"season_id\": 4659,\n            \"competition_id\": 192,\n            \"home_id\": 7336,\n            \"away_id\": 5721,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 7,\n            \"unix\": 1693854000,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:00\"\n        },\n        {\n            \"id\": 52261185,\n            \"home_name\": \"Douglas Hall\",\n            \"away_name\": \"Rockmount\",\n            \"season_id\": 4930,\n            \"competition_id\": 1797,\n            \"home_id\": 34659,\n            \"away_id\": 25748,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 4,\n            \"unix\": 1693854000,\n            \"home_played\": 0,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:00\"\n        },\n        {\n            \"id\": 51791538,\n            \"home_name\": \"Selfoss / Árborg U19\",\n            \"away_name\": \"FH / ÍH U19\",\n            \"season_id\": 3886,\n            \"competition_id\": 1773,\n            \"home_id\": 31776,\n            \"away_id\": 17367,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 8,\n            \"unix\": 1693854000,\n            \"home_played\": 21,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:00\"\n        },\n        {\n            \"id\": 51847290,\n            \"home_name\": \"Cambridge United\",\n            \"away_name\": \"Reading\",\n            \"season_id\": 4575,\n            \"competition_id\": 431,\n            \"home_id\": 9776,\n            \"away_id\": 5490,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 18,\n            \"unix\": 1693854000,\n            \"home_played\": 5,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:00\"\n        },\n        {\n            \"id\": 51298071,\n            \"home_name\": \"Valur / KH U19\",\n            \"away_name\": \"Breið / Augn / Smári U19\",\n            \"season_id\": 3841,\n            \"competition_id\": 36,\n            \"home_id\": 4081,\n            \"away_id\": 4727,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 3,\n            \"unix\": 1693854900,\n            \"home_played\": 23,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:15:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:15\"\n        },\n        {\n            \"id\": 51020452,\n            \"home_name\": \"Afturelding W\",\n            \"away_name\": \"Fram W\",\n            \"season_id\": 4124,\n            \"competition_id\": 127,\n            \"home_id\": 5062,\n            \"away_id\": 17204,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 7,\n            \"unix\": 1693854900,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:15:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:15\"\n        },\n        {\n            \"id\": 51020393,\n            \"home_name\": \"Breidablik W\",\n            \"away_name\": \"Thróttur Reykjavík W\",\n            \"season_id\": 4089,\n            \"competition_id\": 185,\n            \"home_id\": 6659,\n            \"away_id\": 6660,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 4,\n            \"unix\": 1693854900,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T19:15:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 20:15\"\n        },\n        {\n            \"id\": 52261188,\n            \"home_name\": \"Fylkir U20 W\",\n            \"away_name\": \"Grótta / KR U20 W\",\n            \"season_id\": 4163,\n            \"competition_id\": 1837,\n            \"home_id\": 32553,\n            \"away_id\": 32725,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 2,\n            \"unix\": 1693857600,\n            \"home_played\": 9,\n            \"away_played\": 6,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T20:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 21:00\"\n        },\n        {\n            \"id\": 52261187,\n            \"home_name\": \"Afturelding U20 W\",\n            \"away_name\": \"Valur / KH U20 W\",\n            \"season_id\": 4163,\n            \"competition_id\": 1837,\n            \"home_id\": 32549,\n            \"away_id\": 32556,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1693857600,\n            \"home_played\": 11,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T20:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 21:00\"\n        },\n        {\n            \"id\": 52261189,\n            \"home_name\": \"César Vallejo\",\n            \"away_name\": \"Atlético Grau\",\n            \"season_id\": 3672,\n            \"competition_id\": 28,\n            \"home_id\": 4766,\n            \"away_id\": 5042,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 18,\n            \"unix\": 1693858500,\n            \"home_played\": 29,\n            \"away_played\": 28,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T20:15:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 21:15\"\n        },\n        {\n            \"id\": 44002001,\n            \"home_name\": \"Atlántico\",\n            \"away_name\": \"Cibao\",\n            \"season_id\": 3893,\n            \"competition_id\": 612,\n            \"home_id\": 13424,\n            \"away_id\": 13570,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 3,\n            \"unix\": 1693861200,\n            \"home_played\": 24,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T21:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 22:00\"\n        },\n        {\n            \"id\": 51054902,\n            \"home_name\": \"Barracas Central\",\n            \"away_name\": \"Arsenal de Sarandi\",\n            \"season_id\": 3696,\n            \"competition_id\": 699,\n            \"home_id\": 15664,\n            \"away_id\": 14946,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 11,\n            \"unix\": 1693861200,\n            \"home_played\": 29,\n            \"away_played\": 29,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T21:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 22:00\"\n        },\n        {\n            \"id\": 52261191,\n            \"home_name\": \"Rubio Ñú\",\n            \"away_name\": \"Atletico Colegiales\",\n            \"season_id\": 3932,\n            \"competition_id\": 308,\n            \"home_id\": 7720,\n            \"away_id\": 23743,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 14,\n            \"unix\": 1693861200,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T21:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 22:00\"\n        },\n        {\n            \"id\": 52261190,\n            \"home_name\": \"Patriotas Boyacá\",\n            \"away_name\": \"Barranquilla\",\n            \"season_id\": 3719,\n            \"competition_id\": 209,\n            \"home_id\": 7800,\n            \"away_id\": 5866,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 2,\n            \"unix\": 1693861200,\n            \"home_played\": 30,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T21:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 22:00\"\n        },\n        {\n            \"id\": 49048345,\n            \"home_name\": \"Sabugy\",\n            \"away_name\": \"Sport PB\",\n            \"season_id\": 4857,\n            \"competition_id\": 1513,\n            \"home_id\": 28178,\n            \"away_id\": 22891,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 10,\n            \"unix\": 1693864800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T22:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 23:00\"\n        },\n        {\n            \"id\": 36122107,\n            \"home_name\": \"Rosich Moskovskiy\",\n            \"away_name\": \"FShM Torpedo\",\n            \"season_id\": 4084,\n            \"competition_id\": 1270,\n            \"home_id\": 24413,\n            \"away_id\": 24410,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 3,\n            \"unix\": 1693864800,\n            \"home_played\": 17,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T22:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 23:00\"\n        },\n        {\n            \"id\": 52261200,\n            \"home_name\": \"Agat\",\n            \"away_name\": \"Fankom SSh 5\",\n            \"season_id\": 4217,\n            \"competition_id\": 1271,\n            \"home_id\": 24421,\n            \"away_id\": 24377,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 6,\n            \"unix\": 1693864800,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T22:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 23:00\"\n        },\n        {\n            \"id\": 52261195,\n            \"home_name\": \"UOR-Dagestan\",\n            \"away_name\": \"Ardon\",\n            \"season_id\": 4087,\n            \"competition_id\": 1269,\n            \"home_id\": 24418,\n            \"away_id\": 32472,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 9,\n            \"unix\": 1693864800,\n            \"home_played\": 14,\n            \"away_played\": 13,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T22:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 23:00\"\n        },\n        {\n            \"id\": 52261194,\n            \"home_name\": \"Nart Cherkessk\",\n            \"away_name\": \"FK Vladikavkaz\",\n            \"season_id\": 4087,\n            \"competition_id\": 1269,\n            \"home_id\": 32471,\n            \"away_id\": 32537,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 5,\n            \"unix\": 1693864800,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T22:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 23:00\"\n        },\n        {\n            \"id\": 52261201,\n            \"home_name\": \"Univ. Concepción\",\n            \"away_name\": \"San Marcos\",\n            \"season_id\": 3741,\n            \"competition_id\": 293,\n            \"home_id\": 9461,\n            \"away_id\": 7672,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 9,\n            \"unix\": 1693866600,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T22:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 23:30\"\n        },\n        {\n            \"id\": 52261202,\n            \"home_name\": \"Necaxa W\",\n            \"away_name\": \"Cruz Azul W\",\n            \"season_id\": 4357,\n            \"competition_id\": 1,\n            \"home_id\": 5788,\n            \"away_id\": 8886,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 11,\n            \"unix\": 1693868400,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T23:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 00:00\"\n        },\n        {\n            \"id\": 50299874,\n            \"home_name\": \"Fluminense U20\",\n            \"away_name\": \"Vasco U20\",\n            \"season_id\": 4737,\n            \"competition_id\": 605,\n            \"home_id\": 10343,\n            \"away_id\": 10458,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693868400,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T23:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 00:00\"\n        },\n        {\n            \"id\": 51020629,\n            \"home_name\": \"Ferro Carril Oeste\",\n            \"away_name\": \"Atletico Mitre\",\n            \"season_id\": 3716,\n            \"competition_id\": 750,\n            \"home_id\": 15741,\n            \"away_id\": 15676,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 10,\n            \"unix\": 1693868400,\n            \"home_played\": 27,\n            \"away_played\": 27,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T23:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 00:00\"\n        },\n        {\n            \"id\": 51054901,\n            \"home_name\": \"Unión Santa Fe\",\n            \"away_name\": \"San Lorenzo\",\n            \"season_id\": 3696,\n            \"competition_id\": 699,\n            \"home_id\": 14711,\n            \"away_id\": 14765,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 7,\n            \"unix\": 1693868400,\n            \"home_played\": 29,\n            \"away_played\": 29,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T23:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 00:00\"\n        },\n        {\n            \"id\": 52261203,\n            \"home_name\": \"Olimpia\",\n            \"away_name\": \"Sportivo Ameliano\",\n            \"season_id\": 3695,\n            \"competition_id\": 60,\n            \"home_id\": 4824,\n            \"away_id\": 7710,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 4,\n            \"unix\": 1693868400,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T23:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 00:00\"\n        },\n        {\n            \"id\": 52261204,\n            \"home_name\": \"Unión Magdalena\",\n            \"away_name\": \"La Equidad\",\n            \"season_id\": 3687,\n            \"competition_id\": 317,\n            \"home_id\": 5872,\n            \"away_id\": 7786,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 13,\n            \"unix\": 1693869000,\n            \"home_played\": 28,\n            \"away_played\": 28,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T23:10:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 00:10\"\n        },\n        {\n            \"id\": 53357113,\n            \"home_name\": \"Central Córdoba\",\n            \"away_name\": \"San Martín Monte Vera\",\n            \"season_id\": 4420,\n            \"competition_id\": 1353,\n            \"home_id\": 15873,\n            \"away_id\": 30404,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693872000,\n            \"home_played\": 0,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T00:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 01:00\"\n        },\n        {\n            \"id\": 52577654,\n            \"home_name\": \"LDU Quito\",\n            \"away_name\": \"Guayaquil City\",\n            \"season_id\": 3800,\n            \"competition_id\": 40,\n            \"home_id\": 4255,\n            \"away_id\": 4837,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 10,\n            \"unix\": 1693872000,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T00:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 01:00\"\n        },\n        {\n            \"id\": 52577655,\n            \"home_name\": \"Gimnasia Mendoza\",\n            \"away_name\": \"Nueva Chicago\",\n            \"season_id\": 3716,\n            \"competition_id\": 750,\n            \"home_id\": 15713,\n            \"away_id\": 15634,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 8,\n            \"unix\": 1693872600,\n            \"home_played\": 29,\n            \"away_played\": 29,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T00:10:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 01:10\"\n        },\n        {\n            \"id\": 52577656,\n            \"home_name\": \"Pachuca W\",\n            \"away_name\": \"Mazatlán W\",\n            \"season_id\": 4357,\n            \"competition_id\": 1,\n            \"home_id\": 3962,\n            \"away_id\": 5789,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 17,\n            \"unix\": 1693875960,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T01:06:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 02:06\"\n        },\n        {\n            \"id\": 52577657,\n            \"home_name\": \"Once Caldas\",\n            \"away_name\": \"Atlético Huila\",\n            \"season_id\": 3687,\n            \"competition_id\": 317,\n            \"home_id\": 7793,\n            \"away_id\": 5863,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 15,\n            \"unix\": 1693876800,\n            \"home_played\": 28,\n            \"away_played\": 28,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T01:20:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 02:20\"\n        },\n        {\n            \"id\": 52577659,\n            \"home_name\": \"Tacoma Defiance\",\n            \"away_name\": \"Portland Timbers II\",\n            \"season_id\": 3920,\n            \"competition_id\": 1215,\n            \"home_id\": 8783,\n            \"away_id\": 4862,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 9,\n            \"unix\": 1693882800,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T03:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 04:00\"\n        },\n        {\n            \"id\": 52577660,\n            \"home_name\": \"Atlas W\",\n            \"away_name\": \"Santos Laguna W\",\n            \"season_id\": 4357,\n            \"competition_id\": 1,\n            \"home_id\": 7122,\n            \"away_id\": 4860,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 18,\n            \"unix\": 1693883400,\n            \"home_played\": 7,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T03:10:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 04:10\"\n        },\n        {\n            \"id\": 52710228,\n            \"home_name\": \"Quang Nam U21\",\n            \"away_name\": \"Hue U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 22675,\n            \"away_id\": 22674,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 6,\n            \"unix\": 1693895400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T06:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 07:30\"\n        },\n        {\n            \"id\": 52710230,\n            \"home_name\": \"Tiền Giang U21\",\n            \"away_name\": \"Long An U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 30793,\n            \"away_id\": 15747,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1693895400,\n            \"home_played\": 0,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T06:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 07:30\"\n        },\n        {\n            \"id\": 52710229,\n            \"home_name\": \"Khánh Hoà U21\",\n            \"away_name\": \"Dong Nai U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 15761,\n            \"away_id\": 22672,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 1,\n            \"unix\": 1693895400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T06:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 07:30\"\n        },\n        {\n            \"id\": 52710231,\n            \"home_name\": \"Viettel U21\",\n            \"away_name\": \"Phú Thọ U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 15750,\n            \"away_id\": 34840,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 1,\n            \"unix\": 1693899000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T07:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 08:30\"\n        },\n        {\n            \"id\": 52710232,\n            \"home_name\": \"Kon Tum U21\",\n            \"away_name\": \"Hoang Anh Gia Lai U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 34838,\n            \"away_id\": 15754,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 5,\n            \"unix\": 1693900800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T08:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 09:00\"\n        },\n        {\n            \"id\": 52710233,\n            \"home_name\": \"Quảng Ngãi U21\",\n            \"away_name\": \"Da Nang U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 30792,\n            \"away_id\": 15759,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1693902600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T08:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 09:30\"\n        },\n        {\n            \"id\": 52710236,\n            \"home_name\": \"Đào Hà U21\",\n            \"away_name\": \"Pho Hien U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 34841,\n            \"away_id\": 15758,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 6,\n            \"unix\": 1693902600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T08:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 09:30\"\n        },\n        {\n            \"id\": 52710234,\n            \"home_name\": \"Vĩnh Phúc U21\",\n            \"away_name\": \"Dak Lak U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 34839,\n            \"away_id\": 15760,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 2,\n            \"unix\": 1693902600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T08:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 09:30\"\n        },\n        {\n            \"id\": 52710235,\n            \"home_name\": \"Dong Thap U21\",\n            \"away_name\": \"Hồ Chí Minh U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 15757,\n            \"away_id\": 15755,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 1,\n            \"unix\": 1693902600,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T08:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 09:30\"\n        },\n        {\n            \"id\": 52577661,\n            \"home_name\": \"Paro FC\",\n            \"away_name\": \"Thimphu Raven\",\n            \"season_id\": 4411,\n            \"competition_id\": 749,\n            \"home_id\": 18259,\n            \"away_id\": 24473,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 9,\n            \"unix\": 1693904400,\n            \"home_played\": 5,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T09:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 10:00\"\n        },\n        {\n            \"id\": 52577662,\n            \"home_name\": \"Ha Noi U19 W\",\n            \"away_name\": \"Than KSVN U19 W\",\n            \"season_id\": 4734,\n            \"competition_id\": 895,\n            \"home_id\": 17577,\n            \"away_id\": 17579,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 6,\n            \"unix\": 1693904400,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T09:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 10:00\"\n        },\n        {\n            \"id\": 52710237,\n            \"home_name\": \"Ha Noi U21\",\n            \"away_name\": \"Hạ Long CFC U21\",\n            \"season_id\": 5008,\n            \"competition_id\": 757,\n            \"home_id\": 15751,\n            \"away_id\": 15748,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 4,\n            \"unix\": 1693908000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T10:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 11:00\"\n        },\n        {\n            \"id\": 52577663,\n            \"home_name\": \"AFC Bournemouth U21\",\n            \"away_name\": \"Sheffield Wednesday U21\",\n            \"season_id\": 4700,\n            \"competition_id\": 458,\n            \"home_id\": 27407,\n            \"away_id\": 26200,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 5,\n            \"unix\": 1693915200,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T12:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 13:00\"\n        },\n        {\n            \"id\": 52577664,\n            \"home_name\": \"Bristol City U21\",\n            \"away_name\": \"Wigan Athletic U21\",\n            \"season_id\": 4700,\n            \"competition_id\": 458,\n            \"home_id\": 26239,\n            \"away_id\": 26247,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 10,\n            \"unix\": 1693915200,\n            \"home_played\": 3,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T12:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 13:00\"\n        },\n        {\n            \"id\": 52577665,\n            \"home_name\": \"Ipswich Town U21\",\n            \"away_name\": \"Coventry City U21\",\n            \"season_id\": 4700,\n            \"competition_id\": 458,\n            \"home_id\": 26763,\n            \"away_id\": 26740,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 9,\n            \"unix\": 1693915200,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T12:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 13:00\"\n        },\n        {\n            \"id\": 52577666,\n            \"home_name\": \"Etoile de Kivu\",\n            \"away_name\": \"Bukavu Dawa\",\n            \"season_id\": 4831,\n            \"competition_id\": 577,\n            \"home_id\": 21326,\n            \"away_id\": 34553,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 21,\n            \"away_position\": 7,\n            \"unix\": 1693915200,\n            \"home_played\": 1,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T12:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 13:00\"\n        },\n        {\n            \"id\": 52577667,\n            \"home_name\": \"Don Bosco\",\n            \"away_name\": \"Groupe Bazano\",\n            \"season_id\": 4831,\n            \"competition_id\": 577,\n            \"home_id\": 13656,\n            \"away_id\": 13034,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 18,\n            \"away_position\": 19,\n            \"unix\": 1693917000,\n            \"home_played\": 0,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T12:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 13:30\"\n        },\n        {\n            \"id\": 52577851,\n            \"home_name\": \"Kyustendil\",\n            \"away_name\": \"Dunav 2010\",\n            \"season_id\": 4751,\n            \"competition_id\": 138,\n            \"home_id\": 7106,\n            \"away_id\": 6861,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693918800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T13:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 14:00\"\n        },\n        {\n            \"id\": 53403611,\n            \"home_name\": \"Kuya Sport\",\n            \"away_name\": \"Maniema Union\",\n            \"season_id\": 4831,\n            \"competition_id\": 577,\n            \"home_id\": 21328,\n            \"away_id\": 12959,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 4,\n            \"unix\": 1693920600,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T13:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 14:30\"\n        },\n        {\n            \"id\": 52643988,\n            \"home_name\": \"Vélez Sársfield Res.\",\n            \"away_name\": \"Gimnasia Esgrima Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 16886,\n            \"away_id\": 16891,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 11,\n            \"unix\": 1693922400,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52643989,\n            \"home_name\": \"Barracas Central Res.\",\n            \"away_name\": \"Atlético Tucumán Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 23000,\n            \"away_id\": 16885,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 12,\n            \"unix\": 1693922400,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52643990,\n            \"home_name\": \"Estudiantes La Plata Res\",\n            \"away_name\": \"Tigre Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 16880,\n            \"away_id\": 22999,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 6,\n            \"unix\": 1693922400,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 53200967,\n            \"home_name\": \"Al Markhiya\",\n            \"away_name\": \"Al Duhail\",\n            \"season_id\": 5029,\n            \"competition_id\": 1963,\n            \"home_id\": 7750,\n            \"away_id\": 9568,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 1,\n            \"unix\": 1693922400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52643991,\n            \"home_name\": \"Unión Santa Fe Res.\",\n            \"away_name\": \"Newell's Old Boys Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 16884,\n            \"away_id\": 16887,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 4,\n            \"unix\": 1693922400,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52643992,\n            \"home_name\": \"Lanús Res.\",\n            \"away_name\": \"Platense Res.\",\n            \"season_id\": 3691,\n            \"competition_id\": 859,\n            \"home_id\": 16893,\n            \"away_id\": 17466,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 12,\n            \"unix\": 1693922400,\n            \"home_played\": 30,\n            \"away_played\": 30,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52577683,\n            \"home_name\": \"Al Arabi\",\n            \"away_name\": \"Al Buqa'a\",\n            \"season_id\": 4997,\n            \"competition_id\": 767,\n            \"home_id\": 15839,\n            \"away_id\": 15828,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 6,\n            \"unix\": 1693922400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 53561220,\n            \"home_name\": \"Filiaşi\",\n            \"away_name\": \"CS U Craiova II\",\n            \"season_id\": 4864,\n            \"competition_id\": 521,\n            \"home_id\": 10353,\n            \"away_id\": 15323,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 1,\n            \"unix\": 1693922400,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52577670,\n            \"home_name\": \"Paide U19\",\n            \"away_name\": \"Trans U19\",\n            \"season_id\": 3981,\n            \"competition_id\": 956,\n            \"home_id\": 31970,\n            \"away_id\": 23752,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 1,\n            \"unix\": 1693922400,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 43317364,\n            \"home_name\": \"Niva\",\n            \"away_name\": \"Torpedo BelAZ\",\n            \"season_id\": 4120,\n            \"competition_id\": 151,\n            \"home_id\": 17945,\n            \"away_id\": 8151,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693922400,\n            \"home_played\": 2,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52577668,\n            \"home_name\": \"Pärnu U19\",\n            \"away_name\": \"Legion U19\",\n            \"season_id\": 3981,\n            \"competition_id\": 956,\n            \"home_id\": 31993,\n            \"away_id\": 23754,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 3,\n            \"unix\": 1693922400,\n            \"home_played\": 10,\n            \"away_played\": 10,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52577669,\n            \"home_name\": \"Helios U19\",\n            \"away_name\": \"FC Storm U19\",\n            \"season_id\": 3981,\n            \"competition_id\": 956,\n            \"home_id\": 18417,\n            \"away_id\": 31992,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1693922400,\n            \"home_played\": 10,\n            \"away_played\": 10,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52577671,\n            \"home_name\": \"Alliance U19\",\n            \"away_name\": \"Võru FC Helios U19\",\n            \"season_id\": 3981,\n            \"competition_id\": 956,\n            \"home_id\": 23755,\n            \"away_id\": 23751,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1693922400,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52577672,\n            \"home_name\": \"Läänemaa U19\",\n            \"away_name\": \"Nõmme Kalju U19\",\n            \"season_id\": 3981,\n            \"competition_id\": 956,\n            \"home_id\": 18416,\n            \"away_id\": 23753,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 6,\n            \"unix\": 1693922400,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:00\"\n        },\n        {\n            \"id\": 52577674,\n            \"home_name\": \"Motema Pembe\",\n            \"away_name\": \"Vutuka\",\n            \"season_id\": 4831,\n            \"competition_id\": 577,\n            \"home_id\": 12973,\n            \"away_id\": 34504,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 6,\n            \"unix\": 1693924200,\n            \"home_played\": 2,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:30\"\n        },\n        {\n            \"id\": 51297414,\n            \"home_name\": \"Viitorul Şelimbăr\",\n            \"away_name\": \"CSA Steaua Bucureşti\",\n            \"season_id\": 4557,\n            \"competition_id\": 225,\n            \"home_id\": 12198,\n            \"away_id\": 10380,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 8,\n            \"unix\": 1693924200,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:30\"\n        },\n        {\n            \"id\": 52577675,\n            \"home_name\": \"TP Mazembe\",\n            \"away_name\": \"Simba\",\n            \"season_id\": 4831,\n            \"competition_id\": 577,\n            \"home_id\": 13031,\n            \"away_id\": 13033,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 20,\n            \"away_position\": 9,\n            \"unix\": 1693924200,\n            \"home_played\": 2,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T14:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 15:30\"\n        },\n        {\n            \"id\": 52577680,\n            \"home_name\": \"Taastrup\",\n            \"away_name\": \"FA 2000\",\n            \"season_id\": 4569,\n            \"competition_id\": 328,\n            \"home_id\": 6273,\n            \"away_id\": 6311,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693926000,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 52577679,\n            \"home_name\": \"Skjold Birkerod\",\n            \"away_name\": \"Vanløse\",\n            \"season_id\": 4569,\n            \"competition_id\": 328,\n            \"home_id\": 6274,\n            \"away_id\": 6587,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693926000,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 52577678,\n            \"home_name\": \"Nibe\",\n            \"away_name\": \"Esbjerg\",\n            \"season_id\": 4569,\n            \"competition_id\": 328,\n            \"home_id\": 34047,\n            \"away_id\": 4360,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693926000,\n            \"home_played\": 0,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 52577677,\n            \"home_name\": \"Znojmo\",\n            \"away_name\": \"Prostějov\",\n            \"season_id\": 4414,\n            \"competition_id\": 18,\n            \"home_id\": 4042,\n            \"away_id\": 4519,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693926000,\n            \"home_played\": 2,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 52577676,\n            \"home_name\": \"GAIS U21\",\n            \"away_name\": \"Skövde AIK U21\",\n            \"season_id\": 3814,\n            \"competition_id\": 957,\n            \"home_id\": 18506,\n            \"away_id\": 23365,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 2,\n            \"unix\": 1693926000,\n            \"home_played\": 6,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 52577682,\n            \"home_name\": \"Oure\",\n            \"away_name\": \"AB\",\n            \"season_id\": 4569,\n            \"competition_id\": 328,\n            \"home_id\": 6422,\n            \"away_id\": 6430,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693926000,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 50559280,\n            \"home_name\": \"Admira Praha\",\n            \"away_name\": \"Jablonec\",\n            \"season_id\": 4414,\n            \"competition_id\": 18,\n            \"home_id\": 4599,\n            \"away_id\": 7134,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693926000,\n            \"home_played\": 1,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 50425594,\n            \"home_name\": \"Slovan Modra\",\n            \"away_name\": \"Inter Bratislava\",\n            \"season_id\": 4576,\n            \"competition_id\": 1403,\n            \"home_id\": 4469,\n            \"away_id\": 8470,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 3,\n            \"unix\": 1693926000,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 39949182,\n            \"home_name\": \"EBK\",\n            \"away_name\": \"HIFK 2\",\n            \"season_id\": 4016,\n            \"competition_id\": 1229,\n            \"home_id\": 18056,\n            \"away_id\": 18059,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1693926000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 52577681,\n            \"home_name\": \"Gørslev\",\n            \"away_name\": \"Ishøj\",\n            \"season_id\": 4569,\n            \"competition_id\": 328,\n            \"home_id\": 25874,\n            \"away_id\": 6212,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693926000,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:00\"\n        },\n        {\n            \"id\": 52577705,\n            \"home_name\": \"Türkgücü-Ataspor\",\n            \"away_name\": \"Buchbach\",\n            \"season_id\": 4496,\n            \"competition_id\": 1023,\n            \"home_id\": 4096,\n            \"away_id\": 10609,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693926900,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:15:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:15\"\n        },\n        {\n            \"id\": 52577685,\n            \"home_name\": \"Pipinsried\",\n            \"away_name\": \"Wacker Burghausen\",\n            \"season_id\": 4496,\n            \"competition_id\": 1023,\n            \"home_id\": 6439,\n            \"away_id\": 9806,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693926900,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:15:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:15\"\n        },\n        {\n            \"id\": 52577684,\n            \"home_name\": \"Vilzing\",\n            \"away_name\": \"Aubstadt\",\n            \"season_id\": 4496,\n            \"competition_id\": 1023,\n            \"home_id\": 4070,\n            \"away_id\": 9700,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693926900,\n            \"home_played\": 1,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:15:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:15\"\n        },\n        {\n            \"id\": 33067301,\n            \"home_name\": \"Kings\",\n            \"away_name\": \"NiemU\",\n            \"season_id\": 4017,\n            \"competition_id\": 29,\n            \"home_id\": 8562,\n            \"away_id\": 23341,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 8,\n            \"unix\": 1693927800,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:30\"\n        },\n        {\n            \"id\": 52577686,\n            \"home_name\": \"VPV\",\n            \"away_name\": \"Sporting Kristina\",\n            \"season_id\": 3993,\n            \"competition_id\": 1216,\n            \"home_id\": 4487,\n            \"away_id\": 4954,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 3,\n            \"unix\": 1693927800,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:30\"\n        },\n        {\n            \"id\": 52577698,\n            \"home_name\": \"Sirnitz\",\n            \"away_name\": \"Klagenfurter AC 1909\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19226,\n            \"away_id\": 5666,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577689,\n            \"home_name\": \"Bayern Hof\",\n            \"away_name\": \"Donaustauf\",\n            \"season_id\": 4394,\n            \"competition_id\": 453,\n            \"home_id\": 12354,\n            \"away_id\": 19100,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 17,\n            \"unix\": 1693928700,\n            \"home_played\": 6,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577700,\n            \"home_name\": \"St. Margarethen / Ros.\",\n            \"away_name\": \"Köttmannsdorf\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19105,\n            \"away_id\": 8927,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577701,\n            \"home_name\": \"Ferlach\",\n            \"away_name\": \"SAK Klagenfurt\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 5667,\n            \"away_id\": 5589,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693928700,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577702,\n            \"home_name\": \"Nötsch\",\n            \"away_name\": \"Hermagor\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19250,\n            \"away_id\": 11496,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577696,\n            \"home_name\": \"Radenthein\",\n            \"away_name\": \"Spittal\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 11498,\n            \"away_id\": 5639,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577695,\n            \"home_name\": \"Preitenegg\",\n            \"away_name\": \"Bleiburg\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19230,\n            \"away_id\": 6906,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577694,\n            \"home_name\": \"Oberglan\",\n            \"away_name\": \"Treibach\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 11488,\n            \"away_id\": 5656,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577693,\n            \"home_name\": \"Ledenitzen\",\n            \"away_name\": \"St. Jakob Rosental\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19249,\n            \"away_id\": 5699,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577692,\n            \"home_name\": \"Launsdorf\",\n            \"away_name\": \"ASK Klagenfurt\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19197,\n            \"away_id\": 19178,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577691,\n            \"home_name\": \"Gmünd\",\n            \"away_name\": \"Lendorf\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 5078,\n            \"away_id\": 5636,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577697,\n            \"home_name\": \"Union Sillian\",\n            \"away_name\": \"Dellach im Gailtal\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19238,\n            \"away_id\": 8951,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693928700,\n            \"home_played\": 2,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577690,\n            \"home_name\": \"Fortuna Regensburg\",\n            \"away_name\": \"Cham\",\n            \"season_id\": 4394,\n            \"competition_id\": 453,\n            \"home_id\": 24939,\n            \"away_id\": 19560,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 18,\n            \"away_position\": 1,\n            \"unix\": 1693928700,\n            \"home_played\": 7,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577688,\n            \"home_name\": \"Coburg\",\n            \"away_name\": \"TSV Abtswind\",\n            \"season_id\": 4394,\n            \"competition_id\": 453,\n            \"home_id\": 24872,\n            \"away_id\": 19104,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 10,\n            \"unix\": 1693928700,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577687,\n            \"home_name\": \"Hankofen-Hailing\",\n            \"away_name\": \"ATSV Erlangen\",\n            \"season_id\": 4394,\n            \"competition_id\": 453,\n            \"home_id\": 19558,\n            \"away_id\": 13338,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 12,\n            \"unix\": 1693928700,\n            \"home_played\": 8,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T15:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 16:45\"\n        },\n        {\n            \"id\": 52577703,\n            \"home_name\": \"Hain\",\n            \"away_name\": \"1860 München\",\n            \"season_id\": 4496,\n            \"competition_id\": 1023,\n            \"home_id\": 25303,\n            \"away_id\": 8185,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693929600,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:00\"\n        },\n        {\n            \"id\": 52577706,\n            \"home_name\": \"Stabæk W\",\n            \"away_name\": \"Trondheims-Ørn W\",\n            \"season_id\": 3907,\n            \"competition_id\": 105,\n            \"home_id\": 13646,\n            \"away_id\": 4589,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 2,\n            \"unix\": 1693929600,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:00\"\n        },\n        {\n            \"id\": 52654825,\n            \"home_name\": \"Fehlheim\",\n            \"away_name\": \"Bayern Alzenau\",\n            \"season_id\": 4483,\n            \"competition_id\": 1031,\n            \"home_id\": 25877,\n            \"away_id\": 6591,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693929600,\n            \"home_played\": 1,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:00\"\n        },\n        {\n            \"id\": 51298777,\n            \"home_name\": \"Pazinka\",\n            \"away_name\": \"Rovinj\",\n            \"season_id\": 4974,\n            \"competition_id\": 288,\n            \"home_id\": 7265,\n            \"away_id\": 7267,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 9,\n            \"unix\": 1693929600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:00\"\n        },\n        {\n            \"id\": 52577709,\n            \"home_name\": \"Brønshøj\",\n            \"away_name\": \"B 93\",\n            \"season_id\": 4569,\n            \"competition_id\": 328,\n            \"home_id\": 6586,\n            \"away_id\": 8041,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693931400,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:30\"\n        },\n        {\n            \"id\": 52577708,\n            \"home_name\": \"Grafenstein\",\n            \"away_name\": \"Dolomit Eberstein\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 11500,\n            \"away_id\": 19198,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693931400,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:30\"\n        },\n        {\n            \"id\": 52577699,\n            \"home_name\": \"St. Andrä\",\n            \"away_name\": \"Wolfsberg\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19231,\n            \"away_id\": 7111,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693931400,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:30\"\n        },\n        {\n            \"id\": 44976203,\n            \"home_name\": \"Großschwarzenlohe\",\n            \"away_name\": \"Buch Nürnberg\",\n            \"season_id\": 4435,\n            \"competition_id\": 1326,\n            \"home_id\": 24894,\n            \"away_id\": 26007,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 6,\n            \"unix\": 1693931400,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:30\"\n        },\n        {\n            \"id\": 53200968,\n            \"home_name\": \"Umm Salal\",\n            \"away_name\": \"Al Shamal\",\n            \"season_id\": 5029,\n            \"competition_id\": 1963,\n            \"home_id\": 9569,\n            \"away_id\": 14648,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 1,\n            \"unix\": 1693932300,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:45\"\n        },\n        {\n            \"id\": 53200969,\n            \"home_name\": \"Al Bidda\",\n            \"away_name\": \"Al Ahli\",\n            \"season_id\": 5029,\n            \"competition_id\": 1963,\n            \"home_id\": 14651,\n            \"away_id\": 7299,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1693932300,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T16:45:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 17:45\"\n        },\n        {\n            \"id\": 46428973,\n            \"home_name\": \"Eberau\",\n            \"away_name\": \"Großpetersdorf\",\n            \"season_id\": 4439,\n            \"competition_id\": 1103,\n            \"home_id\": 25203,\n            \"away_id\": 25047,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693933200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 46212119,\n            \"home_name\": \"FC Bad Radkersburg\",\n            \"away_name\": \"St. Anna\",\n            \"season_id\": 4363,\n            \"competition_id\": 1102,\n            \"home_id\": 25317,\n            \"away_id\": 7542,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693933200,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 50299678,\n            \"home_name\": \"Bizau\",\n            \"away_name\": \"FC Egg\",\n            \"season_id\": 4760,\n            \"competition_id\": 1001,\n            \"home_id\": 6993,\n            \"away_id\": 8230,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693933200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 43824232,\n            \"home_name\": \"Gleisdorf 09\",\n            \"away_name\": \"Bad Gleichenberg\",\n            \"season_id\": 4440,\n            \"competition_id\": 44,\n            \"home_id\": 5650,\n            \"away_id\": 7438,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 8,\n            \"unix\": 1693933200,\n            \"home_played\": 5,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 51298075,\n            \"home_name\": \"ÍBV W\",\n            \"away_name\": \"Selfoss W\",\n            \"season_id\": 4089,\n            \"competition_id\": 185,\n            \"home_id\": 6663,\n            \"away_id\": 6656,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 10,\n            \"unix\": 1693933200,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577704,\n            \"home_name\": \"Illertissen\",\n            \"away_name\": \"Unterhaching\",\n            \"season_id\": 4496,\n            \"competition_id\": 1023,\n            \"home_id\": 6441,\n            \"away_id\": 6598,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693933200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577719,\n            \"home_name\": \"Dassendorf\",\n            \"away_name\": \"Niendorfer TSV\",\n            \"season_id\": 4452,\n            \"competition_id\": 473,\n            \"home_id\": 5018,\n            \"away_id\": 11633,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 3,\n            \"unix\": 1693933200,\n            \"home_played\": 6,\n            \"away_played\": 6,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577718,\n            \"home_name\": \"B 1908\",\n            \"away_name\": \"HIK\",\n            \"season_id\": 4569,\n            \"competition_id\": 328,\n            \"home_id\": 6275,\n            \"away_id\": 5660,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693933200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577710,\n            \"home_name\": \"Großschwarzenlohe\",\n            \"away_name\": \"Ansbach\",\n            \"season_id\": 4496,\n            \"competition_id\": 1023,\n            \"home_id\": 24894,\n            \"away_id\": 11360,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693933200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577711,\n            \"home_name\": \"Ammerthal\",\n            \"away_name\": \"Ingolstadt II\",\n            \"season_id\": 4394,\n            \"competition_id\": 453,\n            \"home_id\": 19554,\n            \"away_id\": 8931,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 6,\n            \"unix\": 1693933200,\n            \"home_played\": 7,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577712,\n            \"home_name\": \"Eltersdorf\",\n            \"away_name\": \"Eichstätt\",\n            \"season_id\": 4394,\n            \"competition_id\": 453,\n            \"home_id\": 10602,\n            \"away_id\": 6434,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1693933200,\n            \"home_played\": 8,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577713,\n            \"home_name\": \"Neudrossenfeld\",\n            \"away_name\": \"Gebenbach\",\n            \"season_id\": 4394,\n            \"competition_id\": 453,\n            \"home_id\": 24905,\n            \"away_id\": 12347,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 4,\n            \"unix\": 1693933200,\n            \"home_played\": 8,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577714,\n            \"home_name\": \"1. SC Feucht\",\n            \"away_name\": \"Kornburg\",\n            \"season_id\": 4394,\n            \"competition_id\": 453,\n            \"home_id\": 19553,\n            \"away_id\": 24720,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 19,\n            \"away_position\": 15,\n            \"unix\": 1693933200,\n            \"home_played\": 6,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577715,\n            \"home_name\": \"Thal / Assling\",\n            \"away_name\": \"Nußdorf\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 11497,\n            \"away_id\": 19223,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693933200,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577716,\n            \"home_name\": \"Grorud II\",\n            \"away_name\": \"Gjelleråsen\",\n            \"season_id\": 3969,\n            \"competition_id\": 37,\n            \"home_id\": 4084,\n            \"away_id\": 4085,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 6,\n            \"unix\": 1693933200,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577717,\n            \"home_name\": \"Skive\",\n            \"away_name\": \"Thisted\",\n            \"season_id\": 4569,\n            \"competition_id\": 328,\n            \"home_id\": 4896,\n            \"away_id\": 8042,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693933200,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:00\"\n        },\n        {\n            \"id\": 52577721,\n            \"home_name\": \"Kühnsdorf\",\n            \"away_name\": \"Völkermarkt\",\n            \"season_id\": 4377,\n            \"competition_id\": 459,\n            \"home_id\": 19229,\n            \"away_id\": 5590,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1693935000,\n            \"home_played\": 2,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:30\"\n        },\n        {\n            \"id\": 50026636,\n            \"home_name\": \"VfL Bremen\",\n            \"away_name\": \"Eiche Horn\",\n            \"season_id\": 4753,\n            \"competition_id\": 1032,\n            \"home_id\": 20647,\n            \"away_id\": 20671,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693935000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:30\"\n        },\n        {\n            \"id\": 52761177,\n            \"home_name\": \"Schifferstadt\",\n            \"away_name\": \"FSV Offenbach\",\n            \"season_id\": 5010,\n            \"competition_id\": 1052,\n            \"home_id\": 19101,\n            \"away_id\": 21281,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693935000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:30\"\n        },\n        {\n            \"id\": 52577720,\n            \"home_name\": \"Aumund-Vegesack\",\n            \"away_name\": \"Oberneuland\",\n            \"season_id\": 4654,\n            \"competition_id\": 345,\n            \"home_id\": 9692,\n            \"away_id\": 6231,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 12,\n            \"unix\": 1693935000,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T17:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 18:30\"\n        },\n        {\n            \"id\": 52577725,\n            \"home_name\": \"Forest Green Rovers\",\n            \"away_name\": \"Shrewsbury Town\",\n            \"season_id\": 4827,\n            \"competition_id\": 330,\n            \"home_id\": 6213,\n            \"away_id\": 9585,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 2,\n            \"unix\": 1693936800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 50299791,\n            \"home_name\": \"Atletico-PR U20\",\n            \"away_name\": \"Gremio U20\",\n            \"season_id\": 4737,\n            \"competition_id\": 605,\n            \"home_id\": 12460,\n            \"away_id\": 12432,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693936800,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 52577722,\n            \"home_name\": \"Barrow\",\n            \"away_name\": \"Blackpool\",\n            \"season_id\": 4827,\n            \"competition_id\": 330,\n            \"home_id\": 9662,\n            \"away_id\": 5144,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1693936800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 52577723,\n            \"home_name\": \"Fleetwood Town\",\n            \"away_name\": \"Tranmere Rovers\",\n            \"season_id\": 4827,\n            \"competition_id\": 330,\n            \"home_id\": 4484,\n            \"away_id\": 4024,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 2,\n            \"unix\": 1693936800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 51299319,\n            \"home_name\": \"Platense\",\n            \"away_name\": \"Defensores de Belgrano\",\n            \"season_id\": 3955,\n            \"competition_id\": 1422,\n            \"home_id\": 26589,\n            \"away_id\": 26584,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 19,\n            \"unix\": 1693936800,\n            \"home_played\": 20,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 52577724,\n            \"home_name\": \"ÍA / Ka / Sk / VÓ U19\",\n            \"away_name\": \"Stjarnan KFG Álft U19 II\",\n            \"season_id\": 3886,\n            \"competition_id\": 1773,\n            \"home_id\": 31588,\n            \"away_id\": 18031,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 4,\n            \"unix\": 1693936800,\n            \"home_played\": 2,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 52577726,\n            \"home_name\": \"AFC Wimbledon\",\n            \"away_name\": \"Stevenage\",\n            \"season_id\": 4827,\n            \"competition_id\": 330,\n            \"home_id\": 8935,\n            \"away_id\": 6870,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1693936800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 52577727,\n            \"home_name\": \"Gillingham\",\n            \"away_name\": \"Leyton Orient\",\n            \"season_id\": 4827,\n            \"competition_id\": 330,\n            \"home_id\": 9695,\n            \"away_id\": 9286,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 3,\n            \"unix\": 1693936800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 52577728,\n            \"home_name\": \"Northampton Town\",\n            \"away_name\": \"Oxford United\",\n            \"season_id\": 4827,\n            \"competition_id\": 330,\n            \"home_id\": 6875,\n            \"away_id\": 4077,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1693936800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 52577729,\n            \"home_name\": \"Flamengo U17\",\n            \"away_name\": \"Atlético Mineiro U17\",\n            \"season_id\": 4342,\n            \"competition_id\": 1400,\n            \"home_id\": 26455,\n            \"away_id\": 26459,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 5,\n            \"unix\": 1693936800,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:00\"\n        },\n        {\n            \"id\": 52577730,\n            \"home_name\": \"Wrexham\",\n            \"away_name\": \"Newcastle United U21\",\n            \"season_id\": 4827,\n            \"competition_id\": 330,\n            \"home_id\": 11522,\n            \"away_id\": 12292,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 4,\n            \"unix\": 1693938600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:30\"\n        },\n        {\n            \"id\": 51020533,\n            \"home_name\": \"Leandro Nicéforo Alem\",\n            \"away_name\": \"General Lamadrid\",\n            \"season_id\": 3693,\n            \"competition_id\": 769,\n            \"home_id\": 15878,\n            \"away_id\": 15947,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 9,\n            \"unix\": 1693938600,\n            \"home_played\": 30,\n            \"away_played\": 31,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:30\"\n        },\n        {\n            \"id\": 51020627,\n            \"home_name\": \"Deportivo Riestra\",\n            \"away_name\": \"Chacarita Juniors\",\n            \"season_id\": 3716,\n            \"competition_id\": 750,\n            \"home_id\": 15742,\n            \"away_id\": 15595,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 2,\n            \"unix\": 1693938600,\n            \"home_played\": 27,\n            \"away_played\": 27,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:30\"\n        },\n        {\n            \"id\": 44787976,\n            \"home_name\": \"Birtley Town\",\n            \"away_name\": \"Boro Rangers\",\n            \"season_id\": 4472,\n            \"competition_id\": 1067,\n            \"home_id\": 30360,\n            \"away_id\": 30798,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 15,\n            \"unix\": 1693938600,\n            \"home_played\": 4,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:30\"\n        },\n        {\n            \"id\": 52577731,\n            \"home_name\": \"Barnsley\",\n            \"away_name\": \"Grimsby Town\",\n            \"season_id\": 4827,\n            \"competition_id\": 330,\n            \"home_id\": 6871,\n            \"away_id\": 9765,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 2,\n            \"unix\": 1693938600,\n            \"home_played\": 0,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-05T18:30:00.000000Z\",\n            \"ko_human\": \"Tue 5th, 19:30\"\n        }\n    ]\n}"}],"_postman_id":"db15083d-64de-4819-b193-9157f3f14434"},{"name":"Popular Fixtures","id":"55515167-faba-4f56-8161-37565e209eba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/fixtures/popular?api_token=YOUR_API_TOKEN","description":"<p>This endpoint shows all of the games, similar to the upcoming endpoint, but ranks them by popularity on OddAlerts. The games are ranked not just by the # of times they have been viewed, but the # of times they have been found and discovered on the site with filters, value bets, and other tools.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","fixtures","popular"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"b4657da2-cedb-4005-a672-f10912790e50","name":"Popular Fixtures","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/fixtures/popular?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","fixtures","popular"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Aug 2024 04:15:21 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"per_page\": 250,\n        \"count\": 250,\n        \"next_page_url\": \"NEXT PAGE URL HERE\"\n    },\n    \"data\": [\n        {\n            \"id\": 151347077,\n            \"home_name\": \"P-Iirot\",\n            \"away_name\": \"Ilves II\",\n            \"competition_id\": 35,\n            \"competition_name\": \"Kakkonen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5878,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 4962,\n            \"away_id\": 9342,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 8,\n            \"unix\": 1722528000,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141285117,\n            \"home_name\": \"Lambton Jaffas\",\n            \"away_name\": \"Edgeworth Eagles\",\n            \"competition_id\": 132,\n            \"competition_name\": \"Northern Nsw\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5670,\n            \"season\": \"2024\",\n            \"season_progress\": 86,\n            \"home_id\": 7847,\n            \"away_id\": 7848,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1722659400,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T04:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 05:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347073,\n            \"home_name\": \"Kultsu\",\n            \"away_name\": \"KoPa\",\n            \"competition_id\": 29,\n            \"competition_name\": \"Kolmonen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5942,\n            \"season\": \"2024\",\n            \"season_progress\": 61,\n            \"home_id\": 4921,\n            \"away_id\": 23320,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 10,\n            \"unix\": 1722526200,\n            \"home_played\": 11,\n            \"away_played\": 11,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347112,\n            \"home_name\": \"Silkeborg\",\n            \"away_name\": \"Molde\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 9470,\n            \"away_id\": 5209,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722532500,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:15:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:15\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 147399728,\n            \"home_name\": \"Rochedale Rovers\",\n            \"away_name\": \"Gold Coast United\",\n            \"competition_id\": 5,\n            \"competition_name\": \"Npl Queensland\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5673,\n            \"season\": \"2024\",\n            \"season_progress\": 85,\n            \"home_id\": 14467,\n            \"away_id\": 4298,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 6,\n            \"unix\": 1723023000,\n            \"home_played\": 16,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-07T09:30:00.000000Z\",\n            \"ko_human\": \"Wed 7th, 10:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347051,\n            \"home_name\": \"Ho Chi Minh City II W\",\n            \"away_name\": \"Ha Noi II W\",\n            \"competition_id\": 74,\n            \"competition_name\": \"Women's National League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6000,\n            \"season\": \"2024\",\n            \"season_progress\": 86,\n            \"home_id\": 4283,\n            \"away_id\": 4326,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 7,\n            \"unix\": 1722504600,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T09:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 10:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347114,\n            \"home_name\": \"IFK Trelleborg\",\n            \"away_name\": \"Karlskrona\",\n            \"competition_id\": 246,\n            \"competition_name\": \"Division 2: Ostra Gotaland\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5855,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 31900,\n            \"away_id\": 6324,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 4,\n            \"unix\": 1722533400,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151366967,\n            \"home_name\": \"Breið / Augn / Smári U19\",\n            \"away_name\": \"Víkingur U19\",\n            \"competition_id\": 36,\n            \"competition_name\": \"U19 League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5719,\n            \"season\": \"2024\",\n            \"season_progress\": 98,\n            \"home_id\": 4727,\n            \"away_id\": 4198,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 2,\n            \"unix\": 1722538800,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 147399763,\n            \"home_name\": \"TuPS\",\n            \"away_name\": \"HyPS\",\n            \"competition_id\": 1229,\n            \"competition_name\": \"Kolmonen - Etelä\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5943,\n            \"season\": \"2024\",\n            \"season_progress\": 55,\n            \"home_id\": 4052,\n            \"away_id\": 23190,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 11,\n            \"unix\": 1722873600,\n            \"home_played\": 11,\n            \"away_played\": 11,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-05T16:00:00.000000Z\",\n            \"ko_human\": \"Mon 5th, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141701818,\n            \"home_name\": \"Newcastle Olympic Res.\",\n            \"away_name\": \"Weston Workers Res.\",\n            \"competition_id\": 1299,\n            \"competition_name\": \"Northern NSW Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5666,\n            \"season\": \"2024\",\n            \"season_progress\": 83,\n            \"home_id\": 24742,\n            \"away_id\": 24791,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1722652200,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T02:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 03:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141285189,\n            \"home_name\": \"Lake Macquarie\",\n            \"away_name\": \"Charlestown City Blues\",\n            \"competition_id\": 132,\n            \"competition_name\": \"Northern Nsw\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5670,\n            \"season\": \"2024\",\n            \"season_progress\": 86,\n            \"home_id\": 7843,\n            \"away_id\": 7846,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 4,\n            \"unix\": 1722664800,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T06:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 07:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141285212,\n            \"home_name\": \"Gold Coast United W\",\n            \"away_name\": \"Sunshine Coast Wanderers W\",\n            \"competition_id\": 525,\n            \"competition_name\": \"Queensland NPL Women\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5617,\n            \"season\": \"2024\",\n            \"season_progress\": 84,\n            \"home_id\": 12203,\n            \"away_id\": 17347,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 8,\n            \"unix\": 1722508200,\n            \"home_played\": 22,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T10:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 11:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347063,\n            \"home_name\": \"Al Mokawloon\",\n            \"away_name\": \"Ceramica Cleopatra\",\n            \"competition_id\": 16,\n            \"competition_name\": \"Premier League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5189,\n            \"season\": \"2023/2024\",\n            \"season_progress\": 91,\n            \"home_id\": 5056,\n            \"away_id\": 13091,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 17,\n            \"away_position\": 8,\n            \"unix\": 1722522600,\n            \"home_played\": 30,\n            \"away_played\": 31,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T14:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 15:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347070,\n            \"home_name\": \"TuPS\",\n            \"away_name\": \"SaPa\",\n            \"competition_id\": 1229,\n            \"competition_name\": \"Kolmonen - Etelä\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5943,\n            \"season\": \"2024\",\n            \"season_progress\": 55,\n            \"home_id\": 4052,\n            \"away_id\": 23040,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 12,\n            \"unix\": 1722526200,\n            \"home_played\": 11,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347091,\n            \"home_name\": \"Elfsborg\",\n            \"away_name\": \"Sheriff\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 8549,\n            \"away_id\": 4616,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347155,\n            \"home_name\": \"Selfoss\",\n            \"away_name\": \"Víkingur Ólafsvík\",\n            \"competition_id\": 189,\n            \"competition_name\": \"2. Deild\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6016,\n            \"season\": \"2024\",\n            \"season_progress\": 65,\n            \"home_id\": 6639,\n            \"away_id\": 6665,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722539700,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:15:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347159,\n            \"home_name\": \"UTC Cajamarca\",\n            \"away_name\": \"Alianza Atlético\",\n            \"competition_id\": 28,\n            \"competition_name\": \"Primera Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5560,\n            \"season\": \"2024\",\n            \"season_progress\": 61,\n            \"home_id\": 4765,\n            \"away_id\": 14694,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 12,\n            \"unix\": 1722542400,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T20:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 21:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347133,\n            \"home_name\": \"Al Ahly\",\n            \"away_name\": \"National Bank of Egypt\",\n            \"competition_id\": 16,\n            \"competition_name\": \"Premier League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5189,\n            \"season\": \"2023/2024\",\n            \"season_progress\": 91,\n            \"home_id\": 5237,\n            \"away_id\": 13067,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 12,\n            \"unix\": 1722535200,\n            \"home_played\": 28,\n            \"away_played\": 31,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 150445797,\n            \"home_name\": \"New Lambton Res.\",\n            \"away_name\": \"Newcastle Olympic Res.\",\n            \"competition_id\": 1299,\n            \"competition_name\": \"Northern NSW Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5666,\n            \"season\": \"2024\",\n            \"season_progress\": 83,\n            \"home_id\": 24760,\n            \"away_id\": 24742,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 2,\n            \"unix\": 1722931200,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-06T08:00:00.000000Z\",\n            \"ko_human\": \"Tue 6th, 09:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347156,\n            \"home_name\": \"Reynir\",\n            \"away_name\": \"Fjardabyggd / Leiknir\",\n            \"competition_id\": 189,\n            \"competition_name\": \"2. Deild\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6016,\n            \"season\": \"2024\",\n            \"season_progress\": 65,\n            \"home_id\": 6494,\n            \"away_id\": 23052,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 4,\n            \"unix\": 1722539700,\n            \"home_played\": 13,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:15:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 145493485,\n            \"home_name\": \"Baka City\",\n            \"away_name\": \"Be Forward Wanderers\",\n            \"competition_id\": 753,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5907,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 62424,\n            \"away_id\": 15705,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 2,\n            \"unix\": 1722515400,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T12:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 13:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347050,\n            \"home_name\": \"Tensung\",\n            \"away_name\": \"Daga United\",\n            \"competition_id\": 749,\n            \"competition_name\": \"Bhutan Premier League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6044,\n            \"season\": \"2024\",\n            \"season_progress\": 59,\n            \"home_id\": 18289,\n            \"away_id\": 62810,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 9,\n            \"unix\": 1722502800,\n            \"home_played\": 10,\n            \"away_played\": 11,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T09:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 10:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151082625,\n            \"home_name\": \"Atletico-MG U20\",\n            \"away_name\": \"Bahia U20\",\n            \"competition_id\": 540,\n            \"competition_name\": \"Brasileiro U20\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5869,\n            \"season\": \"2024\",\n            \"season_progress\": 79,\n            \"home_id\": 12430,\n            \"away_id\": 12434,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 12,\n            \"unix\": 1722542400,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T20:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 21:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151082621,\n            \"home_name\": \"Palmeiras U20\",\n            \"away_name\": \"Gremio U20\",\n            \"competition_id\": 540,\n            \"competition_name\": \"Brasileiro U20\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5869,\n            \"season\": \"2024\",\n            \"season_progress\": 79,\n            \"home_id\": 12436,\n            \"away_id\": 12432,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722535200,\n            \"home_played\": 15,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347128,\n            \"home_name\": \"Cercle Brugge\",\n            \"away_name\": \"Kilmarnock\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7482,\n            \"away_id\": 6792,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722535200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347116,\n            \"home_name\": \"Trabzonspor\",\n            \"away_name\": \"Ružomberok\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7217,\n            \"away_id\": 5045,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722533400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 141701855,\n            \"home_name\": \"Hamilton Olympic\",\n            \"away_name\": \"Weston Bears\",\n            \"competition_id\": 132,\n            \"competition_name\": \"Northern Nsw\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5670,\n            \"season\": \"2024\",\n            \"season_progress\": 86,\n            \"home_id\": 5330,\n            \"away_id\": 7844,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 8,\n            \"unix\": 1722659400,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T04:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 05:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347141,\n            \"home_name\": \"KFS\",\n            \"away_name\": \"KÁ Hafnarfjördur\",\n            \"competition_id\": 46,\n            \"competition_name\": \"4. Deild\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6037,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 4723,\n            \"away_id\": 6670,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 7,\n            \"unix\": 1722537000,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626386,\n            \"home_name\": \"GAIS\",\n            \"away_name\": \"Norrköping\",\n            \"competition_id\": 255,\n            \"competition_name\": \"Allsvenskan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5834,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 7230,\n            \"away_id\": 8547,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 14,\n            \"unix\": 1722690000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T13:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151420305,\n            \"home_name\": \"Fram / Úlfarnir U19\",\n            \"away_name\": \"Fjölnir / Vængir U19\",\n            \"competition_id\": 1773,\n            \"competition_name\": \"U19 League B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5699,\n            \"season\": \"2024\",\n            \"season_progress\": 97,\n            \"home_id\": 16561,\n            \"away_id\": 4199,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 6,\n            \"unix\": 1722542400,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T20:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 21:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347072,\n            \"home_name\": \"ACE\",\n            \"away_name\": \"Tampere United II\",\n            \"competition_id\": 1216,\n            \"competition_name\": \"Kolmonen - Länsi\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5912,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 5607,\n            \"away_id\": 23081,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 4,\n            \"unix\": 1722526200,\n            \"home_played\": 10,\n            \"away_played\": 10,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151082624,\n            \"home_name\": \"Fortaleza U20\",\n            \"away_name\": \"Goias U20\",\n            \"competition_id\": 540,\n            \"competition_name\": \"Brasileiro U20\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5869,\n            \"season\": \"2024\",\n            \"season_progress\": 79,\n            \"home_id\": 16093,\n            \"away_id\": 12435,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 8,\n            \"unix\": 1722535200,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347115,\n            \"home_name\": \"Gnistan/Ogeli\",\n            \"away_name\": \"HyPS\",\n            \"competition_id\": 1229,\n            \"competition_name\": \"Kolmonen - Etelä\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5943,\n            \"season\": \"2024\",\n            \"season_progress\": 55,\n            \"home_id\": 23369,\n            \"away_id\": 23190,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 11,\n            \"unix\": 1722533400,\n            \"home_played\": 12,\n            \"away_played\": 11,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 150445839,\n            \"home_name\": \"New Lambton\",\n            \"away_name\": \"Hamilton Olympic\",\n            \"competition_id\": 132,\n            \"competition_name\": \"Northern Nsw\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5670,\n            \"season\": \"2024\",\n            \"season_progress\": 86,\n            \"home_id\": 17737,\n            \"away_id\": 5330,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 5,\n            \"unix\": 1722938400,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-06T10:00:00.000000Z\",\n            \"ko_human\": \"Tue 6th, 11:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347117,\n            \"home_name\": \"Maccabi Petah Tikva\",\n            \"away_name\": \"Sporting Braga\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 8651,\n            \"away_id\": 9279,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722533400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347076,\n            \"home_name\": \"SIF\",\n            \"away_name\": \"Jaro II\",\n            \"competition_id\": 1216,\n            \"competition_name\": \"Kolmonen - Länsi\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5912,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 4585,\n            \"away_id\": 32415,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1722528000,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141285226,\n            \"home_name\": \"Valentine\",\n            \"away_name\": \"Adamstown Rosebuds\",\n            \"competition_id\": 132,\n            \"competition_name\": \"Northern Nsw\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5670,\n            \"season\": \"2024\",\n            \"season_progress\": 86,\n            \"home_id\": 5332,\n            \"away_id\": 5333,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 11,\n            \"unix\": 1722668400,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T07:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 08:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626387,\n            \"home_name\": \"Västerås SK\",\n            \"away_name\": \"AIK\",\n            \"competition_id\": 255,\n            \"competition_name\": \"Allsvenskan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5834,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 6263,\n            \"away_id\": 8110,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 11,\n            \"unix\": 1722690000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T13:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347132,\n            \"home_name\": \"Smouha\",\n            \"away_name\": \"Al Masry\",\n            \"competition_id\": 16,\n            \"competition_name\": \"Premier League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5189,\n            \"season\": \"2023/2024\",\n            \"season_progress\": 91,\n            \"home_id\": 4390,\n            \"away_id\": 5210,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 3,\n            \"unix\": 1722535200,\n            \"home_played\": 30,\n            \"away_played\": 31,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 147399695,\n            \"home_name\": \"Rochedale Rovers U23\",\n            \"away_name\": \"Gold Coast United U23\",\n            \"competition_id\": 1300,\n            \"competition_name\": \"Queensland NPL Youth League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5685,\n            \"season\": \"2024\",\n            \"season_progress\": 84,\n            \"home_id\": 26309,\n            \"away_id\": 24801,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 8,\n            \"unix\": 1722936600,\n            \"home_played\": 18,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-06T09:30:00.000000Z\",\n            \"ko_human\": \"Tue 6th, 10:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479960,\n            \"home_name\": \"Cerro Porteño\",\n            \"away_name\": \"Sportivo Luqueño\",\n            \"competition_id\": 60,\n            \"competition_name\": \"Division 1\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5532,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 4806,\n            \"away_id\": 5097,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 4,\n            \"unix\": 1722810600,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T22:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 23:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347127,\n            \"home_name\": \"Vojvodina\",\n            \"away_name\": \"Ajax\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 8612,\n            \"away_id\": 3991,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722535200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151202496,\n            \"home_name\": \"Botev Plovdiv\",\n            \"away_name\": \"Panathinaikos\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 6849,\n            \"away_id\": 4762,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722535200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151527941,\n            \"home_name\": \"Djurgården\",\n            \"away_name\": \"IFK Göteborg\",\n            \"competition_id\": 255,\n            \"competition_name\": \"Allsvenskan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5834,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 8113,\n            \"away_id\": 8115,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 13,\n            \"unix\": 1722772800,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T12:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 13:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141285090,\n            \"home_name\": \"Lake Macquarie Res.\",\n            \"away_name\": \"Charlestown Azzurri Res.\",\n            \"competition_id\": 1299,\n            \"competition_name\": \"Northern NSW Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5666,\n            \"season\": \"2024\",\n            \"season_progress\": 83,\n            \"home_id\": 24817,\n            \"away_id\": 24756,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 12,\n            \"unix\": 1722657600,\n            \"home_played\": 18,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T04:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 05:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347066,\n            \"home_name\": \"KF Llapi\",\n            \"away_name\": \"Brøndby\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 10663,\n            \"away_id\": 4883,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722524400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347088,\n            \"home_name\": \"Paide\",\n            \"away_name\": \"Stjarnan\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5275,\n            \"away_id\": 5231,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722529800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 136867270,\n            \"home_name\": \"Gold Coast United W\",\n            \"away_name\": \"Brisbane City W\",\n            \"competition_id\": 525,\n            \"competition_name\": \"Queensland NPL Women\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5617,\n            \"season\": \"2024\",\n            \"season_progress\": 84,\n            \"home_id\": 12203,\n            \"away_id\": 17346,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 1,\n            \"unix\": 1723026600,\n            \"home_played\": 11,\n            \"away_played\": 13,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-07T10:30:00.000000Z\",\n            \"ko_human\": \"Wed 7th, 11:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347142,\n            \"home_name\": \"Rapid Vienna\",\n            \"away_name\": \"Wisła Kraków\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 4668,\n            \"away_id\": 7242,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722537000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347137,\n            \"home_name\": \"Banfield Res.\",\n            \"away_name\": \"Instituto Res.\",\n            \"competition_id\": 859,\n            \"competition_name\": \"Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5600,\n            \"season\": \"2024\",\n            \"season_progress\": 93,\n            \"home_id\": 16872,\n            \"away_id\": 31309,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 10,\n            \"unix\": 1722535200,\n            \"home_played\": 17,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347061,\n            \"home_name\": \"Astana\",\n            \"away_name\": \"Milsami\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 3988,\n            \"away_id\": 11310,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722520800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T14:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 15:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347153,\n            \"home_name\": \"Universitario de Vinto\",\n            \"away_name\": \"Blooming\",\n            \"competition_id\": 758,\n            \"competition_name\": \"Liga De Futbol Prof\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5648,\n            \"season\": \"2024\",\n            \"season_progress\": 75,\n            \"home_id\": 21347,\n            \"away_id\": 15773,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 4,\n            \"unix\": 1722538800,\n            \"home_played\": 21,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347064,\n            \"home_name\": \"Bravo\",\n            \"away_name\": \"Zrinjski\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7116,\n            \"away_id\": 5029,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722524400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151082622,\n            \"home_name\": \"América Mineiro U20\",\n            \"away_name\": \"Botafogo U20\",\n            \"competition_id\": 540,\n            \"competition_name\": \"Brasileiro U20\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5869,\n            \"season\": \"2024\",\n            \"season_progress\": 79,\n            \"home_id\": 12457,\n            \"away_id\": 10344,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 20,\n            \"unix\": 1722535200,\n            \"home_played\": 15,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626388,\n            \"home_name\": \"Degerfors\",\n            \"away_name\": \"Oddevold\",\n            \"competition_id\": 242,\n            \"competition_name\": \"Superettan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5841,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 6533,\n            \"away_id\": 6490,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 14,\n            \"unix\": 1722690000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T13:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347138,\n            \"home_name\": \"Defensa y Justicia Res.\",\n            \"away_name\": \"Sarmiento Res.\",\n            \"competition_id\": 859,\n            \"competition_name\": \"Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5600,\n            \"season\": \"2024\",\n            \"season_progress\": 93,\n            \"home_id\": 16888,\n            \"away_id\": 17467,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 14,\n            \"unix\": 1722535200,\n            \"home_played\": 17,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347113,\n            \"home_name\": \"PPJ / Ruoholahti\",\n            \"away_name\": \"EIF Akademi\",\n            \"competition_id\": 1229,\n            \"competition_name\": \"Kolmonen - Etelä\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5943,\n            \"season\": \"2024\",\n            \"season_progress\": 55,\n            \"home_id\": 23384,\n            \"away_id\": 32031,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 2,\n            \"unix\": 1722532800,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:20:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:20\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347080,\n            \"home_name\": \"Polessya\",\n            \"away_name\": \"Olimpija\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5093,\n            \"away_id\": 4980,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722528000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347078,\n            \"home_name\": \"Sabah\",\n            \"away_name\": \"Maccabi Haifa\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 11345,\n            \"away_id\": 4994,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722528000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347129,\n            \"home_name\": \"Rijeka\",\n            \"away_name\": \"Corvinul Hunedoara\",\n            \"competition_id\": 32,\n            \"competition_name\": \"Europa League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 6207,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7280,\n            \"away_id\": 27746,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722535200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347093,\n            \"home_name\": \"Torpedo Kutaisi\",\n            \"away_name\": \"Omonia Nicosia\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 4893,\n            \"away_id\": 4756,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347131,\n            \"home_name\": \"Partizani Tirana\",\n            \"away_name\": \"Saburtalo\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 10676,\n            \"away_id\": 4966,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722535200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347119,\n            \"home_name\": \"Cherno More\",\n            \"away_name\": \"Hapoel Be'er Sheva\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 8570,\n            \"away_id\": 5022,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722533400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347111,\n            \"home_name\": \"HooGee\",\n            \"away_name\": \"LJS\",\n            \"competition_id\": 1229,\n            \"competition_name\": \"Kolmonen - Etelä\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5943,\n            \"season\": \"2024\",\n            \"season_progress\": 55,\n            \"home_id\": 23057,\n            \"away_id\": 23449,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 10,\n            \"unix\": 1722532500,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:15:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479832,\n            \"home_name\": \"Waterford United\",\n            \"away_name\": \"Shamrock Rovers\",\n            \"competition_id\": 201,\n            \"competition_name\": \"Premier Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5622,\n            \"season\": \"2024\",\n            \"season_progress\": 68,\n            \"home_id\": 5787,\n            \"away_id\": 5286,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 5,\n            \"unix\": 1722624300,\n            \"home_played\": 25,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479685,\n            \"home_name\": \"Örebro\",\n            \"away_name\": \"Östersunds FK\",\n            \"competition_id\": 242,\n            \"competition_name\": \"Superettan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5841,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 8546,\n            \"away_id\": 6527,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 8,\n            \"unix\": 1722618000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T17:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347139,\n            \"home_name\": \"Vélez Sársfield Res.\",\n            \"away_name\": \"River Plate Res.\",\n            \"competition_id\": 859,\n            \"competition_name\": \"Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5600,\n            \"season\": \"2024\",\n            \"season_progress\": 93,\n            \"home_id\": 16886,\n            \"away_id\": 16881,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722535200,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347108,\n            \"home_name\": \"FC Utrecht\",\n            \"away_name\": \"Venezia\",\n            \"competition_id\": 1130,\n            \"competition_name\": \"Club Friendlies 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5501,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 9745,\n            \"away_id\": 11361,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722531600,\n            \"home_played\": 7,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347160,\n            \"home_name\": \"Boca Juniors Res.\",\n            \"away_name\": \"Tigre Res.\",\n            \"competition_id\": 859,\n            \"competition_name\": \"Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5600,\n            \"season\": \"2024\",\n            \"season_progress\": 93,\n            \"home_id\": 16890,\n            \"away_id\": 22999,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 10,\n            \"unix\": 1722546000,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T21:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 22:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347150,\n            \"home_name\": \"Budućnost\",\n            \"away_name\": \"CSKA 1948 Sofia\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7777,\n            \"away_id\": 5548,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722538800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 141285161,\n            \"home_name\": \"Maitland Res.\",\n            \"away_name\": \"New Lambton Res.\",\n            \"competition_id\": 1299,\n            \"competition_name\": \"Northern NSW Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5666,\n            \"season\": \"2024\",\n            \"season_progress\": 83,\n            \"home_id\": 24818,\n            \"away_id\": 24760,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 6,\n            \"unix\": 1722663000,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T05:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 06:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347057,\n            \"home_name\": \"Pulau Pinang\",\n            \"away_name\": \"Kelantan United\",\n            \"competition_id\": 150,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6042,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 6505,\n            \"away_id\": 6509,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 12,\n            \"unix\": 1722517200,\n            \"home_played\": 6,\n            \"away_played\": 6,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T13:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347068,\n            \"home_name\": \"Ordabasy\",\n            \"away_name\": \"Differdange 03\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 4912,\n            \"away_id\": 5030,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722524400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347071,\n            \"home_name\": \"PP-70\",\n            \"away_name\": \"Tervakosken Pato\",\n            \"competition_id\": 1216,\n            \"competition_name\": \"Kolmonen - Länsi\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5912,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 17846,\n            \"away_id\": 4958,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 8,\n            \"unix\": 1722526200,\n            \"home_played\": 9,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151635669,\n            \"home_name\": \"Bodø / Glimt\",\n            \"away_name\": \"Haugesund\",\n            \"competition_id\": 294,\n            \"competition_name\": \"Eliteserien\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5849,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 4967,\n            \"away_id\": 7303,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 14,\n            \"unix\": 1722700800,\n            \"home_played\": 17,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T16:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141285248,\n            \"home_name\": \"Maitland\",\n            \"away_name\": \"New Lambton\",\n            \"competition_id\": 132,\n            \"competition_name\": \"Northern Nsw\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5670,\n            \"season\": \"2024\",\n            \"season_progress\": 86,\n            \"home_id\": 5331,\n            \"away_id\": 17737,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 10,\n            \"unix\": 1722670200,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T07:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 08:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347154,\n            \"home_name\": \"Egnatia Rrogozhinë\",\n            \"away_name\": \"Víkingur Reykjavík\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 15072,\n            \"away_id\": 5270,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722535200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347067,\n            \"home_name\": \"Ararat-Armenia\",\n            \"away_name\": \"Zimbru\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 10595,\n            \"away_id\": 10961,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722524400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151082643,\n            \"home_name\": \"Juventude\",\n            \"away_name\": \"Fluminense\",\n            \"competition_id\": 58,\n            \"competition_name\": \"Copa do Brasil\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5655,\n            \"season\": \"2024\",\n            \"season_progress\": 92,\n            \"home_id\": 4775,\n            \"away_id\": 5162,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1722549600,\n            \"home_played\": 4,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T22:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 23:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151479686,\n            \"home_name\": \"GIF Sundsvall\",\n            \"away_name\": \"Utsikten\",\n            \"competition_id\": 242,\n            \"competition_name\": \"Superettan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5841,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 7228,\n            \"away_id\": 6320,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 6,\n            \"unix\": 1722618000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T17:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626251,\n            \"home_name\": \"Hangzhou\",\n            \"away_name\": \"Qingdao Hainiu\",\n            \"competition_id\": 8,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5706,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 10721,\n            \"away_id\": 19714,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 11,\n            \"unix\": 1722682800,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T11:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 12:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626668,\n            \"home_name\": \"Start\",\n            \"away_name\": \"Mjøndalen\",\n            \"competition_id\": 125,\n            \"competition_name\": \"Obos-Ligaen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5865,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 8586,\n            \"away_id\": 8581,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 12,\n            \"unix\": 1722693600,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 15:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347092,\n            \"home_name\": \"Brann\",\n            \"away_name\": \"Go Ahead Eagles\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7654,\n            \"away_id\": 8442,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151941406,\n            \"home_name\": \"HamKam\",\n            \"away_name\": \"Viking\",\n            \"competition_id\": 294,\n            \"competition_name\": \"Eliteserien\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5849,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 5268,\n            \"away_id\": 8661,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 2,\n            \"unix\": 1722783600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479957,\n            \"home_name\": \"Guaraní\",\n            \"away_name\": \"Libertad\",\n            \"competition_id\": 60,\n            \"competition_name\": \"Division 1\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5532,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 5158,\n            \"away_id\": 5096,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1722717000,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T20:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 21:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347084,\n            \"home_name\": \"AEK Larnaca\",\n            \"away_name\": \"Paksi SE\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 8638,\n            \"away_id\": 7656,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722528000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151292320,\n            \"home_name\": \"Paşcani\",\n            \"away_name\": \"Ştiinţa Miroslava\",\n            \"competition_id\": 387,\n            \"competition_name\": \"Romania Cup\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6224,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 10402,\n            \"away_id\": 10914,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722522600,\n            \"home_played\": 3,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T14:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 15:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347052,\n            \"home_name\": \"PP Ha Nam W\",\n            \"away_name\": \"GT Thai Nguyen W\",\n            \"competition_id\": 74,\n            \"competition_name\": \"Women's National League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6000,\n            \"season\": \"2024\",\n            \"season_progress\": 86,\n            \"home_id\": 4325,\n            \"away_id\": 4284,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 4,\n            \"unix\": 1722504600,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T09:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 10:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141285062,\n            \"home_name\": \"Lambton Jaffas Res.\",\n            \"away_name\": \"Edgeworth Eagles Res.\",\n            \"competition_id\": 1299,\n            \"competition_name\": \"Northern NSW Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5666,\n            \"season\": \"2024\",\n            \"season_progress\": 83,\n            \"home_id\": 24754,\n            \"away_id\": 24755,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 8,\n            \"unix\": 1722652200,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T02:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 03:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347145,\n            \"home_name\": \"St. Mirren\",\n            \"away_name\": \"Valur\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 6791,\n            \"away_id\": 5213,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722537900,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:45:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 150315841,\n            \"home_name\": \"Falkirk\",\n            \"away_name\": \"Queen's Park\",\n            \"competition_id\": 637,\n            \"competition_name\": \"Championship\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6292,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 13113,\n            \"away_id\": 13398,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 9,\n            \"unix\": 1722624300,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347213,\n            \"home_name\": \"Cerro Porteño\",\n            \"away_name\": \"Sportivo Ameliano\",\n            \"competition_id\": 60,\n            \"competition_name\": \"Division 1\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5532,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 4806,\n            \"away_id\": 7710,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 9,\n            \"unix\": 1722551400,\n            \"home_played\": 23,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T22:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 23:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 150288954,\n            \"home_name\": \"Llaneros\",\n            \"away_name\": \"Unión Magdalena\",\n            \"competition_id\": 209,\n            \"competition_name\": \"Torneo Betplay\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5587,\n            \"season\": \"2024\",\n            \"season_progress\": 60,\n            \"home_id\": 5870,\n            \"away_id\": 5872,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 7,\n            \"unix\": 1722558600,\n            \"home_played\": 25,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T00:30:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 01:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151366987,\n            \"home_name\": \"Vasco da Gama\",\n            \"away_name\": \"Bragantino\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 5245,\n            \"away_id\": 7803,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 10,\n            \"unix\": 1722722400,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T22:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 23:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626301,\n            \"home_name\": \"Chengdu Rongcheng\",\n            \"away_name\": \"Changchun Yatai\",\n            \"competition_id\": 8,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5706,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 10714,\n            \"away_id\": 10733,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 12,\n            \"unix\": 1722686400,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T12:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 13:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626183,\n            \"home_name\": \"Yokohama\",\n            \"away_name\": \"JEF United\",\n            \"competition_id\": 228,\n            \"competition_name\": \"J2-League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5680,\n            \"season\": \"2024\",\n            \"season_progress\": 63,\n            \"home_id\": 7946,\n            \"away_id\": 6185,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 7,\n            \"unix\": 1722675600,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T09:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 10:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151527940,\n            \"home_name\": \"Värnamo\",\n            \"away_name\": \"Sirius\",\n            \"competition_id\": 255,\n            \"competition_name\": \"Allsvenskan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5834,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 8445,\n            \"away_id\": 6530,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 8,\n            \"unix\": 1722772800,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T12:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 13:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479835,\n            \"home_name\": \"Finn Harps\",\n            \"away_name\": \"Bray Wanderers\",\n            \"competition_id\": 202,\n            \"competition_name\": \"First Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5637,\n            \"season\": \"2024\",\n            \"season_progress\": 69,\n            \"home_id\": 5782,\n            \"away_id\": 5783,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 4,\n            \"unix\": 1722624300,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 141285107,\n            \"home_name\": \"Valentine Res.\",\n            \"away_name\": \"Adamstown Rosebuds Res.\",\n            \"competition_id\": 1299,\n            \"competition_name\": \"Northern NSW Reserve League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5666,\n            \"season\": \"2024\",\n            \"season_progress\": 83,\n            \"home_id\": 24743,\n            \"away_id\": 25226,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 4,\n            \"unix\": 1722661200,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T05:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 06:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 145747809,\n            \"home_name\": \"Creck\",\n            \"away_name\": \"Dedza Dynamos\",\n            \"competition_id\": 753,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5907,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 62423,\n            \"away_id\": 23606,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 9,\n            \"unix\": 1722515400,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T12:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 13:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 148336811,\n            \"home_name\": \"Altona City U23\",\n            \"away_name\": \"Pascoe Vale U23\",\n            \"competition_id\": 1280,\n            \"competition_name\": \"Victoria NPL 3 Youth\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5744,\n            \"season\": \"2024\",\n            \"season_progress\": null,\n            \"home_id\": 62149,\n            \"away_id\": 62182,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 10,\n            \"unix\": 1722591000,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T09:30:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 10:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 150044271,\n            \"home_name\": \"FC Copenhagen\",\n            \"away_name\": \"Magpies\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 6436,\n            \"away_id\": 14345,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347079,\n            \"home_name\": \"Levadia\",\n            \"away_name\": \"Osijek\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5281,\n            \"away_id\": 8659,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722528000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151479607,\n            \"home_name\": \"Inter Turku\",\n            \"away_name\": \"Mariehamn\",\n            \"competition_id\": 96,\n            \"competition_name\": \"Veikkausliiga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5898,\n            \"season\": \"2024\",\n            \"season_progress\": 77,\n            \"home_id\": 5285,\n            \"away_id\": 5177,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 10,\n            \"unix\": 1722610800,\n            \"home_played\": 17,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T15:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151082649,\n            \"home_name\": \"CD Platense\",\n            \"away_name\": \"Once Municipal\",\n            \"competition_id\": 613,\n            \"competition_name\": \"Primera Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6318,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 6,\n            \"home_id\": 19634,\n            \"away_id\": 13358,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 5,\n            \"unix\": 1722547800,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T21:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 22:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347081,\n            \"home_name\": \"Paphos\",\n            \"away_name\": \"Žalgiris\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5535,\n            \"away_id\": 4988,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722528000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347065,\n            \"home_name\": \"Urartu\",\n            \"away_name\": \"Baník Ostrava\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 11344,\n            \"away_id\": 5571,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722524400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347095,\n            \"home_name\": \"Universitatea Craiova\",\n            \"away_name\": \"Maribor\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 4998,\n            \"away_id\": 5048,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151941205,\n            \"home_name\": \"Oulu\",\n            \"away_name\": \"Ilves\",\n            \"competition_id\": 96,\n            \"competition_name\": \"Veikkausliiga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5898,\n            \"season\": \"2024\",\n            \"season_progress\": 77,\n            \"home_id\": 8545,\n            \"away_id\": 5287,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 4,\n            \"unix\": 1722776400,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347087,\n            \"home_name\": \"Inter Club d'Escaldes\",\n            \"away_name\": \"AEK Athens\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 11562,\n            \"away_id\": 8645,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722529800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151527939,\n            \"home_name\": \"Kalmar\",\n            \"away_name\": \"Hammarby\",\n            \"competition_id\": 255,\n            \"competition_name\": \"Allsvenskan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5834,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 8548,\n            \"away_id\": 5273,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 4,\n            \"unix\": 1722781800,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T14:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 15:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626283,\n            \"home_name\": \"Shandong Taishan\",\n            \"away_name\": \"Shanghai Port\",\n            \"competition_id\": 8,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5706,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 5105,\n            \"away_id\": 4303,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 1,\n            \"unix\": 1722684900,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T11:35:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 12:35\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151527954,\n            \"home_name\": \"Vitória\",\n            \"away_name\": \"Cuiabá\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 4850,\n            \"away_id\": 5847,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 17,\n            \"away_position\": 18,\n            \"unix\": 1722711600,\n            \"home_played\": 20,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T19:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347148,\n            \"home_name\": \"Shelbourne\",\n            \"away_name\": \"Zürich\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5770,\n            \"away_id\": 4002,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722537900,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:45:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347152,\n            \"home_name\": \"HB\",\n            \"away_name\": \"Hajduk Split\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 10646,\n            \"away_id\": 7649,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722538800,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151941111,\n            \"home_name\": \"Antwerp\",\n            \"away_name\": \"Anderlecht\",\n            \"competition_id\": 198,\n            \"competition_name\": \"Pro League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6247,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 3,\n            \"home_id\": 8608,\n            \"away_id\": 5766,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 4,\n            \"unix\": 1722771000,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T11:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 12:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151625955,\n            \"home_name\": \"Coquimbo Unido\",\n            \"away_name\": \"Unión Española\",\n            \"competition_id\": 306,\n            \"competition_name\": \"Primera Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5621,\n            \"season\": \"2024\",\n            \"season_progress\": 57,\n            \"home_id\": 7684,\n            \"away_id\": 7730,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 6,\n            \"unix\": 1722643200,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T00:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 01:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347098,\n            \"home_name\": \"Hapoel Acre\",\n            \"away_name\": \"Hapoel Nof HaGalil\",\n            \"competition_id\": 1000,\n            \"competition_name\": \"Toto Cup Ligat Leumit\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6337,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5004,\n            \"away_id\": 5010,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 2,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347144,\n            \"home_name\": \"DAC\",\n            \"away_name\": \"Zira\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5003,\n            \"away_id\": 10942,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722537000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347122,\n            \"home_name\": \"Víkingur\",\n            \"away_name\": \"Gent\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5675,\n            \"away_id\": 8662,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722535200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347118,\n            \"home_name\": \"Vaduz\",\n            \"away_name\": \"St Patrick's\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 4990,\n            \"away_id\": 5781,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722533400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347083,\n            \"home_name\": \"TransINVEST Vilnius\",\n            \"away_name\": \"Mladá Boleslav\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 23874,\n            \"away_id\": 7131,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722528000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347082,\n            \"home_name\": \"Tobol\",\n            \"away_name\": \"St. Gallen\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 3987,\n            \"away_id\": 6463,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722528000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 150478099,\n            \"home_name\": \"Sporting CP\",\n            \"away_name\": \"Porto\",\n            \"competition_id\": 793,\n            \"competition_name\": \"Super Cup\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": null,\n            \"season_id\": 6311,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5095,\n            \"away_id\": 11893,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1722712500,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T19:15:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 20:15\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347094,\n            \"home_name\": \"Tromsø\",\n            \"away_name\": \"KuPS\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5269,\n            \"away_id\": 7222,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347053,\n            \"home_name\": \"Sanfrecce Hiroshima\",\n            \"away_name\": \"VfB Stuttgart\",\n            \"competition_id\": 1130,\n            \"competition_name\": \"Club Friendlies 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5501,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 6171,\n            \"away_id\": 4397,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722504600,\n            \"home_played\": 2,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T09:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 10:30\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151366986,\n            \"home_name\": \"São Paulo\",\n            \"away_name\": \"Flamengo\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 5241,\n            \"away_id\": 8667,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 1,\n            \"unix\": 1722731400,\n            \"home_played\": 20,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T00:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 01:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941460,\n            \"home_name\": \"KuPS\",\n            \"away_name\": \"SJK\",\n            \"competition_id\": 96,\n            \"competition_name\": \"Veikkausliiga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5898,\n            \"season\": \"2024\",\n            \"season_progress\": 77,\n            \"home_id\": 7222,\n            \"away_id\": 5174,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1722785400,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T15:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151635668,\n            \"home_name\": \"Lahti\",\n            \"away_name\": \"HJK\",\n            \"competition_id\": 96,\n            \"competition_name\": \"Veikkausliiga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5898,\n            \"season\": \"2024\",\n            \"season_progress\": 77,\n            \"home_id\": 5172,\n            \"away_id\": 5173,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 1,\n            \"unix\": 1722700800,\n            \"home_played\": 17,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T16:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479834,\n            \"home_name\": \"Cobh Ramblers\",\n            \"away_name\": \"Longford Town\",\n            \"competition_id\": 202,\n            \"competition_name\": \"First Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5637,\n            \"season\": \"2024\",\n            \"season_progress\": 69,\n            \"home_id\": 7670,\n            \"away_id\": 7681,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 10,\n            \"unix\": 1722624300,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347096,\n            \"home_name\": \"Progrès Niedercorn\",\n            \"away_name\": \"Djurgården\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 4632,\n            \"away_id\": 8113,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151479534,\n            \"home_name\": \"Always Ready\",\n            \"away_name\": \"The Strongest\",\n            \"competition_id\": 758,\n            \"competition_name\": \"Liga De Futbol Prof\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5648,\n            \"season\": \"2024\",\n            \"season_progress\": 75,\n            \"home_id\": 15762,\n            \"away_id\": 15772,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 3,\n            \"unix\": 1722556800,\n            \"home_played\": 15,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T00:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 01:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347107,\n            \"home_name\": \"Athletic Club\",\n            \"away_name\": \"SD Eibar\",\n            \"competition_id\": 1130,\n            \"competition_name\": \"Club Friendlies 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5501,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 9306,\n            \"away_id\": 5407,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722531600,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 139239505,\n            \"home_name\": \"Doveton\",\n            \"away_name\": \"Pascoe Vale\",\n            \"competition_id\": 1322,\n            \"competition_name\": \"Victoria NPL 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5746,\n            \"season\": \"2024\",\n            \"season_progress\": 89,\n            \"home_id\": 17406,\n            \"away_id\": 5426,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 5,\n            \"unix\": 1722654000,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T03:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 04:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 133565382,\n            \"home_name\": \"Robina City W\",\n            \"away_name\": \"Logan Lightning W\",\n            \"competition_id\": 1316,\n            \"competition_name\": \"QLD FQPL 1 Women\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5801,\n            \"season\": \"2024\",\n            \"season_progress\": 76,\n            \"home_id\": 18533,\n            \"away_id\": 12241,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 3,\n            \"unix\": 1722936600,\n            \"home_played\": 13,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-06T09:30:00.000000Z\",\n            \"ko_human\": \"Tue 6th, 10:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347126,\n            \"home_name\": \"São Bento U20\",\n            \"away_name\": \"União Suzano U20\",\n            \"competition_id\": 680,\n            \"competition_name\": \"Paulista U20\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5918,\n            \"season\": \"2024\",\n            \"season_progress\": 93,\n            \"home_id\": 19910,\n            \"away_id\": 24045,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1722535200,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347143,\n            \"home_name\": \"Śląsk Wrocław\",\n            \"away_name\": \"Riga\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7243,\n            \"away_id\": 4456,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722537000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:30\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151366982,\n            \"home_name\": \"Criciúma\",\n            \"away_name\": \"Atlético Mineiro\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 10140,\n            \"away_id\": 5246,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 9,\n            \"unix\": 1722726000,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T23:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 00:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479770,\n            \"home_name\": \"Stade Nyonnais\",\n            \"away_name\": \"FC Schaffhausen\",\n            \"competition_id\": 472,\n            \"competition_name\": \"Challenge League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6243,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 11,\n            \"home_id\": 8394,\n            \"away_id\": 4294,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 4,\n            \"unix\": 1722619800,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T17:30:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 18:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347146,\n            \"home_name\": \"La Fiorita\",\n            \"away_name\": \"İstanbul Başakşehir\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 10754,\n            \"away_id\": 9471,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722537900,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:45:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151479820,\n            \"home_name\": \"Thun\",\n            \"away_name\": \"Stade Lausanne-Ouchy\",\n            \"competition_id\": 472,\n            \"competition_name\": \"Challenge League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6243,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 11,\n            \"home_id\": 5835,\n            \"away_id\": 4242,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 10,\n            \"unix\": 1722622500,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:15:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479830,\n            \"home_name\": \"Dundalk\",\n            \"away_name\": \"Galway United\",\n            \"competition_id\": 201,\n            \"competition_name\": \"Premier Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5622,\n            \"season\": \"2024\",\n            \"season_progress\": 68,\n            \"home_id\": 5780,\n            \"away_id\": 5769,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 6,\n            \"unix\": 1722624300,\n            \"home_played\": 25,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347097,\n            \"home_name\": \"Sliema Wanderers\",\n            \"away_name\": \"Noah\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 12129,\n            \"away_id\": 4915,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151627300,\n            \"home_name\": \"Luzern\",\n            \"away_name\": \"Sion\",\n            \"competition_id\": 500,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6229,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 10,\n            \"home_id\": 4001,\n            \"away_id\": 5836,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 2,\n            \"unix\": 1722709800,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T18:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 19:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479888,\n            \"home_name\": \"Deportivo Madryn\",\n            \"away_name\": \"Deportivo Morón\",\n            \"competition_id\": 750,\n            \"competition_name\": \"Primera B Nacional\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5590,\n            \"season\": \"2024\",\n            \"season_progress\": 66,\n            \"home_id\": 15895,\n            \"away_id\": 15745,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 13,\n            \"unix\": 1722709800,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T18:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 19:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347100,\n            \"home_name\": \"Maccabi Herzliya\",\n            \"away_name\": \"Hapoel Ra'anana\",\n            \"competition_id\": 1000,\n            \"competition_name\": \"Toto Cup Ligat Leumit\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6337,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 13370,\n            \"away_id\": 5012,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 3,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151366985,\n            \"home_name\": \"Fluminense\",\n            \"away_name\": \"Bahia\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 5162,\n            \"away_id\": 7700,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 19,\n            \"away_position\": 7,\n            \"unix\": 1722798000,\n            \"home_played\": 19,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T19:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151527942,\n            \"home_name\": \"Brommapojkarna\",\n            \"away_name\": \"Halmstad\",\n            \"competition_id\": 255,\n            \"competition_name\": \"Allsvenskan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5834,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 6238,\n            \"away_id\": 6534,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 10,\n            \"unix\": 1722699000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T15:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626217,\n            \"home_name\": \"V-Varen Nagasaki\",\n            \"away_name\": \"Mito Hollyhock\",\n            \"competition_id\": 228,\n            \"competition_name\": \"J2-League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5680,\n            \"season\": \"2024\",\n            \"season_progress\": 63,\n            \"home_id\": 6174,\n            \"away_id\": 6178,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 17,\n            \"unix\": 1722679200,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T10:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 11:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347157,\n            \"home_name\": \"Vitória SC\",\n            \"away_name\": \"Floriana\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 10341,\n            \"away_id\": 11568,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722539700,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:15:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:15\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151627293,\n            \"home_name\": \"Ludogorets\",\n            \"away_name\": \"Arda\",\n            \"competition_id\": 161,\n            \"competition_name\": \"Parva Liga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6223,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 6,\n            \"home_id\": 4695,\n            \"away_id\": 6848,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 10,\n            \"unix\": 1722708900,\n            \"home_played\": 1,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T18:15:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 19:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347049,\n            \"home_name\": \"Almería\",\n            \"away_name\": \"Algeciras\",\n            \"competition_id\": 1130,\n            \"competition_name\": \"Club Friendlies 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5501,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 9644,\n            \"away_id\": 12294,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1722497400,\n            \"home_played\": 4,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T07:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 08:30\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151082651,\n            \"home_name\": \"Cacahuatique\",\n            \"away_name\": \"Alianza\",\n            \"competition_id\": 613,\n            \"competition_name\": \"Primera Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6318,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 6,\n            \"home_id\": 63458,\n            \"away_id\": 13354,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 6,\n            \"unix\": 1722547800,\n            \"home_played\": 0,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T21:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 22:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626300,\n            \"home_name\": \"Wuhan Three Towns\",\n            \"away_name\": \"Sichuan\",\n            \"competition_id\": 8,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5706,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 17839,\n            \"away_id\": 11165,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 9,\n            \"unix\": 1722686400,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T12:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 13:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941556,\n            \"home_name\": \"Athletico PR\",\n            \"away_name\": \"Grêmio\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 4809,\n            \"away_id\": 5247,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 16,\n            \"unix\": 1722798000,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T19:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479837,\n            \"home_name\": \"UCD\",\n            \"away_name\": \"Wexford Youths\",\n            \"competition_id\": 202,\n            \"competition_name\": \"First Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5637,\n            \"season\": \"2024\",\n            \"season_progress\": 69,\n            \"home_id\": 5786,\n            \"away_id\": 5768,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 6,\n            \"unix\": 1722624300,\n            \"home_played\": 25,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627220,\n            \"home_name\": \"OH Leuven\",\n            \"away_name\": \"Genk\",\n            \"competition_id\": 198,\n            \"competition_name\": \"Pro League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6247,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 3,\n            \"home_id\": 7485,\n            \"away_id\": 8052,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 11,\n            \"unix\": 1722701700,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T16:15:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 17:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 142661528,\n            \"home_name\": \"LA Force\",\n            \"away_name\": \"Arizona Monsoon\",\n            \"competition_id\": 454,\n            \"competition_name\": \"NISA\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5826,\n            \"season\": \"2024\",\n            \"season_progress\": 51,\n            \"home_id\": 12522,\n            \"away_id\": 62304,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 4,\n            \"unix\": 1723082400,\n            \"home_played\": 6,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-08T02:00:00.000000Z\",\n            \"ko_human\": \"Thu 8th, 03:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347147,\n            \"home_name\": \"Caernarfon Town\",\n            \"away_name\": \"Legia Warszawa\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 10766,\n            \"away_id\": 4755,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347089,\n            \"home_name\": \"Brescia\",\n            \"away_name\": \"Genoa\",\n            \"competition_id\": 1130,\n            \"competition_name\": \"Club Friendlies 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5501,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 11356,\n            \"away_id\": 10539,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722529800,\n            \"home_played\": 2,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T16:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 17:30\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627294,\n            \"home_name\": \"Mura\",\n            \"away_name\": \"Celje\",\n            \"competition_id\": 284,\n            \"competition_name\": \"1. SNL\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6245,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 5,\n            \"home_id\": 4916,\n            \"away_id\": 4614,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1722708900,\n            \"home_played\": 2,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T18:15:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 19:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151625995,\n            \"home_name\": \"Santos\",\n            \"away_name\": \"Sport Recife\",\n            \"competition_id\": 206,\n            \"competition_name\": \"Serie B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5948,\n            \"season\": \"2024\",\n            \"season_progress\": 47,\n            \"home_id\": 8666,\n            \"away_id\": 8669,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 6,\n            \"unix\": 1722645000,\n            \"home_played\": 18,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T00:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 01:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941407,\n            \"home_name\": \"Sarpsborg 08\",\n            \"away_name\": \"Sandefjord\",\n            \"competition_id\": 294,\n            \"competition_name\": \"Eliteserien\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5849,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 8585,\n            \"away_id\": 8583,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 16,\n            \"unix\": 1722783600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347109,\n            \"home_name\": \"Racing Ferrol\",\n            \"away_name\": \"Real Madrid II\",\n            \"competition_id\": 1130,\n            \"competition_name\": \"Club Friendlies 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5501,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 13644,\n            \"away_id\": 14142,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722531600,\n            \"home_played\": 3,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941408,\n            \"home_name\": \"Strømsgodset\",\n            \"away_name\": \"Brann\",\n            \"competition_id\": 294,\n            \"competition_name\": \"Eliteserien\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5849,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 7655,\n            \"away_id\": 7654,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 3,\n            \"unix\": 1722783600,\n            \"home_played\": 16,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941409,\n            \"home_name\": \"Kristiansund\",\n            \"away_name\": \"Lillestrøm\",\n            \"competition_id\": 294,\n            \"competition_name\": \"Eliteserien\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5849,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 8584,\n            \"away_id\": 4960,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 7,\n            \"unix\": 1722783600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479541,\n            \"home_name\": \"Atlas W\",\n            \"away_name\": \"León W\",\n            \"competition_id\": 1,\n            \"competition_name\": \"Liga Mx Women\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6192,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 15,\n            \"home_id\": 7122,\n            \"away_id\": 3961,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 9,\n            \"unix\": 1722560400,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T01:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 02:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 106847809,\n            \"home_name\": \"Everton\",\n            \"away_name\": \"O'Higgins\",\n            \"competition_id\": 306,\n            \"competition_name\": \"Primera Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5621,\n            \"season\": \"2024\",\n            \"season_progress\": 57,\n            \"home_id\": 9480,\n            \"away_id\": 8447,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 9,\n            \"unix\": 1722702600,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T16:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 17:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479625,\n            \"home_name\": \"Loiske\",\n            \"away_name\": \"Ylöjärvi United\",\n            \"competition_id\": 1216,\n            \"competition_name\": \"Kolmonen - Länsi\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5912,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 4642,\n            \"away_id\": 23067,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 1,\n            \"unix\": 1722614400,\n            \"home_played\": 10,\n            \"away_played\": 10,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T16:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941084,\n            \"home_name\": \"Skövde AIK\",\n            \"away_name\": \"Örgryte\",\n            \"competition_id\": 242,\n            \"competition_name\": \"Superettan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5841,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 6484,\n            \"away_id\": 8842,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 12,\n            \"unix\": 1722769200,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T11:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 12:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941588,\n            \"home_name\": \"Novorizontino\",\n            \"away_name\": \"Goiás\",\n            \"competition_id\": 206,\n            \"competition_name\": \"Serie B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5948,\n            \"season\": \"2024\",\n            \"season_progress\": 47,\n            \"home_id\": 11892,\n            \"away_id\": 5244,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 9,\n            \"unix\": 1722807000,\n            \"home_played\": 18,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T21:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 22:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627324,\n            \"home_name\": \"Botafogo SP\",\n            \"away_name\": \"Coritiba\",\n            \"competition_id\": 206,\n            \"competition_name\": \"Serie B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5948,\n            \"season\": \"2024\",\n            \"season_progress\": 47,\n            \"home_id\": 6672,\n            \"away_id\": 8668,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 17,\n            \"away_position\": 13,\n            \"unix\": 1722715200,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T20:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 21:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627158,\n            \"home_name\": \"Jagiellonia Białystok\",\n            \"away_name\": \"Stal Mielec\",\n            \"competition_id\": 165,\n            \"competition_name\": \"Ekstraklasa\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6214,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 6,\n            \"home_id\": 7625,\n            \"away_id\": 5761,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 12,\n            \"unix\": 1722699000,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T15:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626214,\n            \"home_name\": \"Fagiano Okayama\",\n            \"away_name\": \"Montedio Yamagata\",\n            \"competition_id\": 228,\n            \"competition_name\": \"J2-League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5680,\n            \"season\": \"2024\",\n            \"season_progress\": 63,\n            \"home_id\": 7992,\n            \"away_id\": 6177,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 13,\n            \"unix\": 1722679200,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T10:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 11:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626215,\n            \"home_name\": \"Renofa Yamaguchi\",\n            \"away_name\": \"Oita Trinita\",\n            \"competition_id\": 228,\n            \"competition_name\": \"J2-League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5680,\n            \"season\": \"2024\",\n            \"season_progress\": 63,\n            \"home_id\": 6180,\n            \"away_id\": 6168,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 14,\n            \"unix\": 1722679200,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T10:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 11:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627148,\n            \"home_name\": \"Varberg BoIS\",\n            \"away_name\": \"Helsingborg\",\n            \"competition_id\": 242,\n            \"competition_name\": \"Superettan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5841,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 6529,\n            \"away_id\": 8112,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 4,\n            \"unix\": 1722697200,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T15:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 152281478,\n            \"home_name\": \"FeralpiSalò\",\n            \"away_name\": \"Città di Varese\",\n            \"competition_id\": 1137,\n            \"competition_name\": \"Club Friendlies 4\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5517,\n            \"season\": \"2024\",\n            \"season_progress\": 92,\n            \"home_id\": 5542,\n            \"away_id\": 12720,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1722526200,\n            \"home_played\": 0,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T15:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 16:30\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941557,\n            \"home_name\": \"Ponte Preta\",\n            \"away_name\": \"Avaí\",\n            \"competition_id\": 206,\n            \"competition_name\": \"Serie B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5948,\n            \"season\": \"2024\",\n            \"season_progress\": 47,\n            \"home_id\": 4187,\n            \"away_id\": 5838,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 12,\n            \"away_position\": 10,\n            \"unix\": 1722798000,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T19:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941125,\n            \"home_name\": \"Esbjerg\",\n            \"away_name\": \"Horsens\",\n            \"competition_id\": 396,\n            \"competition_name\": \"First Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6240,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 9,\n            \"home_id\": 4360,\n            \"away_id\": 4872,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 7,\n            \"unix\": 1722772800,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T12:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 13:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626653,\n            \"home_name\": \"Raufoss\",\n            \"away_name\": \"Aalesund\",\n            \"competition_id\": 125,\n            \"competition_name\": \"Obos-Ligaen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5865,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 5260,\n            \"away_id\": 8587,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 16,\n            \"unix\": 1722693600,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 15:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941201,\n            \"home_name\": \"Öster\",\n            \"away_name\": \"Brage\",\n            \"competition_id\": 242,\n            \"competition_name\": \"Superettan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5841,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 7229,\n            \"away_id\": 8116,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1722776400,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626398,\n            \"home_name\": \"KPV\",\n            \"away_name\": \"Atlantis\",\n            \"competition_id\": 2063,\n            \"competition_name\": \"Ykkönen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5915,\n            \"season\": \"2024\",\n            \"season_progress\": 77,\n            \"home_id\": 6699,\n            \"away_id\": 6690,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1722690000,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T13:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151893063,\n            \"home_name\": \"Thanh Hoa U21\",\n            \"away_name\": \"Quang Nam U21\",\n            \"competition_id\": 757,\n            \"competition_name\": \"U21 Championship\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6211,\n            \"season\": \"2024\",\n            \"season_progress\": null,\n            \"home_id\": 22671,\n            \"away_id\": 22675,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1722497400,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T07:30:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 08:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941521,\n            \"home_name\": \"Rosenborg\",\n            \"away_name\": \"Tromsø\",\n            \"competition_id\": 294,\n            \"competition_name\": \"Eliteserien\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5849,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 5271,\n            \"away_id\": 5269,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 10,\n            \"unix\": 1722791700,\n            \"home_played\": 16,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T17:15:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 18:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941461,\n            \"home_name\": \"EIF\",\n            \"away_name\": \"Haka\",\n            \"competition_id\": 96,\n            \"competition_name\": \"Veikkausliiga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5898,\n            \"season\": \"2024\",\n            \"season_progress\": 77,\n            \"home_id\": 6526,\n            \"away_id\": 5171,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 6,\n            \"unix\": 1722785400,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T15:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941200,\n            \"home_name\": \"Trelleborg\",\n            \"away_name\": \"Landskrona\",\n            \"competition_id\": 242,\n            \"competition_name\": \"Superettan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5841,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 7225,\n            \"away_id\": 6485,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 1,\n            \"unix\": 1722776400,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941555,\n            \"home_name\": \"Corinthians\",\n            \"away_name\": \"Juventude\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 5243,\n            \"away_id\": 4775,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 13,\n            \"unix\": 1722798000,\n            \"home_played\": 20,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T19:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 152449163,\n            \"home_name\": \"Boavista\",\n            \"away_name\": \"Tondela\",\n            \"competition_id\": 1130,\n            \"competition_name\": \"Club Friendlies 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5501,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 6214,\n            \"away_id\": 12130,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722538800,\n            \"home_played\": 3,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:00\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479550,\n            \"home_name\": \"Ferrymead Bays\",\n            \"away_name\": \"Coastal Spirit\",\n            \"competition_id\": 574,\n            \"competition_name\": \"Regional Leagues\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5824,\n            \"season\": \"2024\",\n            \"season_progress\": 76,\n            \"home_id\": 12922,\n            \"away_id\": 12920,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 2,\n            \"unix\": 1722582900,\n            \"home_played\": 13,\n            \"away_played\": 13,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T07:15:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 08:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479833,\n            \"home_name\": \"Athlone Town\",\n            \"away_name\": \"Kerry\",\n            \"competition_id\": 202,\n            \"competition_name\": \"First Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5637,\n            \"season\": \"2024\",\n            \"season_progress\": 69,\n            \"home_id\": 5767,\n            \"away_id\": 31471,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 9,\n            \"unix\": 1722624300,\n            \"home_played\": 24,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151420304,\n            \"home_name\": \"Thróttur / SR U19\",\n            \"away_name\": \"ÍR / Léttir U19\",\n            \"competition_id\": 1773,\n            \"competition_name\": \"U19 League B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5699,\n            \"season\": \"2024\",\n            \"season_progress\": 97,\n            \"home_id\": 4197,\n            \"away_id\": 8860,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1722539700,\n            \"home_played\": 0,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T19:15:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 20:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479876,\n            \"home_name\": \"Estudiantes Caseros\",\n            \"away_name\": \"San Martín Tucumán\",\n            \"competition_id\": 750,\n            \"competition_name\": \"Primera B Nacional\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5590,\n            \"season\": \"2024\",\n            \"season_progress\": 66,\n            \"home_id\": 15672,\n            \"away_id\": 15701,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 1,\n            \"unix\": 1722708000,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T18:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151527955,\n            \"home_name\": \"Vélez Sarsfield\",\n            \"away_name\": \"Defensa y Justicia\",\n            \"competition_id\": 699,\n            \"competition_name\": \"Superliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5578,\n            \"season\": \"2024\",\n            \"season_progress\": 29,\n            \"home_id\": 14411,\n            \"away_id\": 11574,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 25,\n            \"unix\": 1722708000,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T18:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479885,\n            \"home_name\": \"Chaco For Ever\",\n            \"away_name\": \"Almagro\",\n            \"competition_id\": 750,\n            \"competition_name\": \"Primera B Nacional\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5590,\n            \"season\": \"2024\",\n            \"season_progress\": 66,\n            \"home_id\": 15964,\n            \"away_id\": 15592,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 17,\n            \"away_position\": 14,\n            \"unix\": 1722715200,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T20:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 21:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479910,\n            \"home_name\": \"Brusque\",\n            \"away_name\": \"América Mineiro\",\n            \"competition_id\": 206,\n            \"competition_name\": \"Serie B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5948,\n            \"season\": \"2024\",\n            \"season_progress\": 47,\n            \"home_id\": 5073,\n            \"away_id\": 4208,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 18,\n            \"away_position\": 5,\n            \"unix\": 1722636000,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T22:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 23:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347099,\n            \"home_name\": \"Hapoel Umm al-Fahm\",\n            \"away_name\": \"Hapoel Afula\",\n            \"competition_id\": 1000,\n            \"competition_name\": \"Toto Cup Ligat Leumit\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6337,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5013,\n            \"away_id\": 8855,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 1,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 150478102,\n            \"home_name\": \"Motherwell\",\n            \"away_name\": \"Ross County\",\n            \"competition_id\": 259,\n            \"competition_name\": \"Premiership\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6310,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5052,\n            \"away_id\": 6794,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 10,\n            \"unix\": 1722693600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 15:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151501096,\n            \"home_name\": \"Independiente del Valle\",\n            \"away_name\": \"Delfin\",\n            \"competition_id\": 40,\n            \"competition_name\": \"Liga Pro\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5700,\n            \"season\": \"2024\",\n            \"season_progress\": 50,\n            \"home_id\": 4206,\n            \"away_id\": 4256,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 4,\n            \"unix\": 1722720600,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T21:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 22:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 150478096,\n            \"home_name\": \"Hartberg\",\n            \"away_name\": \"LASK Linz\",\n            \"competition_id\": 411,\n            \"competition_name\": \"Tipico Bundesliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6290,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 4560,\n            \"away_id\": 7659,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 6,\n            \"unix\": 1722697200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T15:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479819,\n            \"home_name\": \"Lokomotiv Plovdiv\",\n            \"away_name\": \"Levski Sofia\",\n            \"competition_id\": 161,\n            \"competition_name\": \"Parva Liga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6223,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 6,\n            \"home_id\": 5039,\n            \"away_id\": 7437,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 1,\n            \"unix\": 1722622500,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:15:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479619,\n            \"home_name\": \"MiPK\",\n            \"away_name\": \"KJP\",\n            \"competition_id\": 29,\n            \"competition_name\": \"Kolmonen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5942,\n            \"season\": \"2024\",\n            \"season_progress\": 61,\n            \"home_id\": 6692,\n            \"away_id\": 17819,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1722612600,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T15:30:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 147065862,\n            \"home_name\": \"Pyramids FC\",\n            \"away_name\": \"ZED FC\",\n            \"competition_id\": 16,\n            \"competition_name\": \"Premier League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5189,\n            \"season\": \"2023/2024\",\n            \"season_progress\": 91,\n            \"home_id\": 5136,\n            \"away_id\": 4621,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1722794400,\n            \"home_played\": 31,\n            \"away_played\": 28,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T18:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941113,\n            \"home_name\": \"Beijing Guoan\",\n            \"away_name\": \"Shanghai Shenhua\",\n            \"competition_id\": 8,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5706,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 4878,\n            \"away_id\": 5164,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1722771300,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T11:35:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 12:35\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151662254,\n            \"home_name\": \"Botafogo PB\",\n            \"away_name\": \"Figueirense\",\n            \"competition_id\": 207,\n            \"competition_name\": \"Serie C\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5952,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 5844,\n            \"away_id\": 4265,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 8,\n            \"unix\": 1722715200,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T20:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 21:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479577,\n            \"home_name\": \"Qingdao Youth Island\",\n            \"away_name\": \"Cangzhou\",\n            \"competition_id\": 8,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5706,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 19722,\n            \"away_id\": 4877,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 15,\n            \"unix\": 1722598500,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T11:35:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 12:35\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479554,\n            \"home_name\": \"Gold Coast Knights U23\",\n            \"away_name\": \"Moreton City U23\",\n            \"competition_id\": 1300,\n            \"competition_name\": \"Queensland NPL Youth League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5685,\n            \"season\": \"2024\",\n            \"season_progress\": 84,\n            \"home_id\": 24764,\n            \"away_id\": 62052,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 2,\n            \"unix\": 1722587400,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T08:30:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 09:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626009,\n            \"home_name\": \"Cashmere Technical\",\n            \"away_name\": \"Nelson Suburbs\",\n            \"competition_id\": 574,\n            \"competition_name\": \"Regional Leagues\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5824,\n            \"season\": \"2024\",\n            \"season_progress\": 76,\n            \"home_id\": 12925,\n            \"away_id\": 12915,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 4,\n            \"unix\": 1722650400,\n            \"home_played\": 12,\n            \"away_played\": 13,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T02:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 03:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347130,\n            \"home_name\": \"Neman Grodno\",\n            \"away_name\": \"CFR Cluj\",\n            \"competition_id\": 976,\n            \"competition_name\": \"UEFA Europa Conference League\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6205,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 6299,\n            \"away_id\": 4753,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1722535200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T18:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151479549,\n            \"home_name\": \"Christchurch United\",\n            \"away_name\": \"Twenty 11\",\n            \"competition_id\": 574,\n            \"competition_name\": \"Regional Leagues\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5824,\n            \"season\": \"2024\",\n            \"season_progress\": 76,\n            \"home_id\": 12921,\n            \"away_id\": 31821,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 10,\n            \"unix\": 1722582000,\n            \"home_played\": 13,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T07:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 08:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479542,\n            \"home_name\": \"Atlético Nacional\",\n            \"away_name\": \"Unión Coclé\",\n            \"competition_id\": 869,\n            \"competition_name\": \"Liga Prom\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5562,\n            \"season\": \"2024\",\n            \"season_progress\": 57,\n            \"home_id\": 17026,\n            \"away_id\": 17007,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1722549600,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T22:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 23:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151366984,\n            \"home_name\": \"Internacional\",\n            \"away_name\": \"Palmeiras\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 7688,\n            \"away_id\": 7701,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 3,\n            \"unix\": 1722801600,\n            \"home_played\": 15,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T20:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 21:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347110,\n            \"home_name\": \"Cádiz\",\n            \"away_name\": \"Recreativo Huelva\",\n            \"competition_id\": 1130,\n            \"competition_name\": \"Club Friendlies 3\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5501,\n            \"season\": \"2024\",\n            \"season_progress\": 90,\n            \"home_id\": 4678,\n            \"away_id\": 13651,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722531600,\n            \"home_played\": 3,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": true,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347103,\n            \"home_name\": \"Hapoel Tel Aviv\",\n            \"away_name\": \"Hapoel Kfar Shalem\",\n            \"competition_id\": 1000,\n            \"competition_name\": \"Toto Cup Ligat Leumit\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6337,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7586,\n            \"away_id\": 8852,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 4,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151347101,\n            \"home_name\": \"Hapoel Kfar Saba\",\n            \"away_name\": \"Hapoel Ramat HaSharon\",\n            \"competition_id\": 1000,\n            \"competition_name\": \"Toto Cup Ligat Leumit\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6337,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 7585,\n            \"away_id\": 5009,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722531600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-01T17:00:00.000000Z\",\n            \"ko_human\": \"Thu 1st, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 150478098,\n            \"home_name\": \"Hearts\",\n            \"away_name\": \"Rangers\",\n            \"competition_id\": 259,\n            \"competition_name\": \"Premiership\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6310,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 12820,\n            \"away_id\": 7467,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 9,\n            \"unix\": 1722684600,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T11:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 12:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 150478095,\n            \"home_name\": \"Wolfsberger AC\",\n            \"away_name\": \"Austria Klagenfurt\",\n            \"competition_id\": 411,\n            \"competition_name\": \"Tipico Bundesliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6290,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5565,\n            \"away_id\": 5648,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 1,\n            \"unix\": 1722706200,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T17:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 18:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941589,\n            \"home_name\": \"Operário PR\",\n            \"away_name\": \"CRB\",\n            \"competition_id\": 206,\n            \"competition_name\": \"Serie B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5948,\n            \"season\": \"2024\",\n            \"season_progress\": 47,\n            \"home_id\": 8715,\n            \"away_id\": 4776,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 11,\n            \"unix\": 1722807000,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T21:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 22:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479621,\n            \"home_name\": \"Slovan Liberec\",\n            \"away_name\": \"Slavia Praha\",\n            \"competition_id\": 166,\n            \"competition_name\": \"Fortuna Liga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6234,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 7,\n            \"home_id\": 8422,\n            \"away_id\": 7611,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 3,\n            \"unix\": 1722612600,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T15:30:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 16:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627432,\n            \"home_name\": \"Athletic Club\",\n            \"away_name\": \"Confiança\",\n            \"competition_id\": 207,\n            \"competition_name\": \"Serie C\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5952,\n            \"season\": \"2024\",\n            \"season_progress\": 70,\n            \"home_id\": 13421,\n            \"away_id\": 7702,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 14,\n            \"unix\": 1722724200,\n            \"home_played\": 15,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T22:30:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 23:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151347158,\n            \"home_name\": \"Guayaquil City\",\n            \"away_name\": \"Vargas Torres\",\n            \"competition_id\": 208,\n            \"competition_name\": \"Primera B\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5770,\n            \"season\": \"2024\",\n            \"season_progress\": 61,\n            \"home_id\": 4837,\n            \"away_id\": 25796,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 7,\n            \"unix\": 1722556800,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T00:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 01:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626648,\n            \"home_name\": \"Levanger\",\n            \"away_name\": \"Bryne\",\n            \"competition_id\": 125,\n            \"competition_name\": \"Obos-Ligaen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5865,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 8218,\n            \"away_id\": 8131,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 4,\n            \"unix\": 1722693600,\n            \"home_played\": 15,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 15:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151527950,\n            \"home_name\": \"Silkeborg\",\n            \"away_name\": \"Viborg\",\n            \"competition_id\": 413,\n            \"competition_name\": \"Superliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6213,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 9,\n            \"home_id\": 9470,\n            \"away_id\": 4361,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 10,\n            \"unix\": 1722772800,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T12:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 13:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151527948,\n            \"home_name\": \"Lyngby\",\n            \"away_name\": \"Brøndby\",\n            \"competition_id\": 413,\n            \"competition_name\": \"Superliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6213,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 9,\n            \"home_id\": 6285,\n            \"away_id\": 4883,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 11,\n            \"away_position\": 4,\n            \"unix\": 1722787200,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 17:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626218,\n            \"home_name\": \"Roasso Kumamoto\",\n            \"away_name\": \"Tochigi\",\n            \"competition_id\": 228,\n            \"competition_name\": \"J2-League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5680,\n            \"season\": \"2024\",\n            \"season_progress\": 63,\n            \"home_id\": 7875,\n            \"away_id\": 7949,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 15,\n            \"away_position\": 19,\n            \"unix\": 1722679200,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T10:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 11:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151501102,\n            \"home_name\": \"Orense\",\n            \"away_name\": \"Aucas\",\n            \"competition_id\": 40,\n            \"competition_name\": \"Liga Pro\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5700,\n            \"season\": \"2024\",\n            \"season_progress\": 50,\n            \"home_id\": 4103,\n            \"away_id\": 4207,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 14,\n            \"away_position\": 1,\n            \"unix\": 1722643200,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T00:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 01:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151501090,\n            \"home_name\": \"Emelec\",\n            \"away_name\": \"Deportivo Cuenca\",\n            \"competition_id\": 40,\n            \"competition_name\": \"Liga Pro\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5700,\n            \"season\": \"2024\",\n            \"season_progress\": 50,\n            \"home_id\": 4807,\n            \"away_id\": 4102,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 5,\n            \"unix\": 1722812400,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T23:00:00.000000Z\",\n            \"ko_human\": \"Mon 5th, 00:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151480042,\n            \"home_name\": \"Newell's Old Boys\",\n            \"away_name\": \"Estudiantes\",\n            \"competition_id\": 699,\n            \"competition_name\": \"Superliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5578,\n            \"season\": \"2024\",\n            \"season_progress\": 29,\n            \"home_id\": 13618,\n            \"away_id\": 14760,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 16,\n            \"away_position\": 12,\n            \"unix\": 1722639600,\n            \"home_played\": 8,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T23:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 00:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479950,\n            \"home_name\": \"Argentino Quilmes\",\n            \"away_name\": \"Deportivo Armenio\",\n            \"competition_id\": 759,\n            \"competition_name\": \"Primera B Metropolitana\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5588,\n            \"season\": \"2024\",\n            \"season_progress\": 66,\n            \"home_id\": 15776,\n            \"away_id\": 15889,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 9,\n            \"away_position\": 5,\n            \"unix\": 1722708000,\n            \"home_played\": 28,\n            \"away_played\": 28,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T18:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479882,\n            \"home_name\": \"Gimnasia Jujuy\",\n            \"away_name\": \"Tristán Suárez\",\n            \"competition_id\": 750,\n            \"competition_name\": \"Primera B Nacional\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5590,\n            \"season\": \"2024\",\n            \"season_progress\": 66,\n            \"home_id\": 15593,\n            \"away_id\": 15892,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 4,\n            \"away_position\": 13,\n            \"unix\": 1722798000,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T19:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626399,\n            \"home_name\": \"RoPS\",\n            \"away_name\": \"PKKU\",\n            \"competition_id\": 2063,\n            \"competition_name\": \"Ykkönen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5915,\n            \"season\": \"2024\",\n            \"season_progress\": 77,\n            \"home_id\": 5178,\n            \"away_id\": 6358,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 7,\n            \"unix\": 1722690000,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T13:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 14:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626646,\n            \"home_name\": \"Egersund\",\n            \"away_name\": \"Sogndal\",\n            \"competition_id\": 125,\n            \"competition_name\": \"Obos-Ligaen\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5865,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 6711,\n            \"away_id\": 5261,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 5,\n            \"unix\": 1722693600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 15:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479879,\n            \"home_name\": \"San Miguel\",\n            \"away_name\": \"Guillermo Brown\",\n            \"competition_id\": 750,\n            \"competition_name\": \"Primera B Nacional\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5590,\n            \"season\": \"2024\",\n            \"season_progress\": 66,\n            \"home_id\": 15886,\n            \"away_id\": 15693,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 15,\n            \"unix\": 1722708000,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T18:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 19:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479836,\n            \"home_name\": \"Treaty United\",\n            \"away_name\": \"Cork City\",\n            \"competition_id\": 202,\n            \"competition_name\": \"First Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5637,\n            \"season\": \"2024\",\n            \"season_progress\": 69,\n            \"home_id\": 17660,\n            \"away_id\": 5779,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 8,\n            \"away_position\": 1,\n            \"unix\": 1722624300,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626796,\n            \"home_name\": \"Mechelen\",\n            \"away_name\": \"Westerlo\",\n            \"competition_id\": 198,\n            \"competition_name\": \"Pro League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6247,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 3,\n            \"home_id\": 8663,\n            \"away_id\": 8246,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 1,\n            \"unix\": 1722693600,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 15:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151626892,\n            \"home_name\": \"Kumla\",\n            \"away_name\": \"Herrestads\",\n            \"competition_id\": 176,\n            \"competition_name\": \"Division 2: Norra Gotaland\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5848,\n            \"season\": \"2024\",\n            \"season_progress\": 54,\n            \"home_id\": 6337,\n            \"away_id\": 23735,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 5,\n            \"unix\": 1722693600,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 15:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627146,\n            \"home_name\": \"Sandviken\",\n            \"away_name\": \"Gefle\",\n            \"competition_id\": 242,\n            \"competition_name\": \"Superettan\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5841,\n            \"season\": \"2024\",\n            \"season_progress\": 53,\n            \"home_id\": 6240,\n            \"away_id\": 6635,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 10,\n            \"unix\": 1722697200,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T15:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 16:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479852,\n            \"home_name\": \"France U23\",\n            \"away_name\": \"Argentina U23\",\n            \"competition_id\": 991,\n            \"competition_name\": \"Olympic Games\",\n            \"competition_type\": \"Cup\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 6264,\n            \"season\": \"2024\",\n            \"season_progress\": 75,\n            \"home_id\": 19298,\n            \"away_id\": 17691,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1722625200,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T19:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 20:00\",\n            \"is_friendly\": false,\n            \"is_cup\": true\n        },\n        {\n            \"id\": 151627332,\n            \"home_name\": \"Detroit City\",\n            \"away_name\": \"Rhode Island\",\n            \"competition_id\": 71,\n            \"competition_name\": \"USL Championship\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5765,\n            \"season\": \"2024\",\n            \"season_progress\": 60,\n            \"home_id\": 12519,\n            \"away_id\": 61817,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 6,\n            \"away_position\": 7,\n            \"unix\": 1722715200,\n            \"home_played\": 18,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T20:00:00.000000Z\",\n            \"ko_human\": \"Sat 3rd, 21:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479695,\n            \"home_name\": \"B 93\",\n            \"away_name\": \"Vendsyssel\",\n            \"competition_id\": 396,\n            \"competition_name\": \"First Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6240,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 9,\n            \"home_id\": 8041,\n            \"away_id\": 8898,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 3,\n            \"away_position\": 6,\n            \"unix\": 1722618000,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T17:00:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 18:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479829,\n            \"home_name\": \"Drogheda United\",\n            \"away_name\": \"Bohemians\",\n            \"competition_id\": 201,\n            \"competition_name\": \"Premier Division\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5622,\n            \"season\": \"2024\",\n            \"season_progress\": 68,\n            \"home_id\": 5785,\n            \"away_id\": 4982,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 10,\n            \"away_position\": 8,\n            \"unix\": 1722624300,\n            \"home_played\": 25,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-02T18:45:00.000000Z\",\n            \"ko_human\": \"Fri 2nd, 19:45\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941147,\n            \"home_name\": \"Lausanne Sport\",\n            \"away_name\": \"St. Gallen\",\n            \"competition_id\": 500,\n            \"competition_name\": \"Super League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 6229,\n            \"season\": \"2024/2025\",\n            \"season_progress\": 10,\n            \"home_id\": 10543,\n            \"away_id\": 6463,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 7,\n            \"away_position\": 5,\n            \"unix\": 1722773700,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T12:15:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 13:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151527951,\n            \"home_name\": \"Huracán\",\n            \"away_name\": \"Racing Club\",\n            \"competition_id\": 699,\n            \"competition_name\": \"Superliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5578,\n            \"season\": \"2024\",\n            \"season_progress\": 29,\n            \"home_id\": 14412,\n            \"away_id\": 11572,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 3,\n            \"unix\": 1722727800,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T23:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 00:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627438,\n            \"home_name\": \"Atlético GO\",\n            \"away_name\": \"Botafogo\",\n            \"competition_id\": 115,\n            \"competition_name\": \"Serie A\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5920,\n            \"season\": \"2024\",\n            \"season_progress\": 49,\n            \"home_id\": 5397,\n            \"away_id\": 5242,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 20,\n            \"away_position\": 2,\n            \"unix\": 1722726000,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T23:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 00:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 150749632,\n            \"home_name\": \"Ulm\",\n            \"away_name\": \"Kaiserslautern\",\n            \"competition_id\": 471,\n            \"competition_name\": \"2. Bundesliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6291,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5821,\n            \"away_id\": 5469,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 18,\n            \"away_position\": 10,\n            \"unix\": 1722771000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T11:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 12:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 150749631,\n            \"home_name\": \"Darmstadt 98\",\n            \"away_name\": \"Fortuna Düsseldorf\",\n            \"competition_id\": 471,\n            \"competition_name\": \"2. Bundesliga\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 6291,\n            \"season\": \"2024/2025\",\n            \"season_progress\": null,\n            \"home_id\": 5830,\n            \"away_id\": 5578,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 5,\n            \"unix\": 1722771000,\n            \"home_played\": 0,\n            \"away_played\": 0,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T11:30:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 12:30\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151479877,\n            \"home_name\": \"Talleres Remedios\",\n            \"away_name\": \"Arsenal de Sarandi\",\n            \"competition_id\": 750,\n            \"competition_name\": \"Primera B Nacional\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"poor\",\n            \"season_id\": 5590,\n            \"season\": \"2024\",\n            \"season_progress\": 66,\n            \"home_id\": 15887,\n            \"away_id\": 14946,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 17,\n            \"away_position\": 18,\n            \"unix\": 1722730200,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T00:10:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 01:10\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941020,\n            \"home_name\": \"WDSC Wolves\",\n            \"away_name\": \"Redlands United\",\n            \"competition_id\": 5,\n            \"competition_name\": \"Npl Queensland\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"high\",\n            \"season_id\": 5673,\n            \"season\": \"2024\",\n            \"season_progress\": 85,\n            \"home_id\": 13688,\n            \"away_id\": 4296,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 5,\n            \"away_position\": 11,\n            \"unix\": 1722752100,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T06:15:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 07:15\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151941115,\n            \"home_name\": \"Umeå\",\n            \"away_name\": \"Assyriska\",\n            \"competition_id\": 239,\n            \"competition_name\": \"Ettan: North\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5858,\n            \"season\": \"2024\",\n            \"season_progress\": 50,\n            \"home_id\": 8117,\n            \"away_id\": 6649,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 6,\n            \"unix\": 1722772800,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T12:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 13:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627436,\n            \"home_name\": \"Atlético Ottawa\",\n            \"away_name\": \"Cavalry\",\n            \"competition_id\": 69,\n            \"competition_name\": \"Premier League\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"good\",\n            \"season_id\": 5928,\n            \"season\": \"2024\",\n            \"season_progress\": 55,\n            \"home_id\": 5394,\n            \"away_id\": 5395,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 1,\n            \"away_position\": 4,\n            \"unix\": 1722726000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-03T23:00:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 00:00\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        },\n        {\n            \"id\": 151627392,\n            \"home_name\": \"La Equidad\",\n            \"away_name\": \"Once Caldas\",\n            \"competition_id\": 317,\n            \"competition_name\": \"Liga BetPlay\",\n            \"competition_type\": \"League\",\n            \"competition_predictability\": \"medium\",\n            \"season_id\": 5541,\n            \"season\": \"2024\",\n            \"season_progress\": 61,\n            \"home_id\": 7786,\n            \"away_id\": 7793,\n            \"status\": \"NS\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"ht_score\": null,\n            \"elapsed\": null,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1722730800,\n            \"home_played\": 28,\n            \"away_played\": 28,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2024-08-04T00:20:00.000000Z\",\n            \"ko_human\": \"Sun 4th, 01:20\",\n            \"is_friendly\": false,\n            \"is_cup\": false\n        }\n    ]\n}"}],"_postman_id":"55515167-faba-4f56-8161-37565e209eba"},{"name":"Live Fixtures","id":"ca4bee0f-7873-4a7f-a31a-c9bedf509eb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/fixtures/live?api_token=YOUR_API_TOKEN&include=stats,probability,odds,odds.live","description":"<p>This endpoint makes an HTTP GET request to retrieve live fixtures data from the OddAlerts API. The request includes the API token as a query parameter and also specifies the inclusion of statistics, probability, and odds related to the fixtures. The live odds can be included with <strong>odds.live</strong> and will show odds that were found and saved within the last 90 seconds.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","fixtures","live"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include","value":"stats,probability,odds,odds.live"}],"variable":[]}},"response":[{"id":"8c5a00a1-a079-4bff-8603-b37d8db67cc6","name":"Live Fixtures","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/fixtures/live?api_token=YOUR_API_TOKEN&include=stats,probability,odds","protocol":"https","host":["data","oddalerts","com"],"path":["api","fixtures","live"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include","value":"stats,probability,odds"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 02:50:18 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"96"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"per_page\": 250,\n        \"count\": 9,\n        \"next_page_url\": \"NEXT PAGE URL WILL APPEAR HERE\"\n    },\n    \"data\": [\n        {\n            \"id\": 52261100,\n            \"home_name\": \"Tulsa Roughnecks\",\n            \"away_name\": \"San Antonio\",\n            \"season_id\": 3854,\n            \"competition_id\": 71,\n            \"home_id\": 7806,\n            \"away_id\": 5860,\n            \"status\": \"LIVE\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 83,\n            \"home_position\": 10,\n            \"away_position\": 2,\n            \"unix\": 1693789200,\n            \"home_played\": 27,\n            \"away_played\": 27,\n            \"home_formation\": \"4-1-4-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-09-04T01:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 02:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 6,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 6,\n                \"home_corners\": 2,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 0,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": 0,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": 195,\n                \"home_attacks\": 83,\n                \"away_attacks\": 112,\n                \"dang_attacks\": 154,\n                \"home_dang_attacks\": 45,\n                \"away_dang_attacks\": 109\n            },\n            \"probability\": {\n                \"home_win\": 25.4,\n                \"draw\": 22.69,\n                \"away_win\": 51.91,\n                \"btts\": 53.57,\n                \"o25\": 56.56,\n                \"u25\": 43.44,\n                \"o35\": 34.03,\n                \"u35\": 65.97,\n                \"o05_home_goals\": 58.89,\n                \"o15_home_goals\": 26.31,\n                \"o05_away_goals\": 81.47,\n                \"o15_away_goals\": 52.53\n            },\n            \"odds\": {\n                \"total_goals\": {\n                    \"over_25\": 1.85,\n                    \"under_25\": 2.29,\n                    \"over_05\": 1.05,\n                    \"over_15\": 1.29,\n                    \"over_35\": 3,\n                    \"over_45\": 5.75,\n                    \"over_55\": 10,\n                    \"over_65\": 13,\n                    \"over_75\": 21,\n                    \"under_05\": 13,\n                    \"under_15\": 4.5,\n                    \"under_35\": 1.53,\n                    \"under_45\": 1.22,\n                    \"under_55\": 1.09,\n                    \"under_65\": 1.03,\n                    \"under_75\": 1.01,\n                    \"over_2\": 1.43,\n                    \"over_3\": 2.43,\n                    \"over_4\": 4.9,\n                    \"under_2\": 3.55,\n                    \"under_3\": 1.83,\n                    \"under_4\": 1.28,\n                    \"over_1\": 1.03,\n                    \"under_1\": 12.7,\n                    \"over_5\": 9.9,\n                    \"under_5\": 1.05,\n                    \"over_85\": 21,\n                    \"under_85\": 1\n                },\n                \"ht_result\": {\n                    \"home\": 5.51,\n                    \"draw\": 2.48,\n                    \"away\": 2.75\n                },\n                \"ft_result\": {\n                    \"home\": 6.01,\n                    \"draw\": 4.2,\n                    \"away\": 2.15\n                },\n                \"dnb\": {\n                    \"home\": 4.62,\n                    \"away\": 1.62\n                },\n                \"total_goals_1h\": {\n                    \"over_1\": 1.83,\n                    \"under_1\": 2.37,\n                    \"over_15\": 2.75,\n                    \"over_2\": 5.75,\n                    \"over_25\": 6.8,\n                    \"under_15\": 1.61,\n                    \"under_2\": 1.24,\n                    \"under_25\": 1.16,\n                    \"over_35\": 13,\n                    \"under_35\": 1.04,\n                    \"over_05\": 1.4,\n                    \"under_05\": 3.66\n                },\n                \"btts\": {\n                    \"yes\": 1.8,\n                    \"no\": 2.34\n                },\n                \"home_goals\": {\n                    \"over_15\": 3.75,\n                    \"under_15\": 1.44,\n                    \"over_25\": 9.8,\n                    \"under_25\": 1.11,\n                    \"over_35\": 17,\n                    \"under_35\": 1.03,\n                    \"over_45\": 21,\n                    \"under_45\": 1.01,\n                    \"over_05\": 1.57,\n                    \"under_05\": 3,\n                    \"over_2\": 8.6,\n                    \"under_2\": 1.11,\n                    \"over_1\": 2.4,\n                    \"under_1\": 1.9\n                },\n                \"away_goals\": {\n                    \"over_15\": 2.1,\n                    \"under_15\": 2.36,\n                    \"over_25\": 4.33,\n                    \"under_25\": 1.4,\n                    \"over_35\": 10,\n                    \"under_35\": 1.13,\n                    \"over_45\": 13,\n                    \"under_45\": 1.05,\n                    \"over_55\": 21,\n                    \"under_55\": 1.01,\n                    \"over_05\": 1.25,\n                    \"under_05\": 5.95,\n                    \"over_2\": 3.2,\n                    \"under_2\": 1.66,\n                    \"over_3\": 8.5,\n                    \"under_3\": 1.15,\n                    \"over_1\": 1.34,\n                    \"under_1\": 4.6,\n                    \"over_65\": 21,\n                    \"under_65\": 1\n                },\n                \"highest_scoring_half\": {\n                    \"first_half\": 3.1,\n                    \"second_half\": 2.15,\n                    \"tie\": 4\n                },\n                \"total_goals_2h\": {\n                    \"over_35\": 10,\n                    \"under_35\": 1.08,\n                    \"over_15\": 2.05,\n                    \"under_15\": 1.91,\n                    \"over_25\": 4.33,\n                    \"under_25\": 1.3,\n                    \"over_05\": 1.25,\n                    \"under_05\": 4.7,\n                    \"over_45\": 23,\n                    \"under_45\": 1.03,\n                    \"over_2\": 3.28,\n                    \"under_2\": 1.43,\n                    \"over_1\": 1.39,\n                    \"under_1\": 3.34\n                },\n                \"double_chance\": {\n                    \"home_draw\": 2.5,\n                    \"home_away\": 1.3,\n                    \"draw_away\": 1.36\n                },\n                \"total_corners\": {\n                    \"over_105\": 2.38,\n                    \"under_85\": 2.46,\n                    \"over_115\": 2.39,\n                    \"under_95\": 2.1,\n                    \"over_95\": 1.51,\n                    \"under_105\": 1.54,\n                    \"over_125\": 2.67,\n                    \"under_75\": 3.08,\n                    \"over_135\": 3.65,\n                    \"under_115\": 1.3,\n                    \"exactly_10\": 8\n                },\n                \"asian_corners\": {\n                    \"over_95\": 1.85,\n                    \"under_95\": 1.95,\n                    \"over_10\": 1.85,\n                    \"under_10\": 1.95\n                },\n                \"asian_corners_1h\": {\n                    \"over_45\": 1.88,\n                    \"under_45\": 1.93,\n                    \"over_5\": 2.08,\n                    \"under_5\": 1.73\n                }\n            }\n        },\n        {\n            \"id\": 52261102,\n            \"home_name\": \"Deportivo Cali\",\n            \"away_name\": \"Deportivo Pasto\",\n            \"season_id\": 3687,\n            \"competition_id\": 317,\n            \"home_id\": 7787,\n            \"away_id\": 7784,\n            \"status\": \"LIVE\",\n            \"home_goals\": 3,\n            \"away_goals\": 0,\n            \"elapsed\": 68,\n            \"home_position\": 19,\n            \"away_position\": 9,\n            \"unix\": 1693790400,\n            \"home_played\": 26,\n            \"away_played\": 34,\n            \"home_formation\": \"4-4-2\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-09-04T01:20:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 02:20\",\n            \"stats\": {\n                \"home_possession\": 64,\n                \"away_possession\": 36,\n                \"home_pressure\": 63.43,\n                \"home_pressure_avg\": 61,\n                \"away_pressure\": 36.57,\n                \"away_pressure_avg\": 39,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 4,\n                \"home_corners\": 4,\n                \"away_corners\": 0,\n                \"home_fouls\": 6,\n                \"away_fouls\": 5,\n                \"shots\": 19,\n                \"home_shots\": 12,\n                \"away_shots\": 7,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 210,\n                \"home_attacks\": 122,\n                \"away_attacks\": 88,\n                \"dang_attacks\": 132,\n                \"home_dang_attacks\": 77,\n                \"away_dang_attacks\": 55\n            },\n            \"probability\": {\n                \"home_win\": 54.62,\n                \"draw\": 27.95,\n                \"away_win\": 17.42,\n                \"btts\": 42.27,\n                \"o25\": 38.01,\n                \"u25\": 61.99,\n                \"o35\": 18.88,\n                \"u35\": 81.12,\n                \"o05_home_goals\": 78.05,\n                \"o15_home_goals\": 43.24,\n                \"o05_away_goals\": 49.35,\n                \"o15_away_goals\": 15.96\n            },\n            \"odds\": {\n                \"ft_result\": {\n                    \"home\": 2.27,\n                    \"draw\": 3.5,\n                    \"away\": 4.26\n                },\n                \"dnb\": {\n                    \"home\": 1.6,\n                    \"away\": 2.98\n                },\n                \"total_goals\": {\n                    \"over_35\": 4.62,\n                    \"under_35\": 1.23,\n                    \"over_15\": 1.46,\n                    \"under_15\": 2.99,\n                    \"over_45\": 10,\n                    \"under_45\": 1.07,\n                    \"over_25\": 2.46,\n                    \"under_25\": 1.65,\n                    \"over_05\": 1.1,\n                    \"under_05\": 9,\n                    \"over_55\": 21,\n                    \"under_55\": 1.02,\n                    \"over_3\": 3.8,\n                    \"under_3\": 1.3,\n                    \"over_2\": 1.8,\n                    \"under_2\": 2.21,\n                    \"over_4\": 7.7,\n                    \"under_4\": 1.05,\n                    \"over_1\": 1.11,\n                    \"under_1\": 6.8,\n                    \"over_65\": 51,\n                    \"under_65\": 1,\n                    \"over_5\": 13.5,\n                    \"under_5\": 1.02\n                },\n                \"total_goals_1h\": {\n                    \"over_35\": 34,\n                    \"over_15\": 3.47,\n                    \"under_15\": 1.34,\n                    \"over_25\": 9.2,\n                    \"under_25\": 1.07,\n                    \"over_05\": 1.55,\n                    \"under_05\": 2.74,\n                    \"under_35\": 1.01,\n                    \"over_2\": 7.9,\n                    \"under_2\": 1.07,\n                    \"over_1\": 2.34,\n                    \"under_1\": 1.71,\n                    \"over_3\": 14,\n                    \"under_3\": 1.01\n                },\n                \"total_goals_2h\": {\n                    \"over_35\": 17,\n                    \"under_35\": 1.03,\n                    \"over_15\": 2.5,\n                    \"under_15\": 1.53,\n                    \"over_25\": 6,\n                    \"under_25\": 1.13,\n                    \"over_05\": 1.36,\n                    \"under_05\": 3.5,\n                    \"over_2\": 4.8,\n                    \"under_2\": 1.19,\n                    \"over_1\": 1.66,\n                    \"under_1\": 2.22\n                },\n                \"btts\": {\n                    \"yes\": 2.1,\n                    \"no\": 1.81\n                },\n                \"ht_result\": {\n                    \"home\": 2.96,\n                    \"draw\": 2.13,\n                    \"away\": 4.98\n                },\n                \"highest_scoring_half\": {\n                    \"tie\": 3.3,\n                    \"first_half\": 3.2,\n                    \"second_half\": 2.16\n                },\n                \"double_chance\": {\n                    \"home_draw\": 1.33,\n                    \"home_away\": 1.38,\n                    \"draw_away\": 1.84\n                },\n                \"home_goals\": {\n                    \"over_35\": 15,\n                    \"under_35\": 1.03,\n                    \"over_15\": 2.52,\n                    \"under_15\": 1.65,\n                    \"over_25\": 5.95,\n                    \"under_25\": 1.17,\n                    \"over_05\": 1.33,\n                    \"under_05\": 3.7,\n                    \"over_2\": 4.8,\n                    \"under_2\": 1.22,\n                    \"over_3\": 13.5,\n                    \"under_3\": 1.02,\n                    \"over_1\": 1.64,\n                    \"under_1\": 2.51,\n                    \"over_45\": 41,\n                    \"under_45\": 1.01\n                },\n                \"away_goals\": {\n                    \"over_15\": 4,\n                    \"under_15\": 1.3,\n                    \"over_25\": 13,\n                    \"under_25\": 1.06,\n                    \"over_05\": 1.6,\n                    \"under_05\": 2.51,\n                    \"over_2\": 9.9,\n                    \"under_2\": 1.06,\n                    \"over_1\": 2.57,\n                    \"under_1\": 1.63,\n                    \"over_35\": 41,\n                    \"under_35\": 1.01\n                },\n                \"asian_corners\": {\n                    \"over_95\": 1.98,\n                    \"under_95\": 1.83,\n                    \"over_10\": 1.95,\n                    \"under_10\": 2.05\n                },\n                \"asian_corners_1h\": {\n                    \"over_45\": 1.98,\n                    \"under_45\": 2.03,\n                    \"over_5\": 2,\n                    \"under_5\": 1.8\n                },\n                \"total_corners\": {\n                    \"over_95\": 1.91,\n                    \"exactly_9\": 8.5,\n                    \"under_85\": 3.25,\n                    \"over_45\": 1.03,\n                    \"over_55\": 1.07,\n                    \"over_65\": 1.17,\n                    \"over_75\": 1.3,\n                    \"over_85\": 1.53,\n                    \"over_105\": 2.5,\n                    \"exactly_4\": 19,\n                    \"exactly_5\": 19,\n                    \"exactly_6\": 13,\n                    \"exactly_7\": 10,\n                    \"exactly_8\": 9,\n                    \"exactly_10\": 8,\n                    \"under_35\": 26,\n                    \"under_45\": 23,\n                    \"under_55\": 13,\n                    \"under_65\": 8,\n                    \"under_75\": 4.5,\n                    \"under_95\": 2.25,\n                    \"over_115\": 3.5,\n                    \"over_125\": 5,\n                    \"over_135\": 7,\n                    \"over_145\": 11,\n                    \"over_155\": 15,\n                    \"over_165\": 21,\n                    \"exactly_11\": 9.5,\n                    \"exactly_12\": 11,\n                    \"exactly_13\": 13,\n                    \"exactly_14\": 17,\n                    \"exactly_15\": 21,\n                    \"exactly_16\": 26,\n                    \"under_105\": 1.8,\n                    \"under_115\": 1.5,\n                    \"under_125\": 1.3,\n                    \"under_135\": 1.18,\n                    \"under_145\": 1.1,\n                    \"under_155\": 1.05,\n                    \"over_175\": 21,\n                    \"exactly_17\": 29,\n                    \"under_165\": 1.03\n                }\n            }\n        },\n        {\n            \"id\": 52261103,\n            \"home_name\": \"North Texas\",\n            \"away_name\": \"Colorado Rapids II\",\n            \"season_id\": 3920,\n            \"competition_id\": 1215,\n            \"home_id\": 8707,\n            \"away_id\": 23819,\n            \"status\": \"LIVE\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 55,\n            \"home_position\": 11,\n            \"away_position\": 1,\n            \"unix\": 1693791000,\n            \"home_played\": 25,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T01:30:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 02:30\",\n            \"stats\": {\n                \"home_possession\": 54,\n                \"away_possession\": 46,\n                \"home_pressure\": 34.45,\n                \"home_pressure_avg\": 46,\n                \"away_pressure\": 65.55,\n                \"away_pressure_avg\": 54,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 1,\n                \"home_corners\": 0,\n                \"away_corners\": 1,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 12,\n                \"home_shots\": 4,\n                \"away_shots\": 8,\n                \"shots_on\": 8,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 5,\n                \"attacks\": 67,\n                \"home_attacks\": 29,\n                \"away_attacks\": 38,\n                \"dang_attacks\": 24,\n                \"home_dang_attacks\": 9,\n                \"away_dang_attacks\": 15\n            },\n            \"probability\": {\n                \"home_win\": 45.1,\n                \"draw\": 23.16,\n                \"away_win\": 31.69,\n                \"btts\": 64.46,\n                \"o25\": 65.68,\n                \"u25\": 34.32,\n                \"o35\": 45.21,\n                \"u35\": 54.79,\n                \"o05_home_goals\": 79.48,\n                \"o15_home_goals\": 52.44,\n                \"o05_away_goals\": 67.42,\n                \"o15_away_goals\": 38.6\n            },\n            \"odds\": {\n                \"ft_result\": {\n                    \"home\": 3,\n                    \"draw\": 3.91,\n                    \"away\": 2.5\n                },\n                \"total_goals\": {\n                    \"over_3\": 1.85,\n                    \"under_3\": 2.03,\n                    \"over_35\": 2.28,\n                    \"under_35\": 1.64,\n                    \"over_25\": 1.53,\n                    \"under_25\": 2.7,\n                    \"over_45\": 3.71,\n                    \"under_45\": 1.25,\n                    \"over_2\": 1.23,\n                    \"under_2\": 4.25,\n                    \"over_4\": 3.2,\n                    \"under_4\": 1.35,\n                    \"over_5\": 6.05,\n                    \"under_5\": 1.1,\n                    \"over_15\": 1.15,\n                    \"under_15\": 5.1,\n                    \"over_1\": 1.05,\n                    \"under_1\": 11,\n                    \"over_55\": 7.2,\n                    \"under_55\": 1.11,\n                    \"over_05\": 1.01,\n                    \"under_05\": 14.9\n                },\n                \"home_goals\": {\n                    \"over_15\": 2.18,\n                    \"under_15\": 1.87,\n                    \"over_05\": 1.23,\n                    \"under_05\": 4.05,\n                    \"over_2\": 3.75,\n                    \"under_2\": 1.36,\n                    \"over_1\": 1.47,\n                    \"under_1\": 2.88,\n                    \"over_25\": 4.8,\n                    \"under_25\": 1.23,\n                    \"over_35\": 9,\n                    \"under_35\": 1.06,\n                    \"over_3\": 7.1,\n                    \"under_3\": 1.08\n                },\n                \"total_goals_1h\": {\n                    \"over_15\": 2.31,\n                    \"under_15\": 1.71,\n                    \"over_1\": 1.53,\n                    \"under_1\": 2.79,\n                    \"over_2\": 3.86,\n                    \"under_2\": 1.29,\n                    \"over_25\": 4.7,\n                    \"under_25\": 1.19,\n                    \"over_05\": 1.29,\n                    \"under_05\": 3.76,\n                    \"over_35\": 11,\n                    \"under_35\": 1.05\n                },\n                \"total_goals_2h\": {\n                    \"over_15\": 1.77,\n                    \"under_15\": 2.06,\n                    \"over_2\": 2.5,\n                    \"under_2\": 1.51,\n                    \"over_1\": 1.26,\n                    \"under_1\": 3.82,\n                    \"over_25\": 3.31,\n                    \"under_25\": 1.33,\n                    \"over_05\": 1.14,\n                    \"under_05\": 5.3,\n                    \"under_35\": 1.07,\n                    \"over_35\": 8.03\n                },\n                \"btts\": {\n                    \"yes\": 1.5,\n                    \"no\": 2.77\n                },\n                \"highest_scoring_half\": {\n                    \"tie\": 4.09,\n                    \"first_half\": 3.04,\n                    \"second_half\": 2.09\n                },\n                \"double_chance\": {\n                    \"home_draw\": 1.64,\n                    \"home_away\": 1.28,\n                    \"draw_away\": 1.42\n                },\n                \"ht_result\": {\n                    \"home\": 3.46,\n                    \"draw\": 2.5,\n                    \"away\": 2.88\n                },\n                \"away_goals\": {\n                    \"over_15\": 1.91,\n                    \"under_15\": 2.06,\n                    \"over_05\": 1.2,\n                    \"under_05\": 5.2,\n                    \"over_2\": 2.8,\n                    \"under_2\": 1.44,\n                    \"over_1\": 1.35,\n                    \"under_1\": 3.75,\n                    \"over_35\": 7.6,\n                    \"under_35\": 1.09,\n                    \"over_25\": 3.6,\n                    \"under_25\": 1.3,\n                    \"over_3\": 6.2,\n                    \"under_3\": 1.13\n                },\n                \"dnb\": {\n                    \"home\": 2.25,\n                    \"away\": 1.83\n                },\n                \"asian_corners\": {\n                    \"over_9\": 1.85,\n                    \"under_9\": 1.95\n                },\n                \"asian_corners_1h\": {\n                    \"over_45\": 2.05,\n                    \"under_45\": 1.75\n                },\n                \"total_corners\": {\n                    \"over_95\": 2.1,\n                    \"exactly_9\": 7.5,\n                    \"under_85\": 2.2,\n                    \"over_45\": 1.03,\n                    \"over_55\": 1.08,\n                    \"over_65\": 1.2,\n                    \"over_75\": 1.36,\n                    \"over_85\": 1.62,\n                    \"over_105\": 2.75,\n                    \"exactly_4\": 17,\n                    \"exactly_5\": 13,\n                    \"exactly_6\": 9.5,\n                    \"exactly_7\": 8,\n                    \"exactly_8\": 7.5,\n                    \"exactly_10\": 8.5,\n                    \"under_35\": 23,\n                    \"under_45\": 15,\n                    \"under_55\": 8,\n                    \"under_65\": 4.33,\n                    \"under_75\": 3,\n                    \"under_95\": 1.67,\n                    \"over_115\": 3.75,\n                    \"over_125\": 5.5,\n                    \"over_135\": 9,\n                    \"over_145\": 13,\n                    \"over_155\": 17,\n                    \"over_165\": 23,\n                    \"exactly_11\": 9.5,\n                    \"exactly_12\": 11,\n                    \"exactly_13\": 15,\n                    \"exactly_14\": 19,\n                    \"exactly_15\": 21,\n                    \"exactly_16\": 29,\n                    \"under_105\": 1.4,\n                    \"under_115\": 1.25,\n                    \"under_125\": 1.14,\n                    \"under_135\": 1.07,\n                    \"under_145\": 1.04,\n                    \"under_155\": 1.02\n                }\n            }\n        },\n        {\n            \"id\": 52261104,\n            \"home_name\": \"Atlético San Luis\",\n            \"away_name\": \"Atlas\",\n            \"season_id\": 4323,\n            \"competition_id\": 2,\n            \"home_id\": 7808,\n            \"away_id\": 8897,\n            \"status\": \"HT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 45,\n            \"home_position\": 3,\n            \"away_position\": 9,\n            \"unix\": 1693792800,\n            \"home_played\": 6,\n            \"away_played\": 6,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-09-04T02:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 03:00\",\n            \"stats\": {\n                \"home_possession\": 43,\n                \"away_possession\": 57,\n                \"home_pressure\": 23.45,\n                \"home_pressure_avg\": 45,\n                \"away_pressure\": 76.55,\n                \"away_pressure_avg\": 55,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 1,\n                \"home_corners\": 0,\n                \"away_corners\": 1,\n                \"home_fouls\": 4,\n                \"away_fouls\": 2,\n                \"shots\": 9,\n                \"home_shots\": 5,\n                \"away_shots\": 4,\n                \"shots_on\": 2,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 0,\n                \"attacks\": 96,\n                \"home_attacks\": 33,\n                \"away_attacks\": 63,\n                \"dang_attacks\": 27,\n                \"home_dang_attacks\": 10,\n                \"away_dang_attacks\": 17\n            },\n            \"probability\": {\n                \"home_win\": 35.02,\n                \"draw\": 27.69,\n                \"away_win\": 37.28,\n                \"btts\": 50.81,\n                \"o25\": 44.95,\n                \"u25\": 55.05,\n                \"o35\": 23.54,\n                \"u35\": 76.46,\n                \"o05_home_goals\": 68.08,\n                \"o15_home_goals\": 33.63,\n                \"o05_away_goals\": 69.83,\n                \"o15_away_goals\": 34.91\n            },\n            \"odds\": {\n                \"ft_result\": {\n                    \"home\": 2.68,\n                    \"draw\": 3.5,\n                    \"away\": 2.97\n                },\n                \"total_goals\": {\n                    \"over_25\": 2.05,\n                    \"under_25\": 2.01,\n                    \"over_35\": 3.49,\n                    \"under_35\": 1.38,\n                    \"over_15\": 1.33,\n                    \"under_15\": 3.97,\n                    \"over_45\": 6.94,\n                    \"under_45\": 1.14,\n                    \"over_05\": 1.06,\n                    \"under_05\": 9.7,\n                    \"over_55\": 13,\n                    \"under_55\": 1.04,\n                    \"over_65\": 29,\n                    \"under_65\": 1.01,\n                    \"over_75\": 50,\n                    \"under_75\": 1,\n                    \"over_3\": 2.83,\n                    \"under_3\": 1.56,\n                    \"over_2\": 1.52,\n                    \"under_2\": 3.07,\n                    \"over_4\": 5.6,\n                    \"under_4\": 1.12,\n                    \"over_1\": 1.04,\n                    \"under_1\": 8.6,\n                    \"over_5\": 10.5,\n                    \"under_5\": 1.03\n                },\n                \"btts\": {\n                    \"yes\": 1.77,\n                    \"no\": 2.25\n                },\n                \"dnb\": {\n                    \"home\": 1.91,\n                    \"away\": 2.04\n                },\n                \"total_goals_1h\": {\n                    \"over_35\": 15,\n                    \"under_35\": 1.02,\n                    \"over_15\": 3.13,\n                    \"under_15\": 1.46,\n                    \"over_25\": 7.4,\n                    \"under_25\": 1.1,\n                    \"over_05\": 1.44,\n                    \"under_05\": 3.23,\n                    \"over_2\": 6.1,\n                    \"under_2\": 1.13,\n                    \"over_1\": 2.01,\n                    \"under_1\": 2.06,\n                    \"over_3\": 14,\n                    \"under_3\": 1.02\n                },\n                \"total_goals_2h\": {\n                    \"over_35\": 11,\n                    \"under_35\": 1.05,\n                    \"over_15\": 2.17,\n                    \"under_15\": 1.71,\n                    \"over_25\": 4.8,\n                    \"under_25\": 1.2,\n                    \"over_05\": 1.29,\n                    \"under_05\": 4.05,\n                    \"over_45\": 26,\n                    \"under_45\": 1.01,\n                    \"over_2\": 3.72,\n                    \"under_2\": 1.29,\n                    \"over_1\": 1.48,\n                    \"under_1\": 2.83\n                },\n                \"highest_scoring_half\": {\n                    \"tie\": 3.55,\n                    \"first_half\": 3.08,\n                    \"second_half\": 2.09\n                },\n                \"double_chance\": {\n                    \"home_draw\": 1.52,\n                    \"home_away\": 1.39,\n                    \"draw_away\": 1.56\n                },\n                \"ht_result\": {\n                    \"home\": 3.39,\n                    \"draw\": 2.3,\n                    \"away\": 3.63\n                },\n                \"home_goals\": {\n                    \"over_35\": 14,\n                    \"under_35\": 1.02,\n                    \"over_15\": 2.56,\n                    \"under_15\": 1.64,\n                    \"over_25\": 5.8,\n                    \"under_25\": 1.14,\n                    \"over_05\": 1.33,\n                    \"under_05\": 3.62,\n                    \"over_45\": 41,\n                    \"under_45\": 1,\n                    \"over_2\": 4.6,\n                    \"under_2\": 1.18,\n                    \"over_3\": 13,\n                    \"under_3\": 1.01,\n                    \"over_1\": 1.59,\n                    \"under_1\": 2.45\n                },\n                \"away_goals\": {\n                    \"over_35\": 14,\n                    \"under_35\": 1.03,\n                    \"over_15\": 2.76,\n                    \"under_15\": 1.59,\n                    \"over_25\": 6.2,\n                    \"under_25\": 1.14,\n                    \"over_05\": 1.33,\n                    \"under_05\": 3.54,\n                    \"over_45\": 41,\n                    \"under_45\": 1,\n                    \"over_2\": 5,\n                    \"under_2\": 1.21,\n                    \"over_3\": 14.5,\n                    \"under_3\": 1.02,\n                    \"over_1\": 1.68,\n                    \"under_1\": 2.4\n                },\n                \"total_corners\": {\n                    \"over_105\": 2.34,\n                    \"under_85\": 2.07,\n                    \"over_115\": 3.03,\n                    \"under_95\": 1.66,\n                    \"over_95\": 1.88,\n                    \"under_75\": 2.57,\n                    \"over_75\": 1.16,\n                    \"under_55\": 4.9,\n                    \"over_85\": 1.49,\n                    \"under_65\": 3.2,\n                    \"over_125\": 3.42,\n                    \"under_105\": 1.29,\n                    \"over_135\": 4.9,\n                    \"under_115\": 1.16,\n                    \"over_65\": 1.06,\n                    \"under_45\": 7.8,\n                    \"over_145\": 7.1,\n                    \"under_125\": 1.08\n                }\n            }\n        },\n        {\n            \"id\": 52261105,\n            \"home_name\": \"Xelajú\",\n            \"away_name\": \"Malacateco\",\n            \"season_id\": 4454,\n            \"competition_id\": 305,\n            \"home_id\": 7562,\n            \"away_id\": 8633,\n            \"status\": \"LIVE\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 44,\n            \"home_position\": 4,\n            \"away_position\": 1,\n            \"unix\": 1693792800,\n            \"home_played\": 5,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T02:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 03:00\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": 40.32,\n                \"home_pressure_avg\": 65,\n                \"away_pressure\": 59.68,\n                \"away_pressure_avg\": 35,\n                \"cards\": 3,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 5,\n                \"away_corners\": 0,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 12,\n                \"home_shots\": 9,\n                \"away_shots\": 3,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 69,\n                \"home_attacks\": 40,\n                \"away_attacks\": 29,\n                \"dang_attacks\": 45,\n                \"home_dang_attacks\": 31,\n                \"away_dang_attacks\": 14\n            },\n            \"probability\": {\n                \"home_win\": 63.45,\n                \"draw\": 22.83,\n                \"away_win\": 13.71,\n                \"btts\": 43.71,\n                \"o25\": 45.96,\n                \"u25\": 54.04,\n                \"o35\": 24.35,\n                \"u35\": 75.65,\n                \"o05_home_goals\": 83.16,\n                \"o15_home_goals\": 52.1,\n                \"o05_away_goals\": 46.14,\n                \"o15_away_goals\": 14.68\n            },\n            \"odds\": {\n                \"ht_result\": {\n                    \"home\": 3.1,\n                    \"draw\": 2.03,\n                    \"away\": 5.23\n                },\n                \"ft_result\": {\n                    \"home\": 2.37,\n                    \"draw\": 3.72,\n                    \"away\": 4.38\n                },\n                \"total_goals\": {\n                    \"over_25\": 2.7,\n                    \"under_25\": 1.66,\n                    \"over_35\": 5.15,\n                    \"under_35\": 1.22,\n                    \"over_15\": 1.56,\n                    \"under_15\": 2.82,\n                    \"over_45\": 11,\n                    \"under_45\": 1.09,\n                    \"over_05\": 1.11,\n                    \"under_05\": 8,\n                    \"over_3\": 4.33,\n                    \"under_3\": 1.29,\n                    \"over_2\": 1.95,\n                    \"under_2\": 2.24,\n                    \"over_1\": 1.14,\n                    \"under_1\": 6.26,\n                    \"over_4\": 8.5,\n                    \"under_4\": 1.06,\n                    \"over_55\": 34,\n                    \"under_55\": 1.02\n                },\n                \"dnb\": {\n                    \"home\": 1.53,\n                    \"away\": 2.75\n                },\n                \"total_goals_1h\": {\n                    \"over_35\": 41,\n                    \"over_15\": 3.74,\n                    \"under_15\": 1.33,\n                    \"over_25\": 10,\n                    \"under_25\": 1.06,\n                    \"over_05\": 1.57,\n                    \"under_05\": 2.61,\n                    \"over_1\": 2.47,\n                    \"under_1\": 1.72\n                },\n                \"total_goals_2h\": {\n                    \"over_15\": 2.77,\n                    \"under_15\": 1.51,\n                    \"over_05\": 1.4,\n                    \"under_05\": 3.22,\n                    \"over_1\": 1.83,\n                    \"under_1\": 2.18,\n                    \"over_25\": 6.6,\n                    \"under_25\": 1.12,\n                    \"over_35\": 13,\n                    \"under_35\": 1.02\n                },\n                \"btts\": {\n                    \"yes\": 2.21,\n                    \"no\": 1.85\n                },\n                \"highest_scoring_half\": {\n                    \"tie\": 3.37,\n                    \"first_half\": 3.23,\n                    \"second_half\": 2.25\n                },\n                \"double_chance\": {\n                    \"home_draw\": 1.32,\n                    \"home_away\": 1.36,\n                    \"draw_away\": 1.85\n                },\n                \"home_goals\": {\n                    \"over_15\": 2.6,\n                    \"under_15\": 1.7,\n                    \"over_05\": 1.33,\n                    \"under_05\": 4,\n                    \"over_2\": 5.2,\n                    \"under_2\": 1.28,\n                    \"over_1\": 1.72,\n                    \"under_1\": 2.75,\n                    \"over_25\": 6.3,\n                    \"under_25\": 1.18,\n                    \"over_35\": 13,\n                    \"under_35\": 1.02\n                },\n                \"away_goals\": {\n                    \"over_15\": 4.33,\n                    \"under_15\": 1.26,\n                    \"over_05\": 1.7,\n                    \"under_05\": 2.45,\n                    \"over_2\": 11,\n                    \"under_2\": 1.03,\n                    \"over_1\": 2.7,\n                    \"under_1\": 1.54,\n                    \"over_25\": 11,\n                    \"under_25\": 1.06\n                }\n            }\n        },\n        {\n            \"id\": 52261106,\n            \"home_name\": \"LA Galaxy II\",\n            \"away_name\": \"Sporting Kansas City II\",\n            \"season_id\": 3920,\n            \"competition_id\": 1215,\n            \"home_id\": 4863,\n            \"away_id\": 7807,\n            \"status\": \"LIVE\",\n            \"home_goals\": 0,\n            \"away_goals\": 2,\n            \"elapsed\": 45,\n            \"home_position\": 13,\n            \"away_position\": 4,\n            \"unix\": 1693792800,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T02:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 03:00\",\n            \"stats\": {\n                \"home_possession\": 45,\n                \"away_possession\": 55,\n                \"home_pressure\": 70.73,\n                \"home_pressure_avg\": 39,\n                \"away_pressure\": 29.27,\n                \"away_pressure_avg\": 61,\n                \"cards\": 1,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 3,\n                \"home_corners\": 1,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 14,\n                \"home_shots\": 6,\n                \"away_shots\": 8,\n                \"shots_on\": 9,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 6,\n                \"attacks\": 71,\n                \"home_attacks\": 27,\n                \"away_attacks\": 44,\n                \"dang_attacks\": 44,\n                \"home_dang_attacks\": 12,\n                \"away_dang_attacks\": 32\n            },\n            \"probability\": {\n                \"home_win\": 36.68,\n                \"draw\": 23.83,\n                \"away_win\": 39.5,\n                \"btts\": 61.86,\n                \"o25\": 62.48,\n                \"u25\": 37.52,\n                \"o35\": 42.06,\n                \"u35\": 57.94,\n                \"o05_home_goals\": 71.99,\n                \"o15_home_goals\": 42.38,\n                \"o05_away_goals\": 74.26,\n                \"o15_away_goals\": 44.52\n            },\n            \"odds\": {\n                \"ft_result\": {\n                    \"home\": 4.46,\n                    \"draw\": 4.71,\n                    \"away\": 2.12\n                },\n                \"total_goals\": {\n                    \"over_35\": 2.14,\n                    \"under_35\": 2.25,\n                    \"over_3\": 1.7,\n                    \"under_3\": 3.14,\n                    \"over_4\": 2.83,\n                    \"under_4\": 1.9,\n                    \"over_45\": 3.34,\n                    \"under_45\": 1.57,\n                    \"over_25\": 1.5,\n                    \"under_25\": 4,\n                    \"over_2\": 1.13,\n                    \"under_2\": 7.1,\n                    \"over_5\": 5.4,\n                    \"under_5\": 1.3,\n                    \"over_15\": 1.1,\n                    \"under_15\": 9.2,\n                    \"over_55\": 5.25,\n                    \"under_55\": 1.22,\n                    \"over_05\": 1.01,\n                    \"under_05\": 20,\n                    \"over_1\": 1.03,\n                    \"under_1\": 11.5,\n                    \"over_65\": 8.5,\n                    \"under_65\": 1.07,\n                    \"under_6\": 1.09,\n                    \"over_6\": 6.9\n                },\n                \"total_goals_1h\": {\n                    \"over_15\": 2.13,\n                    \"under_15\": 2.03,\n                    \"over_2\": 3.48,\n                    \"under_2\": 1.49,\n                    \"over_1\": 1.44,\n                    \"under_1\": 3.65,\n                    \"over_25\": 4.3,\n                    \"under_25\": 1.34,\n                    \"over_05\": 1.2,\n                    \"under_05\": 5.3,\n                    \"over_35\": 10.5,\n                    \"under_35\": 1.06\n                },\n                \"total_goals_2h\": {\n                    \"over_15\": 1.6,\n                    \"under_15\": 2.69,\n                    \"over_25\": 2.85,\n                    \"under_25\": 1.58,\n                    \"over_2\": 2.24,\n                    \"under_2\": 2.05,\n                    \"over_05\": 1.11,\n                    \"under_05\": 8.4,\n                    \"over_1\": 1.2,\n                    \"under_1\": 6.4,\n                    \"over_35\": 5.5,\n                    \"under_35\": 1.13,\n                    \"over_45\": 11,\n                    \"under_45\": 1.03\n                },\n                \"btts\": {\n                    \"yes\": 1.5,\n                    \"no\": 3.87\n                },\n                \"highest_scoring_half\": {\n                    \"tie\": 4.35,\n                    \"first_half\": 2.93,\n                    \"second_half\": 1.89\n                },\n                \"double_chance\": {\n                    \"home_draw\": 2.26,\n                    \"home_away\": 1.18,\n                    \"draw_away\": 1.38\n                },\n                \"ht_result\": {\n                    \"home\": 4.47,\n                    \"draw\": 2.88,\n                    \"away\": 2.53\n                },\n                \"home_goals\": {\n                    \"over_15\": 2.8,\n                    \"under_15\": 1.95,\n                    \"over_05\": 1.37,\n                    \"under_05\": 4.9,\n                    \"over_2\": 5.4,\n                    \"under_2\": 1.37,\n                    \"over_1\": 1.85,\n                    \"under_1\": 3.45,\n                    \"over_25\": 6.4,\n                    \"under_25\": 1.25,\n                    \"over_35\": 9,\n                    \"under_35\": 1.04,\n                    \"over_3\": 7.1,\n                    \"under_3\": 1.07\n                },\n                \"away_goals\": {\n                    \"over_25\": 2.6,\n                    \"under_25\": 1.76,\n                    \"over_15\": 1.62,\n                    \"under_15\": 2.78,\n                    \"over_05\": 1.09,\n                    \"under_05\": 8,\n                    \"over_2\": 2.03,\n                    \"under_2\": 2.29,\n                    \"over_35\": 5.1,\n                    \"under_35\": 1.28,\n                    \"over_45\": 9,\n                    \"under_45\": 1.1,\n                    \"over_3\": 4.3,\n                    \"under_3\": 1.4,\n                    \"over_4\": 7.1,\n                    \"under_4\": 1.13,\n                    \"over_1\": 1.22,\n                    \"under_1\": 5.4\n                },\n                \"dnb\": {\n                    \"home\": 3.5,\n                    \"away\": 1.62\n                },\n                \"total_corners\": {\n                    \"over_105\": 2.2,\n                    \"exactly_10\": 8,\n                    \"under_95\": 2,\n                    \"over_55\": 1.05,\n                    \"over_65\": 1.13,\n                    \"over_75\": 1.25,\n                    \"over_85\": 1.44,\n                    \"over_95\": 1.73,\n                    \"over_115\": 2.75,\n                    \"exactly_5\": 17,\n                    \"exactly_6\": 12,\n                    \"exactly_7\": 9.5,\n                    \"exactly_8\": 8.5,\n                    \"exactly_9\": 8,\n                    \"exactly_11\": 9,\n                    \"under_45\": 21,\n                    \"under_55\": 11,\n                    \"under_65\": 6,\n                    \"under_75\": 4,\n                    \"under_85\": 2.63,\n                    \"under_105\": 1.62,\n                    \"over_125\": 4,\n                    \"over_135\": 5.5,\n                    \"over_145\": 9,\n                    \"over_155\": 12,\n                    \"over_165\": 17,\n                    \"over_175\": 23,\n                    \"exactly_12\": 10,\n                    \"exactly_13\": 12,\n                    \"exactly_14\": 15,\n                    \"exactly_15\": 19,\n                    \"exactly_16\": 21,\n                    \"exactly_17\": 29,\n                    \"under_115\": 1.4,\n                    \"under_125\": 1.22,\n                    \"under_135\": 1.14,\n                    \"under_145\": 1.07,\n                    \"under_155\": 1.04,\n                    \"under_165\": 1.02\n                },\n                \"asian_corners\": {\n                    \"over_10\": 1.98,\n                    \"under_10\": 1.83\n                },\n                \"asian_corners_1h\": {\n                    \"over_45\": 1.8,\n                    \"under_45\": 2\n                }\n            }\n        },\n        {\n            \"id\": 52261107,\n            \"home_name\": \"San Jose Earthquakes II\",\n            \"away_name\": \"Minnesota United II\",\n            \"season_id\": 3920,\n            \"competition_id\": 1215,\n            \"home_id\": 23856,\n            \"away_id\": 23816,\n            \"status\": \"LIVE\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 45,\n            \"home_position\": 6,\n            \"away_position\": 8,\n            \"unix\": 1693792800,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T02:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 03:00\",\n            \"stats\": {\n                \"home_possession\": 44,\n                \"away_possession\": 56,\n                \"home_pressure\": 23.81,\n                \"home_pressure_avg\": 51,\n                \"away_pressure\": 76.19,\n                \"away_pressure_avg\": 49,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 2,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 7,\n                \"home_shots\": 5,\n                \"away_shots\": 2,\n                \"shots_on\": 4,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 1,\n                \"attacks\": 49,\n                \"home_attacks\": 16,\n                \"away_attacks\": 33,\n                \"dang_attacks\": 32,\n                \"home_dang_attacks\": 14,\n                \"away_dang_attacks\": 18\n            },\n            \"probability\": {\n                \"home_win\": 52.33,\n                \"draw\": 22.66,\n                \"away_win\": 25,\n                \"btts\": 61.47,\n                \"o25\": 62.62,\n                \"u25\": 37.38,\n                \"o35\": 41.39,\n                \"u35\": 58.61,\n                \"o05_home_goals\": 81.53,\n                \"o15_home_goals\": 54.62,\n                \"o05_away_goals\": 62.94,\n                \"o15_away_goals\": 32.41\n            },\n            \"odds\": {\n                \"ft_result\": {\n                    \"home\": 2.8,\n                    \"draw\": 4.21,\n                    \"away\": 3.6\n                },\n                \"total_goals\": {\n                    \"over_35\": 2.26,\n                    \"under_35\": 2.23,\n                    \"over_3\": 1.83,\n                    \"under_3\": 2.88,\n                    \"over_45\": 3.65,\n                    \"under_45\": 1.53,\n                    \"over_25\": 1.5,\n                    \"under_25\": 3.75,\n                    \"over_2\": 1.17,\n                    \"under_2\": 6.88,\n                    \"over_4\": 3.08,\n                    \"under_4\": 1.76,\n                    \"over_5\": 5.95,\n                    \"under_5\": 1.26,\n                    \"over_15\": 1.13,\n                    \"under_15\": 8,\n                    \"over_55\": 5.85,\n                    \"under_55\": 1.25,\n                    \"over_1\": 1.03,\n                    \"under_1\": 12,\n                    \"over_05\": 1.02,\n                    \"under_05\": 18,\n                    \"under_6\": 1.09,\n                    \"over_6\": 7.4,\n                    \"over_65\": 8,\n                    \"under_65\": 1.1\n                },\n                \"total_goals_1h\": {\n                    \"over_15\": 2.25,\n                    \"under_15\": 1.97,\n                    \"over_1\": 1.49,\n                    \"under_1\": 3.48,\n                    \"over_2\": 3.74,\n                    \"under_2\": 1.44,\n                    \"over_25\": 4.5,\n                    \"under_25\": 1.3,\n                    \"over_05\": 1.23,\n                    \"under_05\": 4.9,\n                    \"over_35\": 10,\n                    \"under_35\": 1.09,\n                    \"over_45\": 15,\n                    \"under_45\": 1.02\n                },\n                \"total_goals_2h\": {\n                    \"over_15\": 1.68,\n                    \"under_15\": 2.62,\n                    \"over_2\": 2.38,\n                    \"under_2\": 1.93,\n                    \"over_1\": 1.22,\n                    \"under_1\": 5.7,\n                    \"over_25\": 3,\n                    \"under_25\": 1.57,\n                    \"over_05\": 1.14,\n                    \"under_05\": 7.3,\n                    \"over_35\": 5.5,\n                    \"under_35\": 1.2,\n                    \"over_45\": 11,\n                    \"under_45\": 1.02\n                },\n                \"btts\": {\n                    \"yes\": 1.42,\n                    \"no\": 3.5\n                },\n                \"highest_scoring_half\": {\n                    \"tie\": 4.3,\n                    \"first_half\": 2.95,\n                    \"second_half\": 1.93\n                },\n                \"double_chance\": {\n                    \"home_draw\": 1.55,\n                    \"home_away\": 1.26,\n                    \"draw_away\": 1.83\n                },\n                \"ht_result\": {\n                    \"home\": 3.08,\n                    \"draw\": 2.8,\n                    \"away\": 3.61\n                },\n                \"home_goals\": {\n                    \"over_15\": 2.03,\n                    \"under_15\": 2.55,\n                    \"over_05\": 1.18,\n                    \"under_05\": 6.5,\n                    \"over_2\": 2.9,\n                    \"under_2\": 1.94,\n                    \"over_1\": 1.42,\n                    \"under_1\": 5.74,\n                    \"over_35\": 7.8,\n                    \"under_35\": 1.2,\n                    \"over_25\": 3.65,\n                    \"under_25\": 1.58,\n                    \"over_3\": 6.3,\n                    \"under_3\": 1.3,\n                    \"over_45\": 9,\n                    \"under_45\": 1.06,\n                    \"over_4\": 7,\n                    \"under_4\": 1.07\n                },\n                \"away_goals\": {\n                    \"over_15\": 2.17,\n                    \"under_15\": 2.22,\n                    \"over_05\": 1.22,\n                    \"under_05\": 4.57,\n                    \"over_2\": 3.42,\n                    \"under_2\": 1.54,\n                    \"over_1\": 1.5,\n                    \"under_1\": 3.7,\n                    \"over_35\": 9,\n                    \"under_35\": 1.1,\n                    \"over_25\": 4.3,\n                    \"under_25\": 1.33,\n                    \"over_3\": 6.9,\n                    \"under_3\": 1.09\n                },\n                \"dnb\": {\n                    \"home\": 2.1,\n                    \"away\": 2.75\n                },\n                \"asian_corners\": {\n                    \"over_10\": 1.8,\n                    \"under_10\": 2\n                },\n                \"asian_corners_1h\": {\n                    \"over_5\": 2.03,\n                    \"under_5\": 1.78\n                },\n                \"total_corners\": {\n                    \"over_105\": 2,\n                    \"exactly_10\": 8,\n                    \"under_95\": 2.2,\n                    \"over_55\": 1.04,\n                    \"over_65\": 1.1,\n                    \"over_75\": 1.2,\n                    \"over_85\": 1.36,\n                    \"over_95\": 1.62,\n                    \"over_115\": 2.63,\n                    \"exactly_5\": 17,\n                    \"exactly_6\": 13,\n                    \"exactly_7\": 10,\n                    \"exactly_8\": 9,\n                    \"exactly_9\": 8,\n                    \"exactly_11\": 8.5,\n                    \"under_45\": 21,\n                    \"under_55\": 13,\n                    \"under_65\": 7,\n                    \"under_75\": 4.33,\n                    \"under_85\": 3,\n                    \"under_105\": 1.73,\n                    \"over_125\": 3.5,\n                    \"over_135\": 5,\n                    \"over_145\": 7,\n                    \"over_155\": 11,\n                    \"over_165\": 15,\n                    \"over_175\": 19,\n                    \"exactly_12\": 10,\n                    \"exactly_13\": 11,\n                    \"exactly_14\": 13,\n                    \"exactly_15\": 17,\n                    \"exactly_16\": 21,\n                    \"exactly_17\": 26,\n                    \"under_115\": 1.44,\n                    \"under_125\": 1.29,\n                    \"under_135\": 1.17,\n                    \"under_145\": 1.1,\n                    \"under_155\": 1.05,\n                    \"under_165\": 1.03\n                }\n            }\n        },\n        {\n            \"id\": 52261108,\n            \"home_name\": \"Los Angeles FC\",\n            \"away_name\": \"Inter Miami\",\n            \"season_id\": 3808,\n            \"competition_id\": 68,\n            \"home_id\": 4859,\n            \"away_id\": 4845,\n            \"status\": \"LIVE\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 39,\n            \"home_position\": 3,\n            \"away_position\": 14,\n            \"unix\": 1693792800,\n            \"home_played\": 25,\n            \"away_played\": 24,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"5-3-2\",\n            \"date\": \"2023-09-04T02:00:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 03:00\",\n            \"stats\": {\n                \"home_possession\": 42,\n                \"away_possession\": 58,\n                \"home_pressure\": 47.44,\n                \"home_pressure_avg\": 57,\n                \"away_pressure\": 52.56,\n                \"away_pressure_avg\": 43,\n                \"cards\": 1,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 3,\n                \"home_corners\": 2,\n                \"away_corners\": 1,\n                \"home_fouls\": 7,\n                \"away_fouls\": 4,\n                \"shots\": 12,\n                \"home_shots\": 8,\n                \"away_shots\": 4,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 96,\n                \"home_attacks\": 56,\n                \"away_attacks\": 40,\n                \"dang_attacks\": 27,\n                \"home_dang_attacks\": 14,\n                \"away_dang_attacks\": 13\n            },\n            \"probability\": {\n                \"home_win\": 62.62,\n                \"draw\": 19.78,\n                \"away_win\": 17.58,\n                \"btts\": 54.6,\n                \"o25\": 61.27,\n                \"u25\": 38.73,\n                \"o35\": 39.08,\n                \"u35\": 60.92,\n                \"o05_home_goals\": 85.57,\n                \"o15_home_goals\": 61.67,\n                \"o05_away_goals\": 51.21,\n                \"o15_away_goals\": 22.15\n            },\n            \"odds\": {\n                \"total_goals\": {\n                    \"over_25\": 1.8,\n                    \"under_25\": 3.06,\n                    \"over_05\": 1.04,\n                    \"over_15\": 1.25,\n                    \"over_35\": 3,\n                    \"over_45\": 6,\n                    \"over_55\": 13,\n                    \"over_65\": 26,\n                    \"over_75\": 51,\n                    \"under_05\": 26,\n                    \"under_15\": 7.07,\n                    \"under_35\": 1.83,\n                    \"under_45\": 1.34,\n                    \"under_55\": 1.12,\n                    \"under_65\": 1.04,\n                    \"under_75\": 1.02,\n                    \"over_2\": 1.33,\n                    \"over_3\": 2.16,\n                    \"over_4\": 4.25,\n                    \"under_2\": 5.5,\n                    \"under_3\": 2.45,\n                    \"under_4\": 1.49,\n                    \"over_1\": 1.06,\n                    \"under_1\": 14,\n                    \"over_5\": 8.4,\n                    \"under_5\": 1.16,\n                    \"over_85\": 51,\n                    \"under_85\": 1,\n                    \"under_6\": 1.06,\n                    \"over_6\": 10.5\n                },\n                \"btts\": {\n                    \"yes\": 1.7,\n                    \"no\": 3.08\n                },\n                \"home_goals\": {\n                    \"over_15\": 2,\n                    \"under_15\": 2.56,\n                    \"over_25\": 4,\n                    \"under_25\": 1.44,\n                    \"over_35\": 10,\n                    \"under_35\": 1.12,\n                    \"over_45\": 23,\n                    \"under_45\": 1.03,\n                    \"over_55\": 51,\n                    \"under_55\": 1,\n                    \"over_05\": 1.2,\n                    \"under_05\": 6.5,\n                    \"over_2\": 2.85,\n                    \"under_2\": 1.74,\n                    \"over_1\": 1.28,\n                    \"under_1\": 5.05,\n                    \"over_3\": 7.6,\n                    \"under_3\": 1.15\n                },\n                \"away_goals\": {\n                    \"over_15\": 3,\n                    \"under_15\": 1.81,\n                    \"over_25\": 9,\n                    \"under_25\": 1.22,\n                    \"over_35\": 23,\n                    \"under_35\": 1.05,\n                    \"over_45\": 51,\n                    \"under_45\": 1.01,\n                    \"over_05\": 1.36,\n                    \"under_05\": 4.37,\n                    \"over_2\": 5.2,\n                    \"under_2\": 1.35,\n                    \"over_1\": 1.72,\n                    \"under_1\": 2.9,\n                    \"over_3\": 13.7,\n                    \"under_3\": 1.05\n                },\n                \"ht_result\": {\n                    \"home\": 2.81,\n                    \"draw\": 2.73,\n                    \"away\": 4.33\n                },\n                \"ft_result\": {\n                    \"home\": 2.25,\n                    \"draw\": 4.47,\n                    \"away\": 3.9\n                },\n                \"dnb\": {\n                    \"home\": 1.61,\n                    \"away\": 2.91\n                },\n                \"highest_scoring_half\": {\n                    \"first_half\": 3.21,\n                    \"second_half\": 2.03,\n                    \"tie\": 4.21\n                },\n                \"total_goals_1h\": {\n                    \"over_1\": 1.7,\n                    \"under_1\": 3.1,\n                    \"over_15\": 2.6,\n                    \"over_2\": 5,\n                    \"over_25\": 6.25,\n                    \"under_15\": 1.79,\n                    \"under_2\": 1.33,\n                    \"under_25\": 1.22,\n                    \"over_35\": 13.2,\n                    \"under_35\": 1.05,\n                    \"over_05\": 1.33,\n                    \"under_05\": 4.15,\n                    \"over_45\": 65,\n                    \"under_45\": 1.01,\n                    \"over_3\": 8.6,\n                    \"under_3\": 1.06\n                },\n                \"total_goals_2h\": {\n                    \"over_35\": 10,\n                    \"under_35\": 1.12,\n                    \"over_15\": 1.93,\n                    \"under_15\": 2.26,\n                    \"over_25\": 3.92,\n                    \"under_25\": 1.4,\n                    \"over_05\": 1.22,\n                    \"under_05\": 6.5,\n                    \"over_45\": 23,\n                    \"under_45\": 1.03,\n                    \"over_2\": 2.99,\n                    \"under_2\": 1.69,\n                    \"over_1\": 1.34,\n                    \"under_1\": 4.6,\n                    \"over_3\": 5.2,\n                    \"under_3\": 1.15\n                },\n                \"double_chance\": {\n                    \"home_draw\": 1.45,\n                    \"home_away\": 1.29,\n                    \"draw_away\": 2.03\n                },\n                \"total_corners\": {\n                    \"over_105\": 2.38,\n                    \"exactly_10\": 8,\n                    \"under_95\": 2,\n                    \"over_45\": 1.03,\n                    \"over_55\": 1.06,\n                    \"over_65\": 1.14,\n                    \"over_75\": 1.29,\n                    \"over_85\": 1.5,\n                    \"over_95\": 1.83,\n                    \"exactly_4\": 23,\n                    \"exactly_5\": 15,\n                    \"exactly_6\": 12,\n                    \"exactly_7\": 9.5,\n                    \"exactly_8\": 8.5,\n                    \"exactly_9\": 8,\n                    \"under_35\": 29,\n                    \"under_45\": 19,\n                    \"under_55\": 11,\n                    \"under_65\": 6,\n                    \"under_75\": 3.75,\n                    \"under_85\": 2.63,\n                    \"over_115\": 3.4,\n                    \"over_125\": 4.5,\n                    \"over_135\": 6.5,\n                    \"over_145\": 10,\n                    \"over_155\": 13,\n                    \"over_165\": 19,\n                    \"over_175\": 23,\n                    \"exactly_11\": 9,\n                    \"exactly_12\": 11,\n                    \"exactly_13\": 13,\n                    \"exactly_14\": 17,\n                    \"exactly_15\": 19,\n                    \"exactly_16\": 23,\n                    \"exactly_17\": 29,\n                    \"under_105\": 1.62,\n                    \"under_115\": 1.36,\n                    \"under_125\": 1.22,\n                    \"under_135\": 1.13,\n                    \"under_145\": 1.07,\n                    \"under_155\": 1.04,\n                    \"under_165\": 1.02\n                },\n                \"asian_corners\": {\n                    \"over_10\": 2,\n                    \"under_10\": 1.8,\n                    \"over_95\": 1.9,\n                    \"under_95\": 1.9\n                },\n                \"asian_corners_1h\": {\n                    \"over_45\": 1.9,\n                    \"under_45\": 2\n                }\n            }\n        },\n        {\n            \"id\": 52261109,\n            \"home_name\": \"Tijuana W\",\n            \"away_name\": \"Monterrey W\",\n            \"season_id\": 4357,\n            \"competition_id\": 1,\n            \"home_id\": 8892,\n            \"away_id\": 4861,\n            \"status\": \"LIVE\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 41,\n            \"home_position\": 4,\n            \"away_position\": 5,\n            \"unix\": 1693793160,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-09-04T02:06:00.000000Z\",\n            \"ko_human\": \"Mon 4th, 03:06\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 52.48,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 47.52,\n                \"away_pressure_avg\": 48,\n                \"cards\": 0,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 4,\n                \"home_corners\": 2,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 4,\n                \"home_shots\": 3,\n                \"away_shots\": 1,\n                \"shots_on\": 1,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 0,\n                \"attacks\": 31,\n                \"home_attacks\": 18,\n                \"away_attacks\": 13,\n                \"dang_attacks\": 30,\n                \"home_dang_attacks\": 18,\n                \"away_dang_attacks\": 12\n            },\n            \"probability\": {\n                \"home_win\": 24.55,\n                \"draw\": 23.25,\n                \"away_win\": 52.25,\n                \"btts\": 55.59,\n                \"o25\": 55.24,\n                \"u25\": 44.76,\n                \"o35\": 32.85,\n                \"u35\": 67.15,\n                \"o05_home_goals\": 61.23,\n                \"o15_home_goals\": 28.98,\n                \"o05_away_goals\": 79.31,\n                \"o15_away_goals\": 49.48\n            },\n            \"odds\": {\n                \"ft_result\": {\n                    \"home\": 4.36,\n                    \"draw\": 4.2,\n                    \"away\": 2.03\n                },\n                \"total_goals\": {\n                    \"over_3\": 1.97,\n                    \"under_3\": 2.05,\n                    \"over_35\": 2.44,\n                    \"under_35\": 1.67,\n                    \"over_15\": 1.17,\n                    \"under_15\": 5.5,\n                    \"over_45\": 3.98,\n                    \"under_45\": 1.25,\n                    \"over_25\": 1.6,\n                    \"under_25\": 2.7,\n                    \"under_05\": 17,\n                    \"over_55\": 8,\n                    \"under_55\": 1.1,\n                    \"over_2\": 1.22,\n                    \"under_2\": 4.33,\n                    \"over_4\": 3.32,\n                    \"under_4\": 1.35,\n                    \"over_5\": 6.6,\n                    \"under_5\": 1.1,\n                    \"over_05\": 1.03\n                },\n                \"highest_scoring_half\": {\n                    \"tie\": 3.9,\n                    \"first_half\": 2.96,\n                    \"second_half\": 1.95\n                },\n                \"total_goals_1h\": {\n                    \"over_15\": 2.37,\n                    \"under_15\": 1.65,\n                    \"over_1\": 1.57,\n                    \"under_1\": 2.63,\n                    \"over_35\": 11,\n                    \"under_35\": 1.04,\n                    \"over_45\": 41,\n                    \"over_25\": 5,\n                    \"under_25\": 1.15,\n                    \"over_05\": 1.29,\n                    \"under_05\": 3.8,\n                    \"over_2\": 3.94,\n                    \"under_2\": 1.25\n                },\n                \"total_goals_2h\": {\n                    \"over_15\": 1.77,\n                    \"under_15\": 2.09,\n                    \"over_2\": 2.53,\n                    \"under_2\": 1.56,\n                    \"over_1\": 1.26,\n                    \"under_1\": 3.94,\n                    \"over_25\": 3.4,\n                    \"under_25\": 1.33,\n                    \"over_05\": 1.17,\n                    \"under_05\": 5.3,\n                    \"over_35\": 7,\n                    \"under_35\": 1.08\n                },\n                \"double_chance\": {\n                    \"home_draw\": 2.11,\n                    \"home_away\": 1.27,\n                    \"draw_away\": 1.31\n                },\n                \"ht_result\": {\n                    \"home\": 4.58,\n                    \"draw\": 2.61,\n                    \"away\": 2.48\n                },\n                \"home_goals\": {\n                    \"over_15\": 2.76,\n                    \"under_15\": 1.57,\n                    \"over_2\": 5.1,\n                    \"under_2\": 1.21,\n                    \"over_1\": 1.71,\n                    \"under_1\": 2.42,\n                    \"over_35\": 13,\n                    \"under_35\": 1.02,\n                    \"over_25\": 5.5,\n                    \"under_25\": 1.12,\n                    \"over_05\": 1.36,\n                    \"under_05\": 3\n                },\n                \"away_goals\": {\n                    \"over_15\": 1.7,\n                    \"under_15\": 2.43,\n                    \"over_25\": 2.79,\n                    \"under_25\": 1.44,\n                    \"over_2\": 2.4,\n                    \"under_2\": 1.78,\n                    \"over_1\": 1.22,\n                    \"under_1\": 4.3,\n                    \"over_35\": 5.5,\n                    \"under_35\": 1.12,\n                    \"over_05\": 1.12,\n                    \"under_05\": 5.5\n                },\n                \"dnb\": {\n                    \"home\": 3.4,\n                    \"away\": 1.44\n                },\n                \"asian_corners\": {\n                    \"over_10\": 1.95,\n                    \"under_10\": 1.85\n                },\n                \"asian_corners_1h\": {\n                    \"over_45\": 1.78,\n                    \"under_45\": 2.03\n                },\n                \"total_corners\": {\n                    \"over_105\": 2.1,\n                    \"exactly_10\": 8,\n                    \"under_95\": 2,\n                    \"under_85\": 2.47,\n                    \"over_115\": 2.39,\n                    \"over_95\": 1.67,\n                    \"under_105\": 1.54,\n                    \"under_75\": 2.46\n                },\n                \"btts\": {\n                    \"yes\": 1.59,\n                    \"no\": 2.48\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"ca4bee0f-7873-4a7f-a31a-c9bedf509eb9"},{"name":"Between","id":"99a2ca34-fbc3-4ec2-9c64-727d5c1cbed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/fixtures/between?api_token=YOUR_API_TOKEN&include=stats&from=1672534861&to=1691664525","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","fixtures","between"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include","value":"stats"},{"key":"from","value":"1672534861"},{"key":"to","value":"1691664525"}],"variable":[]}},"response":[{"id":"b7fdb40d-33bd-4ad9-8808-385ccff41795","name":"Between","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/fixtures/between?api_token=YOUR_API_TOKEN&include=stats&from=1672534861&to=1691664525","protocol":"https","host":["data","oddalerts","com"],"path":["api","fixtures","between"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include","value":"stats"},{"key":"from","value":"1672534861"},{"key":"to","value":"1691664525"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 02:51:10 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"per_page\": 250,\n        \"count\": 250,\n        \"next_page_url\": \"NEXT PAGE URL WILL APPEAR HERE\"\n    },\n    \"data\": [\n        {\n            \"id\": 23096420,\n            \"home_name\": \"Bihar\",\n            \"away_name\": \"Mizoram\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22662,\n            \"away_id\": 22648,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 2,\n            \"unix\": 1672540200,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T02:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 02:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121291,\n            \"home_name\": \"Bengaluru U17\",\n            \"away_name\": \"Churchill Brothers U17\",\n            \"season_id\": 3615,\n            \"competition_id\": 1711,\n            \"home_id\": 31082,\n            \"away_id\": 31115,\n            \"status\": \"FT\",\n            \"home_goals\": 7,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1672545600,\n            \"home_played\": 3,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T04:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 04:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121290,\n            \"home_name\": \"Newcastle Jets\",\n            \"away_name\": \"Sydney\",\n            \"season_id\": 3448,\n            \"competition_id\": 72,\n            \"home_id\": 16182,\n            \"away_id\": 5168,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 11,\n            \"unix\": 1672545600,\n            \"home_played\": 9,\n            \"away_played\": 9,\n            \"home_formation\": \"5-3-2\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-01T04:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 04:00\",\n            \"stats\": {\n                \"home_possession\": 59,\n                \"away_possession\": 41,\n                \"home_pressure\": 72.89,\n                \"home_pressure_avg\": 58,\n                \"away_pressure\": 27.11,\n                \"away_pressure_avg\": 42,\n                \"cards\": 2,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 5,\n                \"away_corners\": 3,\n                \"home_fouls\": 9,\n                \"away_fouls\": 15,\n                \"shots\": 25,\n                \"home_shots\": 11,\n                \"away_shots\": 14,\n                \"shots_on\": 11,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 8,\n                \"attacks\": 235,\n                \"home_attacks\": 168,\n                \"away_attacks\": 67,\n                \"dang_attacks\": 90,\n                \"home_dang_attacks\": 66,\n                \"away_dang_attacks\": 24\n            }\n        },\n        {\n            \"id\": 23121293,\n            \"home_name\": \"Pondicherry\",\n            \"away_name\": \"Andamans & Nicobar\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22667,\n            \"away_id\": 22668,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 6,\n            \"unix\": 1672547400,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T04:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 04:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 8,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 13,\n                \"home_shots\": 9,\n                \"away_shots\": 4,\n                \"shots_on\": 6,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 1,\n                \"attacks\": 192,\n                \"home_attacks\": 102,\n                \"away_attacks\": 90,\n                \"dang_attacks\": 154,\n                \"home_dang_attacks\": 91,\n                \"away_dang_attacks\": 63\n            }\n        },\n        {\n            \"id\": 23121294,\n            \"home_name\": \"Ladakh FSA U17\",\n            \"away_name\": \"Corbett U17\",\n            \"season_id\": 3615,\n            \"competition_id\": 1711,\n            \"home_id\": 31128,\n            \"away_id\": 31126,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 10,\n            \"elapsed\": 90,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1672549200,\n            \"home_played\": null,\n            \"away_played\": null,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T05:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 05:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121295,\n            \"home_name\": \"Western Sydney Wanderers\",\n            \"away_name\": \"Macarthur\",\n            \"season_id\": 3448,\n            \"competition_id\": 72,\n            \"home_id\": 16143,\n            \"away_id\": 16144,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 4,\n            \"unix\": 1672552800,\n            \"home_played\": 9,\n            \"away_played\": 9,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-1-4-1\",\n            \"date\": \"2023-01-01T06:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 06:00\",\n            \"stats\": {\n                \"home_possession\": 45,\n                \"away_possession\": 55,\n                \"home_pressure\": 48.72,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 51.28,\n                \"away_pressure_avg\": 48,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 3,\n                \"away_corners\": 6,\n                \"home_fouls\": 15,\n                \"away_fouls\": 16,\n                \"shots\": 28,\n                \"home_shots\": 17,\n                \"away_shots\": 11,\n                \"shots_on\": 8,\n                \"home_shots_on\": 8,\n                \"away_shots_on\": 0,\n                \"attacks\": 198,\n                \"home_attacks\": 87,\n                \"away_attacks\": 111,\n                \"dang_attacks\": 100,\n                \"home_dang_attacks\": 47,\n                \"away_dang_attacks\": 53\n            }\n        },\n        {\n            \"id\": 23121296,\n            \"home_name\": \"Perth Glory W\",\n            \"away_name\": \"Western United W\",\n            \"season_id\": 3566,\n            \"competition_id\": 797,\n            \"home_id\": 16158,\n            \"away_id\": 30865,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 3,\n            \"unix\": 1672560000,\n            \"home_played\": 6,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T08:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 08:00\",\n            \"stats\": {\n                \"home_possession\": 44,\n                \"away_possession\": 56,\n                \"home_pressure\": 28.5,\n                \"home_pressure_avg\": 38,\n                \"away_pressure\": 71.5,\n                \"away_pressure_avg\": 62,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 2,\n                \"away_corners\": 8,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 23,\n                \"home_shots\": 7,\n                \"away_shots\": 16,\n                \"shots_on\": 11,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 7,\n                \"attacks\": 123,\n                \"home_attacks\": 50,\n                \"away_attacks\": 73,\n                \"dang_attacks\": 95,\n                \"home_dang_attacks\": 34,\n                \"away_dang_attacks\": 61\n            }\n        },\n        {\n            \"id\": 23096418,\n            \"home_name\": \"Goa FT\",\n            \"away_name\": \"Arunachal Pradesh\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22650,\n            \"away_id\": 22654,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 4,\n            \"unix\": 1672561800,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T08:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 08:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23096417,\n            \"home_name\": \"Uttar Pradesh\",\n            \"away_name\": \"Tamilnadu\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22445,\n            \"away_id\": 22442,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 6,\n            \"unix\": 1672561800,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T08:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 08:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121297,\n            \"home_name\": \"Chandigarh FA U17\",\n            \"away_name\": \"Sudeva Delhi U17\",\n            \"season_id\": 3615,\n            \"competition_id\": 1711,\n            \"home_id\": 31127,\n            \"away_id\": 31129,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 5,\n            \"elapsed\": 90,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1672563600,\n            \"home_played\": null,\n            \"away_played\": null,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T09:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 09:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121298,\n            \"home_name\": \"Meghalaya\",\n            \"away_name\": \"Odisha\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22647,\n            \"away_id\": 16852,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1672563600,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T09:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 09:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 17,\n                \"home_corners\": 6,\n                \"away_corners\": 11,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 8,\n                \"away_shots\": 10,\n                \"shots_on\": 12,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 7,\n                \"attacks\": 178,\n                \"home_attacks\": 77,\n                \"away_attacks\": 101,\n                \"dang_attacks\": 133,\n                \"home_dang_attacks\": 64,\n                \"away_dang_attacks\": 69\n            }\n        },\n        {\n            \"id\": 23121292,\n            \"home_name\": \"Sikkim\",\n            \"away_name\": \"Telangana\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22444,\n            \"away_id\": 22446,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 3,\n            \"unix\": 1672563600,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T09:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 09:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 8,\n                \"home_corners\": 3,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 32,\n                \"home_shots\": 17,\n                \"away_shots\": 15,\n                \"shots_on\": 11,\n                \"home_shots_on\": 8,\n                \"away_shots_on\": 3,\n                \"attacks\": 238,\n                \"home_attacks\": 129,\n                \"away_attacks\": 109,\n                \"dang_attacks\": 116,\n                \"home_dang_attacks\": 62,\n                \"away_dang_attacks\": 54\n            }\n        },\n        {\n            \"id\": 17934062,\n            \"home_name\": \"Paro Rinpung\",\n            \"away_name\": \"Ugyen Academy\",\n            \"season_id\": 2869,\n            \"competition_id\": 749,\n            \"home_id\": 18338,\n            \"away_id\": 15532,\n            \"status\": \"FT\",\n            \"home_goals\": 6,\n            \"away_goals\": 7,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 6,\n            \"unix\": 1672563600,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T09:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 09:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 6,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 29,\n                \"home_shots\": 14,\n                \"away_shots\": 15,\n                \"shots_on\": 19,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 10,\n                \"attacks\": 243,\n                \"home_attacks\": 112,\n                \"away_attacks\": 131,\n                \"dang_attacks\": 159,\n                \"home_dang_attacks\": 81,\n                \"away_dang_attacks\": 78\n            }\n        },\n        {\n            \"id\": 23096421,\n            \"home_name\": \"Kerala\",\n            \"away_name\": \"Andhra Pradesh\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22660,\n            \"away_id\": 22447,\n            \"status\": \"FT\",\n            \"home_goals\": 5,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 5,\n            \"unix\": 1672567200,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T10:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 10:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121299,\n            \"home_name\": \"Zinc FA U17\",\n            \"away_name\": \"FC Goa U17\",\n            \"season_id\": 3615,\n            \"competition_id\": 1711,\n            \"home_id\": 31083,\n            \"away_id\": 31074,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1672567200,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T10:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 10:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121300,\n            \"home_name\": \"Arman Gohar\",\n            \"away_name\": \"Esteghlal Khuzestan\",\n            \"season_id\": 3056,\n            \"competition_id\": 747,\n            \"home_id\": 15480,\n            \"away_id\": 15500,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 15,\n            \"away_position\": 7,\n            \"unix\": 1672569000,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T10:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 10:30\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 67.14,\n                \"home_pressure_avg\": 42,\n                \"away_pressure\": 32.86,\n                \"away_pressure_avg\": 58,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 3,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 20,\n                \"home_shots\": 10,\n                \"away_shots\": 10,\n                \"shots_on\": 9,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 5,\n                \"attacks\": 204,\n                \"home_attacks\": 96,\n                \"away_attacks\": 108,\n                \"dang_attacks\": 156,\n                \"home_dang_attacks\": 64,\n                \"away_dang_attacks\": 92\n            }\n        },\n        {\n            \"id\": 23203206,\n            \"home_name\": \"Raja Casablanca W\",\n            \"away_name\": \"Amjad Taroudant W\",\n            \"season_id\": 3603,\n            \"competition_id\": 1705,\n            \"home_id\": 31039,\n            \"away_id\": 31032,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 14,\n            \"unix\": 1672570800,\n            \"home_played\": 7,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T11:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 11:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23203205,\n            \"home_name\": \"Raja Aīt Iazza W\",\n            \"away_name\": \"Sporting Casablanca W\",\n            \"season_id\": 3603,\n            \"competition_id\": 1705,\n            \"home_id\": 31027,\n            \"away_id\": 31034,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 7,\n            \"unix\": 1672570800,\n            \"home_played\": 7,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T11:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 11:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121301,\n            \"home_name\": \"Blackburn Rovers\",\n            \"away_name\": \"Cardiff City\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 5145,\n            \"away_id\": 9775,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 20,\n            \"unix\": 1672574400,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-01T12:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 12:00\",\n            \"stats\": {\n                \"home_possession\": 54,\n                \"away_possession\": 46,\n                \"home_pressure\": 21.19,\n                \"home_pressure_avg\": 50,\n                \"away_pressure\": 78.81,\n                \"away_pressure_avg\": 50,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 3,\n                \"away_corners\": 9,\n                \"home_fouls\": 6,\n                \"away_fouls\": 9,\n                \"shots\": 23,\n                \"home_shots\": 12,\n                \"away_shots\": 11,\n                \"shots_on\": 8,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 3,\n                \"attacks\": 195,\n                \"home_attacks\": 78,\n                \"away_attacks\": 117,\n                \"dang_attacks\": 79,\n                \"home_dang_attacks\": 31,\n                \"away_dang_attacks\": 48\n            }\n        },\n        {\n            \"id\": 23121302,\n            \"home_name\": \"Banbury United\",\n            \"away_name\": \"Brackley Town\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 11804,\n            \"away_id\": 12977,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 2,\n            \"unix\": 1672574400,\n            \"home_played\": 23,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T12:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 12:00\",\n            \"stats\": {\n                \"home_possession\": 49,\n                \"away_possession\": 51,\n                \"home_pressure\": 39.19,\n                \"home_pressure_avg\": 49,\n                \"away_pressure\": 60.81,\n                \"away_pressure_avg\": 51,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 6,\n                \"home_corners\": 3,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 13,\n                \"home_shots\": 4,\n                \"away_shots\": 9,\n                \"shots_on\": 5,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 3,\n                \"attacks\": 162,\n                \"home_attacks\": 82,\n                \"away_attacks\": 80,\n                \"dang_attacks\": 154,\n                \"home_dang_attacks\": 77,\n                \"away_dang_attacks\": 77\n            }\n        },\n        {\n            \"id\": 23096419,\n            \"home_name\": \"Nagaland\",\n            \"away_name\": \"Assam\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22645,\n            \"away_id\": 22646,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 3,\n            \"unix\": 1672576200,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T12:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 12:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121305,\n            \"home_name\": \"Masfut\",\n            \"away_name\": \"Al Fujairah\",\n            \"season_id\": 3211,\n            \"competition_id\": 733,\n            \"home_id\": 13395,\n            \"away_id\": 9482,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 15,\n            \"unix\": 1672577400,\n            \"home_played\": 13,\n            \"away_played\": 13,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T12:50:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 12:50\",\n            \"stats\": {\n                \"home_possession\": 52,\n                \"away_possession\": 48,\n                \"home_pressure\": 46.06,\n                \"home_pressure_avg\": 57,\n                \"away_pressure\": 53.94,\n                \"away_pressure_avg\": 43,\n                \"cards\": 1,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 7,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 8,\n                \"home_shots\": 4,\n                \"away_shots\": 4,\n                \"shots_on\": 5,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 3,\n                \"attacks\": 181,\n                \"home_attacks\": 95,\n                \"away_attacks\": 86,\n                \"dang_attacks\": 108,\n                \"home_dang_attacks\": 60,\n                \"away_dang_attacks\": 48\n            }\n        },\n        {\n            \"id\": 23121304,\n            \"home_name\": \"Al Thaid\",\n            \"away_name\": \"Gulf Heroes\",\n            \"season_id\": 3211,\n            \"competition_id\": 733,\n            \"home_id\": 13394,\n            \"away_id\": 21117,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 12,\n            \"unix\": 1672577400,\n            \"home_played\": 13,\n            \"away_played\": 13,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T12:50:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 12:50\",\n            \"stats\": {\n                \"home_possession\": 57,\n                \"away_possession\": 43,\n                \"home_pressure\": 62.16,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 37.84,\n                \"away_pressure_avg\": 48,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 15,\n                \"home_corners\": 9,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 37,\n                \"home_shots\": 19,\n                \"away_shots\": 18,\n                \"shots_on\": 15,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 8,\n                \"attacks\": 176,\n                \"home_attacks\": 95,\n                \"away_attacks\": 81,\n                \"dang_attacks\": 121,\n                \"home_dang_attacks\": 68,\n                \"away_dang_attacks\": 53\n            }\n        },\n        {\n            \"id\": 23121306,\n            \"home_name\": \"Masafi\",\n            \"away_name\": \"Dibba Al Hisn\",\n            \"season_id\": 3211,\n            \"competition_id\": 733,\n            \"home_id\": 13396,\n            \"away_id\": 13345,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 1,\n            \"unix\": 1672577400,\n            \"home_played\": 13,\n            \"away_played\": 13,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T12:50:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 12:50\",\n            \"stats\": {\n                \"home_possession\": 40,\n                \"away_possession\": 60,\n                \"home_pressure\": 16.8,\n                \"home_pressure_avg\": 47,\n                \"away_pressure\": 83.2,\n                \"away_pressure_avg\": 53,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 6,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 35,\n                \"home_shots\": 14,\n                \"away_shots\": 21,\n                \"shots_on\": 13,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 7,\n                \"attacks\": 178,\n                \"home_attacks\": 88,\n                \"away_attacks\": 90,\n                \"dang_attacks\": 80,\n                \"home_dang_attacks\": 36,\n                \"away_dang_attacks\": 44\n            }\n        },\n        {\n            \"id\": 23121309,\n            \"home_name\": \"Slough Town\",\n            \"away_name\": \"Oxford City\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 11506,\n            \"away_id\": 12980,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 18,\n            \"away_position\": 8,\n            \"unix\": 1672578000,\n            \"home_played\": 23,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 13:00\",\n            \"stats\": {\n                \"home_possession\": 52,\n                \"away_possession\": 48,\n                \"home_pressure\": 67.35,\n                \"home_pressure_avg\": 45,\n                \"away_pressure\": 32.65,\n                \"away_pressure_avg\": 55,\n                \"cards\": 4,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 6,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 26,\n                \"home_shots\": 10,\n                \"away_shots\": 16,\n                \"shots_on\": 11,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 8,\n                \"attacks\": 99,\n                \"home_attacks\": 42,\n                \"away_attacks\": 57,\n                \"dang_attacks\": 67,\n                \"home_dang_attacks\": 27,\n                \"away_dang_attacks\": 40\n            }\n        },\n        {\n            \"id\": 23121449,\n            \"home_name\": \"JS Bordj Ménaïel\",\n            \"away_name\": \"Teleghma\",\n            \"season_id\": 3263,\n            \"competition_id\": 853,\n            \"home_id\": 21756,\n            \"away_id\": 16683,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 3,\n            \"unix\": 1672578000,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 8,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 9,\n                \"home_shots\": 5,\n                \"away_shots\": 4,\n                \"shots_on\": 5,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 1,\n                \"attacks\": 251,\n                \"home_attacks\": 125,\n                \"away_attacks\": 126,\n                \"dang_attacks\": 136,\n                \"home_dang_attacks\": 76,\n                \"away_dang_attacks\": 60\n            }\n        },\n        {\n            \"id\": 23121450,\n            \"home_name\": \"US Chaouia\",\n            \"away_name\": \"Annaba\",\n            \"season_id\": 3263,\n            \"competition_id\": 853,\n            \"home_id\": 16684,\n            \"away_id\": 16686,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 5,\n            \"unix\": 1672578000,\n            \"home_played\": 12,\n            \"away_played\": 12,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 13:00\",\n            \"stats\": {\n                \"home_possession\": 57,\n                \"away_possession\": 43,\n                \"home_pressure\": 46.94,\n                \"home_pressure_avg\": 63,\n                \"away_pressure\": 53.06,\n                \"away_pressure_avg\": 37,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 8,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 24,\n                \"home_shots\": 17,\n                \"away_shots\": 7,\n                \"shots_on\": 14,\n                \"home_shots_on\": 10,\n                \"away_shots_on\": 4,\n                \"attacks\": 154,\n                \"home_attacks\": 90,\n                \"away_attacks\": 64,\n                \"dang_attacks\": 65,\n                \"home_dang_attacks\": 44,\n                \"away_dang_attacks\": 21\n            }\n        },\n        {\n            \"id\": 23121307,\n            \"home_name\": \"Farsley Celtic\",\n            \"away_name\": \"Bradford Park Avenue\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 12975,\n            \"away_id\": 5147,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 16,\n            \"unix\": 1672578000,\n            \"home_played\": 21,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 13:00\",\n            \"stats\": {\n                \"home_possession\": 53,\n                \"away_possession\": 47,\n                \"home_pressure\": 52.34,\n                \"home_pressure_avg\": 55,\n                \"away_pressure\": 47.66,\n                \"away_pressure_avg\": 45,\n                \"cards\": 6,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 8,\n                \"home_corners\": 6,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 34,\n                \"home_shots\": 24,\n                \"away_shots\": 10,\n                \"shots_on\": 14,\n                \"home_shots_on\": 8,\n                \"away_shots_on\": 6,\n                \"attacks\": 161,\n                \"home_attacks\": 81,\n                \"away_attacks\": 80,\n                \"dang_attacks\": 66,\n                \"home_dang_attacks\": 40,\n                \"away_dang_attacks\": 26\n            }\n        },\n        {\n            \"id\": 23121308,\n            \"home_name\": \"Farnborough\",\n            \"away_name\": \"Hungerford Town\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 10840,\n            \"away_id\": 12978,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 24,\n            \"unix\": 1672578000,\n            \"home_played\": 20,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 12,\n                \"away_corners\": 0,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 28,\n                \"home_shots\": 21,\n                \"away_shots\": 7,\n                \"shots_on\": 12,\n                \"home_shots_on\": 8,\n                \"away_shots_on\": 4,\n                \"attacks\": 242,\n                \"home_attacks\": 135,\n                \"away_attacks\": 107,\n                \"dang_attacks\": 115,\n                \"home_dang_attacks\": 81,\n                \"away_dang_attacks\": 34\n            }\n        },\n        {\n            \"id\": 23121310,\n            \"home_name\": \"Coastal Union\",\n            \"away_name\": \"Namungo\",\n            \"season_id\": 2902,\n            \"competition_id\": 373,\n            \"home_id\": 9951,\n            \"away_id\": 9950,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 5,\n            \"unix\": 1672578000,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 6,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 9,\n                \"home_shots\": 7,\n                \"away_shots\": 2,\n                \"shots_on\": 2,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 1,\n                \"attacks\": 297,\n                \"home_attacks\": 140,\n                \"away_attacks\": 157,\n                \"dang_attacks\": 167,\n                \"home_dang_attacks\": 93,\n                \"away_dang_attacks\": 74\n            }\n        },\n        {\n            \"id\": 23121313,\n            \"home_name\": \"Nantes\",\n            \"away_name\": \"Auxerre\",\n            \"season_id\": 2748,\n            \"competition_id\": 200,\n            \"home_id\": 8140,\n            \"away_id\": 7501,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 16,\n            \"away_position\": 18,\n            \"unix\": 1672581600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": \"4-1-4-1\",\n            \"away_formation\": \"4-4-1-1\",\n            \"date\": \"2023-01-01T14:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 14:00\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 27.15,\n                \"home_pressure_avg\": 49,\n                \"away_pressure\": 72.85,\n                \"away_pressure_avg\": 51,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 3,\n                \"away_corners\": 7,\n                \"home_fouls\": 10,\n                \"away_fouls\": 19,\n                \"shots\": 23,\n                \"home_shots\": 8,\n                \"away_shots\": 15,\n                \"shots_on\": 10,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 7,\n                \"attacks\": 220,\n                \"home_attacks\": 116,\n                \"away_attacks\": 104,\n                \"dang_attacks\": 90,\n                \"home_dang_attacks\": 43,\n                \"away_dang_attacks\": 47\n            }\n        },\n        {\n            \"id\": 23121312,\n            \"home_name\": \"Monaco\",\n            \"away_name\": \"Brest\",\n            \"season_id\": 2748,\n            \"competition_id\": 200,\n            \"home_id\": 8139,\n            \"away_id\": 8674,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 17,\n            \"unix\": 1672581600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": \"4-4-2\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-01T14:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 14:00\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 21.49,\n                \"home_pressure_avg\": 60,\n                \"away_pressure\": 78.51,\n                \"away_pressure_avg\": 40,\n                \"cards\": 7,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 7,\n                \"away_corners\": 5,\n                \"home_fouls\": 23,\n                \"away_fouls\": 14,\n                \"shots\": 28,\n                \"home_shots\": 17,\n                \"away_shots\": 11,\n                \"shots_on\": 10,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 5,\n                \"attacks\": 203,\n                \"home_attacks\": 106,\n                \"away_attacks\": 97,\n                \"dang_attacks\": 82,\n                \"home_dang_attacks\": 43,\n                \"away_dang_attacks\": 39\n            }\n        },\n        {\n            \"id\": 23121311,\n            \"home_name\": \"Tottenham Hotspur\",\n            \"away_name\": \"Aston Villa\",\n            \"season_id\": 2747,\n            \"competition_id\": 423,\n            \"home_id\": 5489,\n            \"away_id\": 10661,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 12,\n            \"unix\": 1672581600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": \"3-4-3\",\n            \"away_formation\": \"4-4-2\",\n            \"date\": \"2023-01-01T14:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 14:00\",\n            \"stats\": {\n                \"home_possession\": 59,\n                \"away_possession\": 41,\n                \"home_pressure\": 42.41,\n                \"home_pressure_avg\": 54,\n                \"away_pressure\": 57.59,\n                \"away_pressure_avg\": 46,\n                \"cards\": 7,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 5,\n                \"away_corners\": 3,\n                \"home_fouls\": 15,\n                \"away_fouls\": 10,\n                \"shots\": 19,\n                \"home_shots\": 6,\n                \"away_shots\": 13,\n                \"shots_on\": 6,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 4,\n                \"attacks\": 212,\n                \"home_attacks\": 121,\n                \"away_attacks\": 91,\n                \"dang_attacks\": 82,\n                \"home_dang_attacks\": 56,\n                \"away_dang_attacks\": 26\n            }\n        },\n        {\n            \"id\": 23121314,\n            \"home_name\": \"Toulouse\",\n            \"away_name\": \"Ajaccio\",\n            \"season_id\": 2748,\n            \"competition_id\": 200,\n            \"home_id\": 7497,\n            \"away_id\": 6536,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 15,\n            \"unix\": 1672581600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"4-4-2\",\n            \"date\": \"2023-01-01T14:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 14:00\",\n            \"stats\": {\n                \"home_possession\": 63,\n                \"away_possession\": 37,\n                \"home_pressure\": 54.97,\n                \"home_pressure_avg\": 67,\n                \"away_pressure\": 45.03,\n                \"away_pressure_avg\": 33,\n                \"cards\": 4,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 5,\n                \"away_corners\": 2,\n                \"home_fouls\": 15,\n                \"away_fouls\": 15,\n                \"shots\": 15,\n                \"home_shots\": 14,\n                \"away_shots\": 1,\n                \"shots_on\": 5,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 0,\n                \"attacks\": 216,\n                \"home_attacks\": 126,\n                \"away_attacks\": 90,\n                \"dang_attacks\": 81,\n                \"home_dang_attacks\": 51,\n                \"away_dang_attacks\": 30\n            }\n        },\n        {\n            \"id\": 23121315,\n            \"home_name\": \"Angers SCO\",\n            \"away_name\": \"Lorient\",\n            \"season_id\": 2748,\n            \"competition_id\": 200,\n            \"home_id\": 8136,\n            \"away_id\": 8143,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 20,\n            \"away_position\": 7,\n            \"unix\": 1672581600,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-01T14:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 14:00\",\n            \"stats\": {\n                \"home_possession\": 42,\n                \"away_possession\": 58,\n                \"home_pressure\": 52,\n                \"home_pressure_avg\": 48,\n                \"away_pressure\": 48,\n                \"away_pressure_avg\": 52,\n                \"cards\": 3,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 14,\n                \"home_corners\": 7,\n                \"away_corners\": 7,\n                \"home_fouls\": 16,\n                \"away_fouls\": 9,\n                \"shots\": 28,\n                \"home_shots\": 16,\n                \"away_shots\": 12,\n                \"shots_on\": 13,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 6,\n                \"attacks\": 175,\n                \"home_attacks\": 92,\n                \"away_attacks\": 83,\n                \"dang_attacks\": 100,\n                \"home_dang_attacks\": 51,\n                \"away_dang_attacks\": 49\n            }\n        },\n        {\n            \"id\": 23203208,\n            \"home_name\": \"FAR Rabat W\",\n            \"away_name\": \"Wydad Casablanca W\",\n            \"season_id\": 3603,\n            \"competition_id\": 1705,\n            \"home_id\": 31029,\n            \"away_id\": 31036,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 4,\n            \"unix\": 1672581600,\n            \"home_played\": 6,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T14:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23203207,\n            \"home_name\": \"Chabab Mohammédia W\",\n            \"away_name\": \"Jawharat Najm Larache W\",\n            \"season_id\": 3603,\n            \"competition_id\": 1705,\n            \"home_id\": 31035,\n            \"away_id\": 31037,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 10,\n            \"unix\": 1672581600,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T14:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121329,\n            \"home_name\": \"Hartlepool United\",\n            \"away_name\": \"Harrogate Town\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 8726,\n            \"away_id\": 4167,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 21,\n            \"away_position\": 19,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 22,\n            \"home_formation\": \"4-4-2\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 53,\n                \"away_possession\": 47,\n                \"home_pressure\": 50.45,\n                \"home_pressure_avg\": 59,\n                \"away_pressure\": 49.55,\n                \"away_pressure_avg\": 41,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 6,\n                \"home_corners\": 2,\n                \"away_corners\": 4,\n                \"home_fouls\": 4,\n                \"away_fouls\": 11,\n                \"shots\": 32,\n                \"home_shots\": 20,\n                \"away_shots\": 12,\n                \"shots_on\": 10,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 3,\n                \"attacks\": 247,\n                \"home_attacks\": 147,\n                \"away_attacks\": 100,\n                \"dang_attacks\": 101,\n                \"home_dang_attacks\": 60,\n                \"away_dang_attacks\": 41\n            }\n        },\n        {\n            \"id\": 23121358,\n            \"home_name\": \"Hampton & Richmond\",\n            \"away_name\": \"Worthing\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 11508,\n            \"away_id\": 11821,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 19,\n            \"away_position\": 8,\n            \"unix\": 1672585200,\n            \"home_played\": 21,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 3,\n                \"away_corners\": 9,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 17,\n                \"home_shots\": 3,\n                \"away_shots\": 14,\n                \"shots_on\": 3,\n                \"home_shots_on\": 0,\n                \"away_shots_on\": 3,\n                \"attacks\": 224,\n                \"home_attacks\": 90,\n                \"away_attacks\": 134,\n                \"dang_attacks\": 146,\n                \"home_dang_attacks\": 51,\n                \"away_dang_attacks\": 95\n            }\n        },\n        {\n            \"id\": 23121331,\n            \"home_name\": \"Walsall\",\n            \"away_name\": \"Mansfield Town\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 6877,\n            \"away_id\": 6867,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 6,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 23,\n            \"home_formation\": \"3-4-1-2\",\n            \"away_formation\": \"4-3-1-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 42,\n                \"away_possession\": 58,\n                \"home_pressure\": 27.49,\n                \"home_pressure_avg\": 48,\n                \"away_pressure\": 72.51,\n                \"away_pressure_avg\": 52,\n                \"cards\": 2,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 5,\n                \"away_corners\": 4,\n                \"home_fouls\": 8,\n                \"away_fouls\": 10,\n                \"shots\": 31,\n                \"home_shots\": 11,\n                \"away_shots\": 20,\n                \"shots_on\": 6,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 3,\n                \"attacks\": 186,\n                \"home_attacks\": 98,\n                \"away_attacks\": 88,\n                \"dang_attacks\": 125,\n                \"home_dang_attacks\": 63,\n                \"away_dang_attacks\": 62\n            }\n        },\n        {\n            \"id\": 23121332,\n            \"home_name\": \"Blackpool\",\n            \"away_name\": \"Sunderland\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 5144,\n            \"away_id\": 9769,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 23,\n            \"away_position\": 4,\n            \"unix\": 1672585200,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"3-4-3\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 33,\n                \"away_possession\": 67,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 8,\n                \"home_yellow_cards\": 5,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 6,\n                \"home_corners\": 1,\n                \"away_corners\": 5,\n                \"home_fouls\": 14,\n                \"away_fouls\": 10,\n                \"shots\": 25,\n                \"home_shots\": 8,\n                \"away_shots\": 17,\n                \"shots_on\": 8,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 5,\n                \"attacks\": 234,\n                \"home_attacks\": 120,\n                \"away_attacks\": 114,\n                \"dang_attacks\": 91,\n                \"home_dang_attacks\": 39,\n                \"away_dang_attacks\": 52\n            }\n        },\n        {\n            \"id\": 23121333,\n            \"home_name\": \"Coventry City\",\n            \"away_name\": \"Bristol City\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 5143,\n            \"away_id\": 5827,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 19,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 25,\n            \"home_formation\": \"3-4-1-2\",\n            \"away_formation\": \"3-5-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 53,\n                \"away_possession\": 47,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 17,\n                \"home_corners\": 6,\n                \"away_corners\": 11,\n                \"home_fouls\": 10,\n                \"away_fouls\": 10,\n                \"shots\": 25,\n                \"home_shots\": 15,\n                \"away_shots\": 10,\n                \"shots_on\": 8,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 3,\n                \"attacks\": 202,\n                \"home_attacks\": 115,\n                \"away_attacks\": 87,\n                \"dang_attacks\": 109,\n                \"home_dang_attacks\": 54,\n                \"away_dang_attacks\": 55\n            }\n        },\n        {\n            \"id\": 23121334,\n            \"home_name\": \"Huddersfield Town\",\n            \"away_name\": \"Luton Town\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 4483,\n            \"away_id\": 4151,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 7,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 24,\n            \"home_formation\": \"3-4-2-1\",\n            \"away_formation\": \"3-1-4-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 2,\n                \"home_corners\": 1,\n                \"away_corners\": 1,\n                \"home_fouls\": 14,\n                \"away_fouls\": 15,\n                \"shots\": 15,\n                \"home_shots\": 6,\n                \"away_shots\": 9,\n                \"shots_on\": 7,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 5,\n                \"attacks\": 216,\n                \"home_attacks\": 107,\n                \"away_attacks\": 109,\n                \"dang_attacks\": 65,\n                \"home_dang_attacks\": 26,\n                \"away_dang_attacks\": 39\n            }\n        },\n        {\n            \"id\": 23121335,\n            \"home_name\": \"Millwall\",\n            \"away_name\": \"Rotherham United\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 8902,\n            \"away_id\": 8887,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 21,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 25,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"3-4-2-1\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 62,\n                \"away_possession\": 38,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 10,\n                \"away_corners\": 1,\n                \"home_fouls\": 9,\n                \"away_fouls\": 12,\n                \"shots\": 31,\n                \"home_shots\": 26,\n                \"away_shots\": 5,\n                \"shots_on\": 11,\n                \"home_shots_on\": 10,\n                \"away_shots_on\": 1,\n                \"attacks\": 198,\n                \"home_attacks\": 91,\n                \"away_attacks\": 107,\n                \"dang_attacks\": 70,\n                \"home_dang_attacks\": 48,\n                \"away_dang_attacks\": 22\n            }\n        },\n        {\n            \"id\": 23121336,\n            \"home_name\": \"Bromley\",\n            \"away_name\": \"Southend United\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 10212,\n            \"away_id\": 9696,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 6,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 38,\n                \"away_possession\": 62,\n                \"home_pressure\": 29.88,\n                \"home_pressure_avg\": 39,\n                \"away_pressure\": 70.12,\n                \"away_pressure_avg\": 61,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 2,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 7,\n                \"away_shots\": 11,\n                \"shots_on\": 4,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 3,\n                \"attacks\": 152,\n                \"home_attacks\": 66,\n                \"away_attacks\": 86,\n                \"dang_attacks\": 67,\n                \"home_dang_attacks\": 32,\n                \"away_dang_attacks\": 35\n            }\n        },\n        {\n            \"id\": 23121337,\n            \"home_name\": \"Chesterfield\",\n            \"away_name\": \"Scunthorpe United\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 10331,\n            \"away_id\": 9767,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 24,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 60,\n                \"away_possession\": 40,\n                \"home_pressure\": 85.39,\n                \"home_pressure_avg\": 62,\n                \"away_pressure\": 14.61,\n                \"away_pressure_avg\": 38,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 9,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 20,\n                \"home_shots\": 15,\n                \"away_shots\": 5,\n                \"shots_on\": 12,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 3,\n                \"attacks\": 237,\n                \"home_attacks\": 144,\n                \"away_attacks\": 93,\n                \"dang_attacks\": 129,\n                \"home_dang_attacks\": 82,\n                \"away_dang_attacks\": 47\n            }\n        },\n        {\n            \"id\": 23121338,\n            \"home_name\": \"Eastleigh\",\n            \"away_name\": \"Dorking Wanderers\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 9786,\n            \"away_id\": 9292,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 15,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 25,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": 35.63,\n                \"home_pressure_avg\": 47,\n                \"away_pressure\": 64.37,\n                \"away_pressure_avg\": 53,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 3,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 28,\n                \"home_shots\": 18,\n                \"away_shots\": 10,\n                \"shots_on\": 15,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 6,\n                \"attacks\": 151,\n                \"home_attacks\": 80,\n                \"away_attacks\": 71,\n                \"dang_attacks\": 60,\n                \"home_dang_attacks\": 28,\n                \"away_dang_attacks\": 32\n            }\n        },\n        {\n            \"id\": 23121340,\n            \"home_name\": \"Maidenhead United\",\n            \"away_name\": \"Wealdstone\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 10551,\n            \"away_id\": 4150,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 17,\n            \"away_position\": 9,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 38,\n                \"away_possession\": 62,\n                \"home_pressure\": 51.9,\n                \"home_pressure_avg\": 45,\n                \"away_pressure\": 48.1,\n                \"away_pressure_avg\": 55,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 1,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 20,\n                \"home_shots\": 12,\n                \"away_shots\": 8,\n                \"shots_on\": 7,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 2,\n                \"attacks\": 206,\n                \"home_attacks\": 94,\n                \"away_attacks\": 112,\n                \"dang_attacks\": 133,\n                \"home_dang_attacks\": 66,\n                \"away_dang_attacks\": 67\n            }\n        },\n        {\n            \"id\": 23121341,\n            \"home_name\": \"Oldham Athletic\",\n            \"away_name\": \"Notts County\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 6874,\n            \"away_id\": 9633,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 1,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 29,\n                \"away_possession\": 71,\n                \"home_pressure\": 37.41,\n                \"home_pressure_avg\": 33,\n                \"away_pressure\": 62.59,\n                \"away_pressure_avg\": 67,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 13,\n                \"home_corners\": 3,\n                \"away_corners\": 10,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 12,\n                \"home_shots\": 3,\n                \"away_shots\": 9,\n                \"shots_on\": 4,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 2,\n                \"attacks\": 159,\n                \"home_attacks\": 53,\n                \"away_attacks\": 106,\n                \"dang_attacks\": 130,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 89\n            }\n        },\n        {\n            \"id\": 23121360,\n            \"home_name\": \"Welling United\",\n            \"away_name\": \"Tonbridge Angels\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 5149,\n            \"away_id\": 12814,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 10,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 4,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 22,\n                \"home_shots\": 10,\n                \"away_shots\": 12,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 213,\n                \"home_attacks\": 94,\n                \"away_attacks\": 119,\n                \"dang_attacks\": 125,\n                \"home_dang_attacks\": 55,\n                \"away_dang_attacks\": 70\n            }\n        },\n        {\n            \"id\": 23121359,\n            \"home_name\": \"St Albans City\",\n            \"away_name\": \"Hemel Hempstead Town\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 11507,\n            \"away_id\": 10887,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 15,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 3,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 11,\n                \"away_shots\": 7,\n                \"shots_on\": 5,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 1,\n                \"attacks\": 231,\n                \"home_attacks\": 118,\n                \"away_attacks\": 113,\n                \"dang_attacks\": 120,\n                \"home_dang_attacks\": 67,\n                \"away_dang_attacks\": 53\n            }\n        },\n        {\n            \"id\": 23121357,\n            \"home_name\": \"Eastbourne Borough\",\n            \"away_name\": \"Havant & Waterlooville\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 10337,\n            \"away_id\": 9631,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 3,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 60,\n                \"away_possession\": 40,\n                \"home_pressure\": 57.14,\n                \"home_pressure_avg\": 42,\n                \"away_pressure\": 42.86,\n                \"away_pressure_avg\": 58,\n                \"cards\": 7,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 5,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 14,\n                \"home_corners\": 6,\n                \"away_corners\": 8,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 24,\n                \"home_shots\": 7,\n                \"away_shots\": 17,\n                \"shots_on\": 15,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 9,\n                \"attacks\": 137,\n                \"home_attacks\": 66,\n                \"away_attacks\": 71,\n                \"dang_attacks\": 71,\n                \"home_dang_attacks\": 30,\n                \"away_dang_attacks\": 41\n            }\n        },\n        {\n            \"id\": 23121342,\n            \"home_name\": \"Woking\",\n            \"away_name\": \"Aldershot Town\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 11835,\n            \"away_id\": 4173,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 18,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 43,\n                \"away_possession\": 57,\n                \"home_pressure\": 59.42,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 40.58,\n                \"away_pressure_avg\": 48,\n                \"cards\": 8,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 9,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 25,\n                \"home_shots\": 14,\n                \"away_shots\": 11,\n                \"shots_on\": 8,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 3,\n                \"attacks\": 185,\n                \"home_attacks\": 84,\n                \"away_attacks\": 101,\n                \"dang_attacks\": 112,\n                \"home_dang_attacks\": 59,\n                \"away_dang_attacks\": 53\n            }\n        },\n        {\n            \"id\": 23121356,\n            \"home_name\": \"Dover Athletic\",\n            \"away_name\": \"Dulwich Hamlet\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 9257,\n            \"away_id\": 11504,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 17,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 45,\n                \"away_possession\": 55,\n                \"home_pressure\": 34.29,\n                \"home_pressure_avg\": 37,\n                \"away_pressure\": 65.71,\n                \"away_pressure_avg\": 63,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 14,\n                \"home_corners\": 4,\n                \"away_corners\": 10,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 26,\n                \"home_shots\": 8,\n                \"away_shots\": 18,\n                \"shots_on\": 11,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 8,\n                \"attacks\": 127,\n                \"home_attacks\": 62,\n                \"away_attacks\": 65,\n                \"dang_attacks\": 75,\n                \"home_dang_attacks\": 33,\n                \"away_dang_attacks\": 42\n            }\n        },\n        {\n            \"id\": 23121355,\n            \"home_name\": \"Dartford\",\n            \"away_name\": \"Ebbsfleet United\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 9789,\n            \"away_id\": 10885,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1672585200,\n            \"home_played\": 25,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 8,\n                \"home_yellow_cards\": 7,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 4,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 19,\n                \"home_shots\": 9,\n                \"away_shots\": 10,\n                \"shots_on\": 11,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 5,\n                \"attacks\": 155,\n                \"home_attacks\": 76,\n                \"away_attacks\": 79,\n                \"dang_attacks\": 79,\n                \"home_dang_attacks\": 40,\n                \"away_dang_attacks\": 39\n            }\n        },\n        {\n            \"id\": 23121354,\n            \"home_name\": \"Concord Rangers\",\n            \"away_name\": \"Cheshunt\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 4159,\n            \"away_id\": 11815,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 20,\n            \"away_position\": 21,\n            \"unix\": 1672585200,\n            \"home_played\": 21,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 47,\n                \"away_possession\": 53,\n                \"home_pressure\": 47.13,\n                \"home_pressure_avg\": 49,\n                \"away_pressure\": 52.87,\n                \"away_pressure_avg\": 51,\n                \"cards\": 4,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 6,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 13,\n                \"home_shots\": 7,\n                \"away_shots\": 6,\n                \"shots_on\": 7,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 2,\n                \"attacks\": 142,\n                \"home_attacks\": 63,\n                \"away_attacks\": 79,\n                \"dang_attacks\": 72,\n                \"home_dang_attacks\": 33,\n                \"away_dang_attacks\": 39\n            }\n        },\n        {\n            \"id\": 23121353,\n            \"home_name\": \"Chippenham Town\",\n            \"away_name\": \"Bath City\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 11659,\n            \"away_id\": 11661,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 11,\n            \"unix\": 1672585200,\n            \"home_played\": 21,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 52,\n                \"away_possession\": 48,\n                \"home_pressure\": 58.95,\n                \"home_pressure_avg\": 54,\n                \"away_pressure\": 41.05,\n                \"away_pressure_avg\": 46,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 4,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 9,\n                \"away_shots\": 9,\n                \"shots_on\": 6,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 4,\n                \"attacks\": 244,\n                \"home_attacks\": 131,\n                \"away_attacks\": 113,\n                \"dang_attacks\": 124,\n                \"home_dang_attacks\": 75,\n                \"away_dang_attacks\": 49\n            }\n        },\n        {\n            \"id\": 23121352,\n            \"home_name\": \"Braintree Town\",\n            \"away_name\": \"Chelmsford City\",\n            \"season_id\": 2779,\n            \"competition_id\": 593,\n            \"home_id\": 10883,\n            \"away_id\": 9293,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 4,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 64,\n                \"away_possession\": 36,\n                \"home_pressure\": 67.32,\n                \"home_pressure_avg\": 64,\n                \"away_pressure\": 32.68,\n                \"away_pressure_avg\": 36,\n                \"cards\": 2,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 6,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 10,\n                \"away_shots\": 8,\n                \"shots_on\": 10,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 3,\n                \"attacks\": 124,\n                \"home_attacks\": 66,\n                \"away_attacks\": 58,\n                \"dang_attacks\": 58,\n                \"home_dang_attacks\": 37,\n                \"away_dang_attacks\": 21\n            }\n        },\n        {\n            \"id\": 23121351,\n            \"home_name\": \"Spennymoor Town\",\n            \"away_name\": \"Blyth Spartans\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 10679,\n            \"away_id\": 11662,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 15,\n            \"away_position\": 23,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": 35.15,\n                \"home_pressure_avg\": 48,\n                \"away_pressure\": 64.85,\n                \"away_pressure_avg\": 52,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 16,\n                \"home_corners\": 6,\n                \"away_corners\": 10,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 32,\n                \"home_shots\": 13,\n                \"away_shots\": 19,\n                \"shots_on\": 15,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 6,\n                \"attacks\": 226,\n                \"home_attacks\": 109,\n                \"away_attacks\": 117,\n                \"dang_attacks\": 155,\n                \"home_dang_attacks\": 73,\n                \"away_dang_attacks\": 82\n            }\n        },\n        {\n            \"id\": 23121350,\n            \"home_name\": \"King's Lynn Town\",\n            \"away_name\": \"Boston United\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 9783,\n            \"away_id\": 11777,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 18,\n            \"unix\": 1672585200,\n            \"home_played\": 20,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 42,\n                \"away_possession\": 58,\n                \"home_pressure\": 32.09,\n                \"home_pressure_avg\": 50,\n                \"away_pressure\": 67.91,\n                \"away_pressure_avg\": 50,\n                \"cards\": 8,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 3,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 25,\n                \"home_shots\": 15,\n                \"away_shots\": 10,\n                \"shots_on\": 7,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 3,\n                \"attacks\": 159,\n                \"home_attacks\": 79,\n                \"away_attacks\": 80,\n                \"dang_attacks\": 76,\n                \"home_dang_attacks\": 37,\n                \"away_dang_attacks\": 39\n            }\n        },\n        {\n            \"id\": 23121349,\n            \"home_name\": \"Kidderminster Harriers\",\n            \"away_name\": \"Hereford\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 11663,\n            \"away_id\": 11660,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 17,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 55,\n                \"away_possession\": 45,\n                \"home_pressure\": 59.52,\n                \"home_pressure_avg\": 58,\n                \"away_pressure\": 40.48,\n                \"away_pressure_avg\": 42,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 4,\n                \"home_corners\": 2,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 10,\n                \"home_shots\": 5,\n                \"away_shots\": 5,\n                \"shots_on\": 5,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 2,\n                \"attacks\": 163,\n                \"home_attacks\": 88,\n                \"away_attacks\": 75,\n                \"dang_attacks\": 90,\n                \"home_dang_attacks\": 58,\n                \"away_dang_attacks\": 32\n            }\n        },\n        {\n            \"id\": 23121347,\n            \"home_name\": \"Gloucester City\",\n            \"away_name\": \"Leamington\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 12979,\n            \"away_id\": 10677,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 14,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 58,\n                \"away_possession\": 42,\n                \"home_pressure\": 60.95,\n                \"home_pressure_avg\": 61,\n                \"away_pressure\": 39.05,\n                \"away_pressure_avg\": 39,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 7,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 25,\n                \"home_shots\": 16,\n                \"away_shots\": 9,\n                \"shots_on\": 7,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 2,\n                \"attacks\": 169,\n                \"home_attacks\": 91,\n                \"away_attacks\": 78,\n                \"dang_attacks\": 51,\n                \"home_dang_attacks\": 27,\n                \"away_dang_attacks\": 24\n            }\n        },\n        {\n            \"id\": 23121346,\n            \"home_name\": \"Chorley\",\n            \"away_name\": \"Fylde\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 10500,\n            \"away_id\": 12815,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 6,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 48,\n                \"away_possession\": 52,\n                \"home_pressure\": 19.55,\n                \"home_pressure_avg\": 51,\n                \"away_pressure\": 80.45,\n                \"away_pressure_avg\": 49,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 1,\n                \"away_corners\": 8,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 23,\n                \"home_shots\": 7,\n                \"away_shots\": 16,\n                \"shots_on\": 8,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 5,\n                \"attacks\": 209,\n                \"home_attacks\": 108,\n                \"away_attacks\": 101,\n                \"dang_attacks\": 64,\n                \"home_dang_attacks\": 36,\n                \"away_dang_attacks\": 28\n            }\n        },\n        {\n            \"id\": 23121345,\n            \"home_name\": \"Chester\",\n            \"away_name\": \"AFC Telford United\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 10487,\n            \"away_id\": 10549,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 24,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 68,\n                \"away_possession\": 32,\n                \"home_pressure\": 56.76,\n                \"home_pressure_avg\": 61,\n                \"away_pressure\": 43.24,\n                \"away_pressure_avg\": 39,\n                \"cards\": 8,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 2,\n                \"corners\": 14,\n                \"home_corners\": 11,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 10,\n                \"home_shots\": 6,\n                \"away_shots\": 4,\n                \"shots_on\": 5,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 3,\n                \"attacks\": 154,\n                \"home_attacks\": 89,\n                \"away_attacks\": 65,\n                \"dang_attacks\": 150,\n                \"home_dang_attacks\": 101,\n                \"away_dang_attacks\": 49\n            }\n        },\n        {\n            \"id\": 23121344,\n            \"home_name\": \"Buxton\",\n            \"away_name\": \"Alfreton Town\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 10499,\n            \"away_id\": 10512,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 20,\n            \"away_position\": 13,\n            \"unix\": 1672585200,\n            \"home_played\": 20,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 54,\n                \"away_possession\": 46,\n                \"home_pressure\": 77.64,\n                \"home_pressure_avg\": 51,\n                \"away_pressure\": 22.36,\n                \"away_pressure_avg\": 49,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 3,\n                \"home_corners\": 1,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 31,\n                \"home_shots\": 18,\n                \"away_shots\": 13,\n                \"shots_on\": 10,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 4,\n                \"attacks\": 204,\n                \"home_attacks\": 105,\n                \"away_attacks\": 99,\n                \"dang_attacks\": 138,\n                \"home_dang_attacks\": 74,\n                \"away_dang_attacks\": 64\n            }\n        },\n        {\n            \"id\": 23121343,\n            \"home_name\": \"Yeovil Town\",\n            \"away_name\": \"Torquay United\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 9600,\n            \"away_id\": 10886,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 19,\n            \"away_position\": 23,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 48,\n                \"away_possession\": 52,\n                \"home_pressure\": 52.32,\n                \"home_pressure_avg\": 47,\n                \"away_pressure\": 47.68,\n                \"away_pressure_avg\": 53,\n                \"cards\": 3,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 4,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 24,\n                \"home_shots\": 12,\n                \"away_shots\": 12,\n                \"shots_on\": 11,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 5,\n                \"attacks\": 141,\n                \"home_attacks\": 77,\n                \"away_attacks\": 64,\n                \"dang_attacks\": 81,\n                \"home_dang_attacks\": 40,\n                \"away_dang_attacks\": 41\n            }\n        },\n        {\n            \"id\": 23121330,\n            \"home_name\": \"Sutton United\",\n            \"away_name\": \"AFC Wimbledon\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 10336,\n            \"away_id\": 8935,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 15,\n            \"away_position\": 11,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 23,\n            \"home_formation\": \"4-4-2\",\n            \"away_formation\": \"4-4-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 47,\n                \"away_possession\": 53,\n                \"home_pressure\": 70.35,\n                \"home_pressure_avg\": 58,\n                \"away_pressure\": 29.65,\n                \"away_pressure_avg\": 42,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 4,\n                \"home_corners\": 2,\n                \"away_corners\": 2,\n                \"home_fouls\": 15,\n                \"away_fouls\": 12,\n                \"shots\": 23,\n                \"home_shots\": 18,\n                \"away_shots\": 5,\n                \"shots_on\": 11,\n                \"home_shots_on\": 10,\n                \"away_shots_on\": 1,\n                \"attacks\": 200,\n                \"home_attacks\": 96,\n                \"away_attacks\": 104,\n                \"dang_attacks\": 100,\n                \"home_dang_attacks\": 56,\n                \"away_dang_attacks\": 44\n            }\n        },\n        {\n            \"id\": 23121321,\n            \"home_name\": \"Plymouth Argyle\",\n            \"away_name\": \"Milton Keynes Dons\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 3977,\n            \"away_id\": 5302,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 22,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 23,\n            \"home_formation\": \"3-4-2-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 52.63,\n                \"home_pressure_avg\": 56,\n                \"away_pressure\": 47.37,\n                \"away_pressure_avg\": 44,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 4,\n                \"home_corners\": 1,\n                \"away_corners\": 3,\n                \"home_fouls\": 10,\n                \"away_fouls\": 9,\n                \"shots\": 20,\n                \"home_shots\": 11,\n                \"away_shots\": 9,\n                \"shots_on\": 11,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 4,\n                \"attacks\": 226,\n                \"home_attacks\": 107,\n                \"away_attacks\": 119,\n                \"dang_attacks\": 114,\n                \"home_dang_attacks\": 63,\n                \"away_dang_attacks\": 51\n            }\n        },\n        {\n            \"id\": 23121328,\n            \"home_name\": \"Grimsby Town\",\n            \"away_name\": \"Stockport County\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 9765,\n            \"away_id\": 4026,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 16,\n            \"away_position\": 10,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 22,\n            \"home_formation\": \"5-4-1\",\n            \"away_formation\": \"3-5-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 42,\n                \"away_possession\": 58,\n                \"home_pressure\": 31.55,\n                \"home_pressure_avg\": 48,\n                \"away_pressure\": 68.45,\n                \"away_pressure_avg\": 52,\n                \"cards\": 2,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 2,\n                \"away_corners\": 10,\n                \"home_fouls\": 15,\n                \"away_fouls\": 8,\n                \"shots\": 26,\n                \"home_shots\": 14,\n                \"away_shots\": 12,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 181,\n                \"home_attacks\": 73,\n                \"away_attacks\": 108,\n                \"dang_attacks\": 123,\n                \"home_dang_attacks\": 59,\n                \"away_dang_attacks\": 64\n            }\n        },\n        {\n            \"id\": 23121318,\n            \"home_name\": \"Morecambe\",\n            \"away_name\": \"Burton Albion\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 9766,\n            \"away_id\": 5142,\n            \"status\": \"FT\",\n            \"home_goals\": 5,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 24,\n            \"away_position\": 21,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": \"3-5-2\",\n            \"away_formation\": \"3-5-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 40,\n                \"away_possession\": 60,\n                \"home_pressure\": 64.77,\n                \"home_pressure_avg\": 51,\n                \"away_pressure\": 35.23,\n                \"away_pressure_avg\": 49,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 8,\n                \"away_corners\": 2,\n                \"home_fouls\": 12,\n                \"away_fouls\": 8,\n                \"shots\": 24,\n                \"home_shots\": 17,\n                \"away_shots\": 7,\n                \"shots_on\": 10,\n                \"home_shots_on\": 10,\n                \"away_shots_on\": 0,\n                \"attacks\": 172,\n                \"home_attacks\": 49,\n                \"away_attacks\": 123,\n                \"dang_attacks\": 90,\n                \"home_dang_attacks\": 33,\n                \"away_dang_attacks\": 57\n            }\n        },\n        {\n            \"id\": 19214338,\n            \"home_name\": \"King Faisal\",\n            \"away_name\": \"Nsoatreman\",\n            \"season_id\": 3192,\n            \"competition_id\": 735,\n            \"home_id\": 15348,\n            \"away_id\": 28200,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 17,\n            \"away_position\": 10,\n            \"unix\": 1672585200,\n            \"home_played\": 9,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 6,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 22,\n                \"home_shots\": 11,\n                \"away_shots\": 11,\n                \"shots_on\": 5,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 1,\n                \"attacks\": 250,\n                \"home_attacks\": 114,\n                \"away_attacks\": 136,\n                \"dang_attacks\": 189,\n                \"home_dang_attacks\": 100,\n                \"away_dang_attacks\": 89\n            }\n        },\n        {\n            \"id\": 23121327,\n            \"home_name\": \"Doncaster Rovers\",\n            \"away_name\": \"Carlisle United\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 6868,\n            \"away_id\": 8957,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 4,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 23,\n            \"home_formation\": \"3-4-3\",\n            \"away_formation\": \"5-3-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 54,\n                \"away_possession\": 46,\n                \"home_pressure\": 21.43,\n                \"home_pressure_avg\": 58,\n                \"away_pressure\": 78.57,\n                \"away_pressure_avg\": 42,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 5,\n                \"away_corners\": 0,\n                \"home_fouls\": 8,\n                \"away_fouls\": 6,\n                \"shots\": 24,\n                \"home_shots\": 16,\n                \"away_shots\": 8,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 199,\n                \"home_attacks\": 83,\n                \"away_attacks\": 116,\n                \"dang_attacks\": 75,\n                \"home_dang_attacks\": 35,\n                \"away_dang_attacks\": 40\n            }\n        },\n        {\n            \"id\": 19214342,\n            \"home_name\": \"Real Tamale\",\n            \"away_name\": \"Kotoku Royals\",\n            \"season_id\": 3192,\n            \"competition_id\": 735,\n            \"home_id\": 21812,\n            \"away_id\": 28202,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 18,\n            \"unix\": 1672585200,\n            \"home_played\": 9,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 19214344,\n            \"home_name\": \"Medeama\",\n            \"away_name\": \"Accra Lions\",\n            \"season_id\": 3192,\n            \"competition_id\": 735,\n            \"home_id\": 15351,\n            \"away_id\": 21814,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 5,\n            \"unix\": 1672585200,\n            \"home_played\": 9,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 56,\n                \"away_possession\": 44,\n                \"home_pressure\": 54.07,\n                \"home_pressure_avg\": 58,\n                \"away_pressure\": 45.93,\n                \"away_pressure_avg\": 42,\n                \"cards\": 4,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 10,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 26,\n                \"home_shots\": 16,\n                \"away_shots\": 10,\n                \"shots_on\": 9,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 2,\n                \"attacks\": 145,\n                \"home_attacks\": 77,\n                \"away_attacks\": 68,\n                \"dang_attacks\": 120,\n                \"home_dang_attacks\": 61,\n                \"away_dang_attacks\": 59\n            }\n        },\n        {\n            \"id\": 19214348,\n            \"home_name\": \"Aduana Stars\",\n            \"away_name\": \"Asante Kotoko\",\n            \"season_id\": 3192,\n            \"competition_id\": 735,\n            \"home_id\": 15324,\n            \"away_id\": 15357,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 2,\n            \"unix\": 1672585200,\n            \"home_played\": 9,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121316,\n            \"home_name\": \"Bristol Rovers\",\n            \"away_name\": \"Cheltenham Town\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 9778,\n            \"away_id\": 9774,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 16,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 22,\n            \"home_formation\": \"3-4-1-2\",\n            \"away_formation\": \"3-4-1-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 62,\n                \"away_possession\": 38,\n                \"home_pressure\": 46.77,\n                \"home_pressure_avg\": 57,\n                \"away_pressure\": 53.23,\n                \"away_pressure_avg\": 43,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 5,\n                \"away_corners\": 5,\n                \"home_fouls\": 9,\n                \"away_fouls\": 11,\n                \"shots\": 29,\n                \"home_shots\": 11,\n                \"away_shots\": 18,\n                \"shots_on\": 9,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 5,\n                \"attacks\": 192,\n                \"home_attacks\": 103,\n                \"away_attacks\": 89,\n                \"dang_attacks\": 137,\n                \"home_dang_attacks\": 78,\n                \"away_dang_attacks\": 59\n            }\n        },\n        {\n            \"id\": 23121317,\n            \"home_name\": \"Forest Green Rovers\",\n            \"away_name\": \"Port Vale\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 6213,\n            \"away_id\": 9768,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 23,\n            \"away_position\": 9,\n            \"unix\": 1672585200,\n            \"home_played\": 24,\n            \"away_played\": 23,\n            \"home_formation\": \"3-4-2-1\",\n            \"away_formation\": \"3-4-1-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 40,\n                \"away_possession\": 60,\n                \"home_pressure\": 45.52,\n                \"home_pressure_avg\": 38,\n                \"away_pressure\": 54.48,\n                \"away_pressure_avg\": 62,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 2,\n                \"away_corners\": 8,\n                \"home_fouls\": 12,\n                \"away_fouls\": 14,\n                \"shots\": 29,\n                \"home_shots\": 11,\n                \"away_shots\": 18,\n                \"shots_on\": 4,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 3,\n                \"attacks\": 233,\n                \"home_attacks\": 88,\n                \"away_attacks\": 145,\n                \"dang_attacks\": 115,\n                \"home_dang_attacks\": 40,\n                \"away_dang_attacks\": 75\n            }\n        },\n        {\n            \"id\": 19214341,\n            \"home_name\": \"Samartex\",\n            \"away_name\": \"Dreams\",\n            \"season_id\": 3192,\n            \"competition_id\": 735,\n            \"home_id\": 28199,\n            \"away_id\": 15366,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 15,\n            \"away_position\": 13,\n            \"unix\": 1672585200,\n            \"home_played\": 9,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121319,\n            \"home_name\": \"Oxford United\",\n            \"away_name\": \"Exeter City\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 4077,\n            \"away_id\": 4165,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 11,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"3-4-1-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 66,\n                \"away_possession\": 34,\n                \"home_pressure\": 71.75,\n                \"home_pressure_avg\": 67,\n                \"away_pressure\": 28.25,\n                \"away_pressure_avg\": 33,\n                \"cards\": 5,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 15,\n                \"home_corners\": 11,\n                \"away_corners\": 4,\n                \"home_fouls\": 4,\n                \"away_fouls\": 15,\n                \"shots\": 29,\n                \"home_shots\": 21,\n                \"away_shots\": 8,\n                \"shots_on\": 9,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 3,\n                \"attacks\": 210,\n                \"home_attacks\": 135,\n                \"away_attacks\": 75,\n                \"dang_attacks\": 96,\n                \"home_dang_attacks\": 71,\n                \"away_dang_attacks\": 25\n            }\n        },\n        {\n            \"id\": 23121320,\n            \"home_name\": \"Peterborough United\",\n            \"away_name\": \"Wycombe Wanderers\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 9773,\n            \"away_id\": 4003,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": \"3-4-2-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 63,\n                \"away_possession\": 37,\n                \"home_pressure\": 68.38,\n                \"home_pressure_avg\": 61,\n                \"away_pressure\": 31.62,\n                \"away_pressure_avg\": 39,\n                \"cards\": 0,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 8,\n                \"away_corners\": 3,\n                \"home_fouls\": 8,\n                \"away_fouls\": 2,\n                \"shots\": 37,\n                \"home_shots\": 25,\n                \"away_shots\": 12,\n                \"shots_on\": 12,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 6,\n                \"attacks\": 178,\n                \"home_attacks\": 100,\n                \"away_attacks\": 78,\n                \"dang_attacks\": 97,\n                \"home_dang_attacks\": 59,\n                \"away_dang_attacks\": 38\n            }\n        },\n        {\n            \"id\": 23121326,\n            \"home_name\": \"Crewe Alexandra\",\n            \"away_name\": \"Tranmere Rovers\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 4009,\n            \"away_id\": 4024,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 17,\n            \"away_position\": 14,\n            \"unix\": 1672585200,\n            \"home_played\": 21,\n            \"away_played\": 23,\n            \"home_formation\": \"4-4-1-1\",\n            \"away_formation\": \"4-4-2\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 37,\n                \"away_possession\": 63,\n                \"home_pressure\": 39.71,\n                \"home_pressure_avg\": 36,\n                \"away_pressure\": 60.29,\n                \"away_pressure_avg\": 64,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 18,\n                \"home_corners\": 5,\n                \"away_corners\": 13,\n                \"home_fouls\": 7,\n                \"away_fouls\": 7,\n                \"shots\": 30,\n                \"home_shots\": 11,\n                \"away_shots\": 19,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 232,\n                \"home_attacks\": 74,\n                \"away_attacks\": 158,\n                \"dang_attacks\": 118,\n                \"home_dang_attacks\": 35,\n                \"away_dang_attacks\": 83\n            }\n        },\n        {\n            \"id\": 23121325,\n            \"home_name\": \"Colchester United\",\n            \"away_name\": \"Swindon Town\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 6876,\n            \"away_id\": 9772,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 5,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": \"3-4-2-1\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 32,\n                \"away_possession\": 68,\n                \"home_pressure\": 27.01,\n                \"home_pressure_avg\": 37,\n                \"away_pressure\": 72.99,\n                \"away_pressure_avg\": 63,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 4,\n                \"away_corners\": 6,\n                \"home_fouls\": 12,\n                \"away_fouls\": 12,\n                \"shots\": 23,\n                \"home_shots\": 10,\n                \"away_shots\": 13,\n                \"shots_on\": 5,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 4,\n                \"attacks\": 162,\n                \"home_attacks\": 66,\n                \"away_attacks\": 96,\n                \"dang_attacks\": 104,\n                \"home_dang_attacks\": 36,\n                \"away_dang_attacks\": 68\n            }\n        },\n        {\n            \"id\": 23121324,\n            \"home_name\": \"Bradford City\",\n            \"away_name\": \"Salford City\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 4761,\n            \"away_id\": 4027,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1672585200,\n            \"home_played\": 22,\n            \"away_played\": 22,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 48,\n                \"away_possession\": 52,\n                \"home_pressure\": 27.75,\n                \"home_pressure_avg\": 54,\n                \"away_pressure\": 72.25,\n                \"away_pressure_avg\": 46,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 4,\n                \"away_corners\": 6,\n                \"home_fouls\": 16,\n                \"away_fouls\": 14,\n                \"shots\": 26,\n                \"home_shots\": 15,\n                \"away_shots\": 11,\n                \"shots_on\": 9,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 5,\n                \"attacks\": 228,\n                \"home_attacks\": 118,\n                \"away_attacks\": 110,\n                \"dang_attacks\": 90,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 49\n            }\n        },\n        {\n            \"id\": 23121323,\n            \"home_name\": \"Shrewsbury Town\",\n            \"away_name\": \"Fleetwood Town\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 9585,\n            \"away_id\": 4484,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 17,\n            \"unix\": 1672585200,\n            \"home_played\": 23,\n            \"away_played\": 23,\n            \"home_formation\": \"3-4-1-2\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 53,\n                \"away_possession\": 47,\n                \"home_pressure\": 54.33,\n                \"home_pressure_avg\": 46,\n                \"away_pressure\": 45.67,\n                \"away_pressure_avg\": 54,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 8,\n                \"away_corners\": 3,\n                \"home_fouls\": 15,\n                \"away_fouls\": 11,\n                \"shots\": 22,\n                \"home_shots\": 7,\n                \"away_shots\": 15,\n                \"shots_on\": 5,\n                \"home_shots_on\": 0,\n                \"away_shots_on\": 5,\n                \"attacks\": 179,\n                \"home_attacks\": 73,\n                \"away_attacks\": 106,\n                \"dang_attacks\": 99,\n                \"home_dang_attacks\": 56,\n                \"away_dang_attacks\": 43\n            }\n        },\n        {\n            \"id\": 23121322,\n            \"home_name\": \"Portsmouth\",\n            \"away_name\": \"Charlton Athletic\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 5828,\n            \"away_id\": 8936,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 18,\n            \"unix\": 1672585200,\n            \"home_played\": 21,\n            \"away_played\": 23,\n            \"home_formation\": \"4-4-2\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-01T15:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:00\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 52.94,\n                \"home_pressure_avg\": 44,\n                \"away_pressure\": 47.06,\n                \"away_pressure_avg\": 56,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 13,\n                \"home_corners\": 7,\n                \"away_corners\": 6,\n                \"home_fouls\": 15,\n                \"away_fouls\": 7,\n                \"shots\": 24,\n                \"home_shots\": 10,\n                \"away_shots\": 14,\n                \"shots_on\": 7,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 3,\n                \"attacks\": 181,\n                \"home_attacks\": 85,\n                \"away_attacks\": 96,\n                \"dang_attacks\": 80,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 39\n            }\n        },\n        {\n            \"id\": 23121339,\n            \"home_name\": \"Halifax Town\",\n            \"away_name\": \"Altrincham\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 10327,\n            \"away_id\": 10339,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 12,\n            \"unix\": 1672586100,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T15:15:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 15:15\",\n            \"stats\": {\n                \"home_possession\": 57,\n                \"away_possession\": 43,\n                \"home_pressure\": 64.74,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 35.26,\n                \"away_pressure_avg\": 48,\n                \"cards\": 2,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 4,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 29,\n                \"home_shots\": 14,\n                \"away_shots\": 15,\n                \"shots_on\": 10,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 8,\n                \"attacks\": 95,\n                \"home_attacks\": 48,\n                \"away_attacks\": 47,\n                \"dang_attacks\": 61,\n                \"home_dang_attacks\": 33,\n                \"away_dang_attacks\": 28\n            }\n        },\n        {\n            \"id\": 23096422,\n            \"home_name\": \"Bo Rangers\",\n            \"away_name\": \"Ports Authority\",\n            \"season_id\": 3592,\n            \"competition_id\": 913,\n            \"home_id\": 17860,\n            \"away_id\": 17857,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 10,\n            \"unix\": 1672588800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121362,\n            \"home_name\": \"Olympique Lyonnais\",\n            \"away_name\": \"Clermont\",\n            \"season_id\": 2748,\n            \"competition_id\": 200,\n            \"home_id\": 5771,\n            \"away_id\": 7499,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 11,\n            \"unix\": 1672588800,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"3-4-2-1\",\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": 60,\n                \"away_possession\": 40,\n                \"home_pressure\": 46.3,\n                \"home_pressure_avg\": 59,\n                \"away_pressure\": 53.7,\n                \"away_pressure_avg\": 41,\n                \"cards\": 4,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 7,\n                \"away_corners\": 4,\n                \"home_fouls\": 0,\n                \"away_fouls\": 1,\n                \"shots\": 26,\n                \"home_shots\": 13,\n                \"away_shots\": 13,\n                \"shots_on\": 6,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 4,\n                \"attacks\": 214,\n                \"home_attacks\": 129,\n                \"away_attacks\": 85,\n                \"dang_attacks\": 80,\n                \"home_dang_attacks\": 49,\n                \"away_dang_attacks\": 31\n            }\n        },\n        {\n            \"id\": 23096423,\n            \"home_name\": \"Kallon\",\n            \"away_name\": \"Real Republicans\",\n            \"season_id\": 3592,\n            \"competition_id\": 913,\n            \"home_id\": 17856,\n            \"away_id\": 30966,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 16,\n            \"unix\": 1672588800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23096425,\n            \"home_name\": \"Johansen\",\n            \"away_name\": \"Freetown City\",\n            \"season_id\": 3592,\n            \"competition_id\": 913,\n            \"home_id\": 17867,\n            \"away_id\": 17858,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 13,\n            \"unix\": 1672588800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23096426,\n            \"home_name\": \"East End Tigers\",\n            \"away_name\": \"Old Edwardians\",\n            \"season_id\": 3592,\n            \"competition_id\": 913,\n            \"home_id\": 17855,\n            \"away_id\": 17859,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 11,\n            \"unix\": 1672588800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23096427,\n            \"home_name\": \"Mighty Blackpool\",\n            \"away_name\": \"East End Lions\",\n            \"season_id\": 3592,\n            \"competition_id\": 913,\n            \"home_id\": 17863,\n            \"away_id\": 18392,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 3,\n            \"unix\": 1672588800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23096428,\n            \"home_name\": \"Diamond Stars\",\n            \"away_name\": \"Luawa\",\n            \"season_id\": 3592,\n            \"competition_id\": 913,\n            \"home_id\": 17864,\n            \"away_id\": 30968,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 8,\n            \"unix\": 1672588800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23096429,\n            \"home_name\": \"Wusum Stars\",\n            \"away_name\": \"Central Parade\",\n            \"season_id\": 3592,\n            \"competition_id\": 913,\n            \"home_id\": 17868,\n            \"away_id\": 17865,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 17,\n            \"away_position\": 12,\n            \"unix\": 1672588800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23096430,\n            \"home_name\": \"Kamboi Eagles\",\n            \"away_name\": \"SLIFA Mount Aureol\",\n            \"season_id\": 3592,\n            \"competition_id\": 913,\n            \"home_id\": 17866,\n            \"away_id\": 17853,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 15,\n            \"away_position\": 2,\n            \"unix\": 1672588800,\n            \"home_played\": 4,\n            \"away_played\": 4,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T16:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121363,\n            \"home_name\": \"Nottingham Forest\",\n            \"away_name\": \"Chelsea\",\n            \"season_id\": 2747,\n            \"competition_id\": 423,\n            \"home_id\": 9771,\n            \"away_id\": 11402,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 19,\n            \"away_position\": 9,\n            \"unix\": 1672590600,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-01T16:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 16:30\",\n            \"stats\": {\n                \"home_possession\": 28,\n                \"away_possession\": 72,\n                \"home_pressure\": 34.62,\n                \"home_pressure_avg\": 44,\n                \"away_pressure\": 65.38,\n                \"away_pressure_avg\": 56,\n                \"cards\": 4,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 3,\n                \"home_corners\": 1,\n                \"away_corners\": 2,\n                \"home_fouls\": 16,\n                \"away_fouls\": 14,\n                \"shots\": 19,\n                \"home_shots\": 12,\n                \"away_shots\": 7,\n                \"shots_on\": 7,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 2,\n                \"attacks\": 181,\n                \"home_attacks\": 65,\n                \"away_attacks\": 116,\n                \"dang_attacks\": 79,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 38\n            }\n        },\n        {\n            \"id\": 23121364,\n            \"home_name\": \"Hapoel Hadera\",\n            \"away_name\": \"Maccabi Bnei Raina\",\n            \"season_id\": 2969,\n            \"competition_id\": 296,\n            \"home_id\": 8641,\n            \"away_id\": 15613,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 13,\n            \"unix\": 1672592400,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T17:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 17:00\",\n            \"stats\": {\n                \"home_possession\": 50,\n                \"away_possession\": 50,\n                \"home_pressure\": 53.7,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 46.3,\n                \"away_pressure_avg\": 48,\n                \"cards\": 9,\n                \"home_yellow_cards\": 5,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 7,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 25,\n                \"home_shots\": 12,\n                \"away_shots\": 13,\n                \"shots_on\": 8,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 6,\n                \"attacks\": 173,\n                \"home_attacks\": 85,\n                \"away_attacks\": 88,\n                \"dang_attacks\": 79,\n                \"home_dang_attacks\": 40,\n                \"away_dang_attacks\": 39\n            }\n        },\n        {\n            \"id\": 23121365,\n            \"home_name\": \"Waterhouse\",\n            \"away_name\": \"Faulkland\",\n            \"season_id\": 3512,\n            \"competition_id\": 970,\n            \"home_id\": 15163,\n            \"away_id\": 30610,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 14,\n            \"unix\": 1672596000,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T18:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 18:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121366,\n            \"home_name\": \"Maccabi Haifa\",\n            \"away_name\": \"Hapoel Be'er Sheva\",\n            \"season_id\": 2969,\n            \"competition_id\": 296,\n            \"home_id\": 4994,\n            \"away_id\": 5022,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 3,\n            \"unix\": 1672597800,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T18:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 18:30\",\n            \"stats\": {\n                \"home_possession\": 45,\n                \"away_possession\": 55,\n                \"home_pressure\": 21.99,\n                \"home_pressure_avg\": 45,\n                \"away_pressure\": 78.01,\n                \"away_pressure_avg\": 55,\n                \"cards\": 8,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 2,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 25,\n                \"home_shots\": 10,\n                \"away_shots\": 15,\n                \"shots_on\": 14,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 7,\n                \"attacks\": 213,\n                \"home_attacks\": 104,\n                \"away_attacks\": 109,\n                \"dang_attacks\": 139,\n                \"home_dang_attacks\": 63,\n                \"away_dang_attacks\": 76\n            }\n        },\n        {\n            \"id\": 23121367,\n            \"home_name\": \"Lens\",\n            \"away_name\": \"Paris Saint Germain\",\n            \"season_id\": 2748,\n            \"competition_id\": 200,\n            \"home_id\": 10148,\n            \"away_id\": 10524,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1672602300,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": \"3-4-2-1\",\n            \"away_formation\": \"4-3-1-2\",\n            \"date\": \"2023-01-01T19:45:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 19:45\",\n            \"stats\": {\n                \"home_possession\": 41,\n                \"away_possession\": 59,\n                \"home_pressure\": 31.16,\n                \"home_pressure_avg\": 41,\n                \"away_pressure\": 68.84,\n                \"away_pressure_avg\": 59,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 3,\n                \"away_corners\": 7,\n                \"home_fouls\": 16,\n                \"away_fouls\": 12,\n                \"shots\": 25,\n                \"home_shots\": 9,\n                \"away_shots\": 16,\n                \"shots_on\": 10,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 6,\n                \"attacks\": 180,\n                \"home_attacks\": 72,\n                \"away_attacks\": 108,\n                \"dang_attacks\": 101,\n                \"home_dang_attacks\": 36,\n                \"away_dang_attacks\": 65\n            }\n        },\n        {\n            \"id\": 23121368,\n            \"home_name\": \"Cavalier\",\n            \"away_name\": \"Tivoli Gardens\",\n            \"season_id\": 3512,\n            \"competition_id\": 970,\n            \"home_id\": 18760,\n            \"away_id\": 18766,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 11,\n            \"unix\": 1672603200,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T20:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 20:00\",\n            \"stats\": {\n                \"home_possession\": 44,\n                \"away_possession\": 56,\n                \"home_pressure\": 21.22,\n                \"home_pressure_avg\": 44,\n                \"away_pressure\": 78.78,\n                \"away_pressure_avg\": 56,\n                \"cards\": 2,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 3,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 20,\n                \"home_shots\": 9,\n                \"away_shots\": 11,\n                \"shots_on\": 5,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 1,\n                \"attacks\": 193,\n                \"home_attacks\": 77,\n                \"away_attacks\": 116,\n                \"dang_attacks\": 118,\n                \"home_dang_attacks\": 50,\n                \"away_dang_attacks\": 68\n            }\n        },\n        {\n            \"id\": 23121369,\n            \"home_name\": \"Jamalco\",\n            \"away_name\": \"Humble Lions\",\n            \"season_id\": 3512,\n            \"competition_id\": 970,\n            \"home_id\": 18791,\n            \"away_id\": 18761,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 4,\n            \"unix\": 1672603200,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T20:00:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 20:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 2,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 15,\n                \"home_shots\": 7,\n                \"away_shots\": 8,\n                \"shots_on\": 5,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 2,\n                \"attacks\": 218,\n                \"home_attacks\": 100,\n                \"away_attacks\": 118,\n                \"dang_attacks\": 92,\n                \"home_dang_attacks\": 39,\n                \"away_dang_attacks\": 53\n            }\n        },\n        {\n            \"id\": 23121370,\n            \"home_name\": \"Mount Pleasant Academy\",\n            \"away_name\": \"Montego Bay United\",\n            \"season_id\": 3512,\n            \"competition_id\": 970,\n            \"home_id\": 18765,\n            \"away_id\": 22809,\n            \"status\": \"FT\",\n            \"home_goals\": 5,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 5,\n            \"unix\": 1672604100,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T20:15:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 20:15\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121371,\n            \"home_name\": \"Chapelton\",\n            \"away_name\": \"Arnett Gardens\",\n            \"season_id\": 3512,\n            \"competition_id\": 970,\n            \"home_id\": 30611,\n            \"away_id\": 18758,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 5,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 7,\n            \"unix\": 1672612200,\n            \"home_played\": 7,\n            \"away_played\": 7,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T22:30:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 22:30\",\n            \"stats\": {\n                \"home_possession\": 43,\n                \"away_possession\": 57,\n                \"home_pressure\": 44.88,\n                \"home_pressure_avg\": 34,\n                \"away_pressure\": 55.12,\n                \"away_pressure_avg\": 66,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 1,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 23,\n                \"home_shots\": 7,\n                \"away_shots\": 16,\n                \"shots_on\": 10,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 8,\n                \"attacks\": 162,\n                \"home_attacks\": 76,\n                \"away_attacks\": 86,\n                \"dang_attacks\": 120,\n                \"home_dang_attacks\": 46,\n                \"away_dang_attacks\": 74\n            }\n        },\n        {\n            \"id\": 23121373,\n            \"home_name\": \"Wellington Phoenix W\",\n            \"away_name\": \"Western Sydney Wanderers W\",\n            \"season_id\": 3566,\n            \"competition_id\": 797,\n            \"home_id\": 22679,\n            \"away_id\": 16141,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 10,\n            \"unix\": 1672615200,\n            \"home_played\": 5,\n            \"away_played\": 5,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-01T23:20:00.000000Z\",\n            \"ko_human\": \"Sun 1st, 23:20\",\n            \"stats\": {\n                \"home_possession\": 43,\n                \"away_possession\": 57,\n                \"home_pressure\": 52.38,\n                \"home_pressure_avg\": 46,\n                \"away_pressure\": 47.62,\n                \"away_pressure_avg\": 54,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 13,\n                \"home_corners\": 7,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 9,\n                \"home_shots\": 5,\n                \"away_shots\": 4,\n                \"shots_on\": 2,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 1,\n                \"attacks\": 139,\n                \"home_attacks\": 62,\n                \"away_attacks\": 77,\n                \"dang_attacks\": 91,\n                \"home_dang_attacks\": 55,\n                \"away_dang_attacks\": 36\n            }\n        },\n        {\n            \"id\": 23140920,\n            \"home_name\": \"Wellington Phoenix\",\n            \"away_name\": \"Melbourne City\",\n            \"season_id\": 3448,\n            \"competition_id\": 72,\n            \"home_id\": 16157,\n            \"away_id\": 4272,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 1,\n            \"unix\": 1672624800,\n            \"home_played\": 9,\n            \"away_played\": 8,\n            \"home_formation\": \"4-4-2\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T02:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 02:00\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 63.86,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 36.14,\n                \"away_pressure_avg\": 48,\n                \"cards\": 4,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 13,\n                \"home_corners\": 9,\n                \"away_corners\": 4,\n                \"home_fouls\": 7,\n                \"away_fouls\": 14,\n                \"shots\": 33,\n                \"home_shots\": 20,\n                \"away_shots\": 13,\n                \"shots_on\": 14,\n                \"home_shots_on\": 8,\n                \"away_shots_on\": 6,\n                \"attacks\": 234,\n                \"home_attacks\": 119,\n                \"away_attacks\": 115,\n                \"dang_attacks\": 100,\n                \"home_dang_attacks\": 59,\n                \"away_dang_attacks\": 41\n            }\n        },\n        {\n            \"id\": 23140921,\n            \"home_name\": \"Premier Sporting U17\",\n            \"away_name\": \"Diamond Rock U17\",\n            \"season_id\": 3615,\n            \"competition_id\": 1711,\n            \"home_id\": 31119,\n            \"away_id\": 31125,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1672632000,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T04:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 04:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140922,\n            \"home_name\": \"Hyderabad FC U17\",\n            \"away_name\": \"Alpha Sports U17\",\n            \"season_id\": 3615,\n            \"competition_id\": 1711,\n            \"home_id\": 31121,\n            \"away_id\": 31122,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1672633800,\n            \"home_played\": 1,\n            \"away_played\": 1,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T04:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 04:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140923,\n            \"home_name\": \"Young Heroes U17\",\n            \"away_name\": \"Techtro Swades U17\",\n            \"season_id\": 3615,\n            \"competition_id\": 1711,\n            \"home_id\": 31123,\n            \"away_id\": 31130,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 5,\n            \"elapsed\": 90,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1672648200,\n            \"home_played\": 1,\n            \"away_played\": null,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T08:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 08:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140924,\n            \"home_name\": \"Adelaide United\",\n            \"away_name\": \"Perth Glory\",\n            \"season_id\": 3448,\n            \"competition_id\": 72,\n            \"home_id\": 16152,\n            \"away_id\": 4313,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 12,\n            \"unix\": 1672649100,\n            \"home_played\": 9,\n            \"away_played\": 8,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-02T08:45:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 08:45\",\n            \"stats\": {\n                \"home_possession\": 48,\n                \"away_possession\": 52,\n                \"home_pressure\": 21.5,\n                \"home_pressure_avg\": 56,\n                \"away_pressure\": 78.5,\n                \"away_pressure_avg\": 44,\n                \"cards\": 4,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 16,\n                \"home_corners\": 10,\n                \"away_corners\": 6,\n                \"home_fouls\": 10,\n                \"away_fouls\": 11,\n                \"shots\": 25,\n                \"home_shots\": 14,\n                \"away_shots\": 11,\n                \"shots_on\": 5,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 2,\n                \"attacks\": 197,\n                \"home_attacks\": 90,\n                \"away_attacks\": 107,\n                \"dang_attacks\": 94,\n                \"home_dang_attacks\": 38,\n                \"away_dang_attacks\": 56\n            }\n        },\n        {\n            \"id\": 23140925,\n            \"home_name\": \"Chennaiyin U17\",\n            \"away_name\": \"Muthoot FA U17\",\n            \"season_id\": 3615,\n            \"competition_id\": 1711,\n            \"home_id\": 31118,\n            \"away_id\": 31131,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 0,\n            \"away_position\": 0,\n            \"unix\": 1672650000,\n            \"home_played\": 1,\n            \"away_played\": null,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T09:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 09:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23121372,\n            \"home_name\": \"J & K\",\n            \"away_name\": \"Rajasthan State\",\n            \"season_id\": 3608,\n            \"competition_id\": 1121,\n            \"home_id\": 22439,\n            \"away_id\": 22664,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 4,\n            \"unix\": 1672653600,\n            \"home_played\": 2,\n            \"away_played\": 2,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T10:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 10:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140931,\n            \"home_name\": \"Midhurst & Easebourne\",\n            \"away_name\": \"Loxwood\",\n            \"season_id\": 2671,\n            \"competition_id\": 1069,\n            \"home_id\": 25577,\n            \"away_id\": 9192,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 18,\n            \"unix\": 1672657200,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140929,\n            \"home_name\": \"Eastbourne United\",\n            \"away_name\": \"Bexhill United\",\n            \"season_id\": 2671,\n            \"competition_id\": 1069,\n            \"home_id\": 9201,\n            \"away_id\": 19071,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 8,\n            \"unix\": 1672657200,\n            \"home_played\": 20,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140934,\n            \"home_name\": \"Saltdean United\",\n            \"away_name\": \"Newhaven\",\n            \"season_id\": 2671,\n            \"competition_id\": 1069,\n            \"home_id\": 9178,\n            \"away_id\": 9189,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 7,\n            \"elapsed\": 90,\n            \"home_position\": 17,\n            \"away_position\": 3,\n            \"unix\": 1672657200,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140935,\n            \"home_name\": \"Steyning Town\",\n            \"away_name\": \"Horsham YMCA\",\n            \"season_id\": 2671,\n            \"competition_id\": 1069,\n            \"home_id\": 9200,\n            \"away_id\": 9196,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 12,\n            \"unix\": 1672657200,\n            \"home_played\": 21,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140932,\n            \"home_name\": \"Peacehaven & Telscombe\",\n            \"away_name\": \"Varndeanians\",\n            \"season_id\": 2671,\n            \"competition_id\": 1069,\n            \"home_id\": 9206,\n            \"away_id\": 19947,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 14,\n            \"unix\": 1672657200,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140943,\n            \"home_name\": \"Sheerwater\",\n            \"away_name\": \"Frimley Green\",\n            \"season_id\": 2713,\n            \"competition_id\": 1062,\n            \"home_id\": 9198,\n            \"away_id\": 9219,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 20,\n            \"away_position\": 18,\n            \"unix\": 1672659000,\n            \"home_played\": 16,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140941,\n            \"home_name\": \"AFC Croydon Athletic\",\n            \"away_name\": \"Redhill\",\n            \"season_id\": 2713,\n            \"competition_id\": 1062,\n            \"home_id\": 9170,\n            \"away_id\": 9193,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 6,\n            \"unix\": 1672659000,\n            \"home_played\": 15,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140940,\n            \"home_name\": \"Windsor\",\n            \"away_name\": \"Hilltop\",\n            \"season_id\": 2712,\n            \"competition_id\": 1063,\n            \"home_id\": 9149,\n            \"away_id\": 26006,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 10,\n            \"unix\": 1672659000,\n            \"home_played\": 18,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140937,\n            \"home_name\": \"Flackwell Heath FC\",\n            \"away_name\": \"Burnham\",\n            \"season_id\": 2712,\n            \"competition_id\": 1063,\n            \"home_id\": 9421,\n            \"away_id\": 9158,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 6,\n            \"unix\": 1672659000,\n            \"home_played\": 18,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140938,\n            \"home_name\": \"Spelthorne Sports\",\n            \"away_name\": \"North Greenford United\",\n            \"season_id\": 2712,\n            \"competition_id\": 1063,\n            \"home_id\": 9207,\n            \"away_id\": 9160,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 18,\n            \"away_position\": 19,\n            \"unix\": 1672659000,\n            \"home_played\": 14,\n            \"away_played\": 11,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140939,\n            \"home_name\": \"Wallingford & Crowmarsh\",\n            \"away_name\": \"Holyport\",\n            \"season_id\": 2712,\n            \"competition_id\": 1063,\n            \"home_id\": 27649,\n            \"away_id\": 19877,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 16,\n            \"unix\": 1672659000,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140936,\n            \"home_name\": \"Edgware Town\",\n            \"away_name\": \"Broadfields United\",\n            \"season_id\": 2712,\n            \"competition_id\": 1063,\n            \"home_id\": 8965,\n            \"away_id\": 9191,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 12,\n            \"unix\": 1672659000,\n            \"home_played\": 15,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T11:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 11:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140945,\n            \"home_name\": \"BFF Academy U19\",\n            \"away_name\": \"Tensung\",\n            \"season_id\": 2869,\n            \"competition_id\": 749,\n            \"home_id\": 24477,\n            \"away_id\": 18289,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1672660800,\n            \"home_played\": 17,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 2,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 7,\n                \"away_shots\": 11,\n                \"shots_on\": 11,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 7,\n                \"attacks\": 227,\n                \"home_attacks\": 113,\n                \"away_attacks\": 114,\n                \"dang_attacks\": 151,\n                \"home_dang_attacks\": 66,\n                \"away_dang_attacks\": 85\n            }\n        },\n        {\n            \"id\": 23096344,\n            \"home_name\": \"Al Fateh U19\",\n            \"away_name\": \"Al Raed U19\",\n            \"season_id\": 3349,\n            \"competition_id\": 483,\n            \"home_id\": 11730,\n            \"away_id\": 20844,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 10,\n            \"unix\": 1672661100,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:05:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:05\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140947,\n            \"home_name\": \"Al Qaisoma\",\n            \"away_name\": \"Al Akhdoud\",\n            \"season_id\": 2996,\n            \"competition_id\": 100,\n            \"home_id\": 23281,\n            \"away_id\": 21032,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 2,\n            \"unix\": 1672661700,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:15:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:15\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 4,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 27,\n                \"home_shots\": 12,\n                \"away_shots\": 15,\n                \"shots_on\": 10,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 5,\n                \"attacks\": 230,\n                \"home_attacks\": 105,\n                \"away_attacks\": 125,\n                \"dang_attacks\": 173,\n                \"home_dang_attacks\": 67,\n                \"away_dang_attacks\": 106\n            }\n        },\n        {\n            \"id\": 23096410,\n            \"home_name\": \"Al Shabab U19\",\n            \"away_name\": \"Jeddah U19\",\n            \"season_id\": 3349,\n            \"competition_id\": 483,\n            \"home_id\": 11731,\n            \"away_id\": 29215,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 12,\n            \"unix\": 1672662000,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:20:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:20\",\n            \"stats\": {\n                \"home_possession\": 48,\n                \"away_possession\": 52,\n                \"home_pressure\": 75.57,\n                \"home_pressure_avg\": 56,\n                \"away_pressure\": 24.43,\n                \"away_pressure_avg\": 44,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 9,\n                \"home_corners\": 6,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 36,\n                \"home_shots\": 24,\n                \"away_shots\": 12,\n                \"shots_on\": 19,\n                \"home_shots_on\": 11,\n                \"away_shots_on\": 8,\n                \"attacks\": 183,\n                \"home_attacks\": 90,\n                \"away_attacks\": 93,\n                \"dang_attacks\": 142,\n                \"home_dang_attacks\": 81,\n                \"away_dang_attacks\": 61\n            }\n        },\n        {\n            \"id\": 23140948,\n            \"home_name\": \"Al Kholood\",\n            \"away_name\": \"Najran\",\n            \"season_id\": 2996,\n            \"competition_id\": 100,\n            \"home_id\": 20995,\n            \"away_id\": 4943,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 18,\n            \"unix\": 1672662300,\n            \"home_played\": 14,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:25:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:25\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 5,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 14,\n                \"home_corners\": 8,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 20,\n                \"home_shots\": 14,\n                \"away_shots\": 6,\n                \"shots_on\": 8,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 5,\n                \"attacks\": 174,\n                \"home_attacks\": 99,\n                \"away_attacks\": 75,\n                \"dang_attacks\": 111,\n                \"home_dang_attacks\": 69,\n                \"away_dang_attacks\": 42\n            }\n        },\n        {\n            \"id\": 23140951,\n            \"home_name\": \"Frome Town\",\n            \"away_name\": \"Larkhall Athletic\",\n            \"season_id\": 2877,\n            \"competition_id\": 1019,\n            \"home_id\": 9599,\n            \"away_id\": 10856,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 14,\n            \"unix\": 1672662600,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:30\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": 20.49,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 79.51,\n                \"away_pressure_avg\": 48,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 1,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 10,\n                \"home_shots\": 6,\n                \"away_shots\": 4,\n                \"shots_on\": 7,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 3,\n                \"attacks\": 146,\n                \"home_attacks\": 76,\n                \"away_attacks\": 70,\n                \"dang_attacks\": 59,\n                \"home_dang_attacks\": 35,\n                \"away_dang_attacks\": 24\n            }\n        },\n        {\n            \"id\": 23140952,\n            \"home_name\": \"Thailand\",\n            \"away_name\": \"Cambodia\",\n            \"season_id\": 3525,\n            \"competition_id\": 1124,\n            \"home_id\": 13262,\n            \"away_id\": 13250,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 3,\n            \"unix\": 1672662600,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:30\",\n            \"stats\": {\n                \"home_possession\": 63,\n                \"away_possession\": 37,\n                \"home_pressure\": 62.67,\n                \"home_pressure_avg\": 66,\n                \"away_pressure\": 37.33,\n                \"away_pressure_avg\": 34,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 3,\n                \"away_corners\": 2,\n                \"home_fouls\": 7,\n                \"away_fouls\": 13,\n                \"shots\": 30,\n                \"home_shots\": 20,\n                \"away_shots\": 10,\n                \"shots_on\": 9,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 4,\n                \"attacks\": 195,\n                \"home_attacks\": 130,\n                \"away_attacks\": 65,\n                \"dang_attacks\": 137,\n                \"home_dang_attacks\": 98,\n                \"away_dang_attacks\": 39\n            }\n        },\n        {\n            \"id\": 23140949,\n            \"home_name\": \"Rangers\",\n            \"away_name\": \"Celtic\",\n            \"season_id\": 2660,\n            \"competition_id\": 259,\n            \"home_id\": 7467,\n            \"away_id\": 5235,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 1,\n            \"unix\": 1672662600,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-02T12:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:30\",\n            \"stats\": {\n                \"home_possession\": 40,\n                \"away_possession\": 60,\n                \"home_pressure\": 49.24,\n                \"home_pressure_avg\": 47,\n                \"away_pressure\": 50.76,\n                \"away_pressure_avg\": 53,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 5,\n                \"away_corners\": 4,\n                \"home_fouls\": 11,\n                \"away_fouls\": 13,\n                \"shots\": 22,\n                \"home_shots\": 13,\n                \"away_shots\": 9,\n                \"shots_on\": 7,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 3,\n                \"attacks\": 215,\n                \"home_attacks\": 108,\n                \"away_attacks\": 107,\n                \"dang_attacks\": 100,\n                \"home_dang_attacks\": 58,\n                \"away_dang_attacks\": 42\n            }\n        },\n        {\n            \"id\": 23140950,\n            \"home_name\": \"Biggleswade\",\n            \"away_name\": \"Barton Rovers\",\n            \"season_id\": 2875,\n            \"competition_id\": 491,\n            \"home_id\": 10807,\n            \"away_id\": 10483,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 20,\n            \"unix\": 1672662600,\n            \"home_played\": 22,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140953,\n            \"home_name\": \"Philippines\",\n            \"away_name\": \"Indonesia\",\n            \"season_id\": 3525,\n            \"competition_id\": 1124,\n            \"home_id\": 13241,\n            \"away_id\": 13263,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1672662600,\n            \"home_played\": 3,\n            \"away_played\": 3,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T12:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:30\",\n            \"stats\": {\n                \"home_possession\": 45,\n                \"away_possession\": 55,\n                \"home_pressure\": 33.69,\n                \"home_pressure_avg\": 48,\n                \"away_pressure\": 66.31,\n                \"away_pressure_avg\": 52,\n                \"cards\": 1,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 16,\n                \"home_corners\": 9,\n                \"away_corners\": 7,\n                \"home_fouls\": 11,\n                \"away_fouls\": 9,\n                \"shots\": 26,\n                \"home_shots\": 9,\n                \"away_shots\": 17,\n                \"shots_on\": 10,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 6,\n                \"attacks\": 217,\n                \"home_attacks\": 107,\n                \"away_attacks\": 110,\n                \"dang_attacks\": 166,\n                \"home_dang_attacks\": 76,\n                \"away_dang_attacks\": 90\n            }\n        },\n        {\n            \"id\": 23140956,\n            \"home_name\": \"El Daklyeh\",\n            \"away_name\": \"Al Masry\",\n            \"season_id\": 3499,\n            \"competition_id\": 16,\n            \"home_id\": 13089,\n            \"away_id\": 5210,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 15,\n            \"away_position\": 11,\n            \"unix\": 1672663500,\n            \"home_played\": 10,\n            \"away_played\": 10,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T12:45:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:45\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": 63.8,\n                \"home_pressure_avg\": 45,\n                \"away_pressure\": 36.2,\n                \"away_pressure_avg\": 55,\n                \"cards\": 0,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 4,\n                \"away_corners\": 3,\n                \"home_fouls\": 0,\n                \"away_fouls\": 0,\n                \"shots\": 11,\n                \"home_shots\": 6,\n                \"away_shots\": 5,\n                \"shots_on\": 3,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 2,\n                \"attacks\": 240,\n                \"home_attacks\": 125,\n                \"away_attacks\": 115,\n                \"dang_attacks\": 97,\n                \"home_dang_attacks\": 47,\n                \"away_dang_attacks\": 50\n            }\n        },\n        {\n            \"id\": 23140955,\n            \"home_name\": \"Aswan\",\n            \"away_name\": \"Zamalek\",\n            \"season_id\": 3499,\n            \"competition_id\": 16,\n            \"home_id\": 5113,\n            \"away_id\": 5282,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 1,\n            \"unix\": 1672663500,\n            \"home_played\": 10,\n            \"away_played\": 10,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"4-5-1\",\n            \"date\": \"2023-01-02T12:45:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 12:45\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": 42.24,\n                \"home_pressure_avg\": 41,\n                \"away_pressure\": 57.76,\n                \"away_pressure_avg\": 59,\n                \"cards\": 4,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 17,\n                \"home_corners\": 4,\n                \"away_corners\": 13,\n                \"home_fouls\": 0,\n                \"away_fouls\": 0,\n                \"shots\": 26,\n                \"home_shots\": 12,\n                \"away_shots\": 14,\n                \"shots_on\": 9,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 4,\n                \"attacks\": 213,\n                \"home_attacks\": 98,\n                \"away_attacks\": 115,\n                \"dang_attacks\": 122,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 81\n            }\n        },\n        {\n            \"id\": 23140967,\n            \"home_name\": \"Tadcaster Albion\",\n            \"away_name\": \"Brighouse Town\",\n            \"season_id\": 2880,\n            \"competition_id\": 1018,\n            \"home_id\": 10868,\n            \"away_id\": 4166,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 20,\n            \"away_position\": 10,\n            \"unix\": 1672664400,\n            \"home_played\": 21,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140968,\n            \"home_name\": \"Westbury United\",\n            \"away_name\": \"Melksham Town\",\n            \"season_id\": 2877,\n            \"competition_id\": 1019,\n            \"home_id\": 9237,\n            \"away_id\": 10854,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 13,\n            \"unix\": 1672664400,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140969,\n            \"home_name\": \"Basford United\",\n            \"away_name\": \"Coalville Town\",\n            \"season_id\": 2775,\n            \"competition_id\": 488,\n            \"home_id\": 11824,\n            \"away_id\": 10877,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 5,\n            \"unix\": 1672664400,\n            \"home_played\": 21,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140974,\n            \"home_name\": \"Wellington AFC\",\n            \"away_name\": \"Millbrook\",\n            \"season_id\": 2750,\n            \"competition_id\": 1072,\n            \"home_id\": 9040,\n            \"away_id\": 9251,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 18,\n            \"away_position\": 12,\n            \"unix\": 1672664400,\n            \"home_played\": 17,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140973,\n            \"home_name\": \"Soham Town Rangers\",\n            \"away_name\": \"Newmarket Town\",\n            \"season_id\": 2711,\n            \"competition_id\": 1064,\n            \"home_id\": 10872,\n            \"away_id\": 9083,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 16,\n            \"unix\": 1672664400,\n            \"home_played\": 21,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140965,\n            \"home_name\": \"Lancing\",\n            \"away_name\": \"Littlehampton Town\",\n            \"season_id\": 2874,\n            \"competition_id\": 494,\n            \"home_id\": 8972,\n            \"away_id\": 19950,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 17,\n            \"away_position\": 8,\n            \"unix\": 1672664400,\n            \"home_played\": 18,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140989,\n            \"home_name\": \"East Thurrock United\",\n            \"away_name\": \"Grays Athletic\",\n            \"season_id\": 2882,\n            \"competition_id\": 486,\n            \"home_id\": 4158,\n            \"away_id\": 10794,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1672664400,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140975,\n            \"home_name\": \"Polisi Tanzania\",\n            \"away_name\": \"Ruvu Shooting\",\n            \"season_id\": 2902,\n            \"competition_id\": 373,\n            \"home_id\": 10198,\n            \"away_id\": 10051,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 16,\n            \"away_position\": 15,\n            \"unix\": 1672664400,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 5,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 16,\n                \"home_shots\": 5,\n                \"away_shots\": 11,\n                \"shots_on\": 3,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 2,\n                \"attacks\": 292,\n                \"home_attacks\": 149,\n                \"away_attacks\": 143,\n                \"dang_attacks\": 226,\n                \"home_dang_attacks\": 107,\n                \"away_dang_attacks\": 119\n            }\n        },\n        {\n            \"id\": 23140970,\n            \"home_name\": \"Kings Langley\",\n            \"away_name\": \"Leiston\",\n            \"season_id\": 2775,\n            \"competition_id\": 488,\n            \"home_id\": 11807,\n            \"away_id\": 10874,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 19,\n            \"away_position\": 3,\n            \"unix\": 1672664400,\n            \"home_played\": 23,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140971,\n            \"home_name\": \"Royston Town\",\n            \"away_name\": \"Bedford Town\",\n            \"season_id\": 2775,\n            \"competition_id\": 488,\n            \"home_id\": 9782,\n            \"away_id\": 10793,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 12,\n            \"unix\": 1672664400,\n            \"home_played\": 22,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140966,\n            \"home_name\": \"Hebburn Town\",\n            \"away_name\": \"North Shields\",\n            \"season_id\": 2880,\n            \"competition_id\": 1018,\n            \"home_id\": 8996,\n            \"away_id\": 9001,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 14,\n            \"unix\": 1672664400,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140972,\n            \"home_name\": \"North Leigh\",\n            \"away_name\": \"Chesham United\",\n            \"season_id\": 2780,\n            \"competition_id\": 489,\n            \"home_id\": 10813,\n            \"away_id\": 10481,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 3,\n            \"unix\": 1672664400,\n            \"home_played\": 22,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 4,\n                \"home_corners\": 2,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 22,\n                \"home_shots\": 8,\n                \"away_shots\": 14,\n                \"shots_on\": 14,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 8,\n                \"attacks\": 224,\n                \"home_attacks\": 101,\n                \"away_attacks\": 123,\n                \"dang_attacks\": 137,\n                \"home_dang_attacks\": 60,\n                \"away_dang_attacks\": 77\n            }\n        },\n        {\n            \"id\": 23140962,\n            \"home_name\": \"Hadley\",\n            \"away_name\": \"Hertford Town\",\n            \"season_id\": 2875,\n            \"competition_id\": 491,\n            \"home_id\": 9129,\n            \"away_id\": 10806,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 14,\n            \"unix\": 1672664400,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23143392,\n            \"home_name\": \"Three Bridges\",\n            \"away_name\": \"Burgess Hill Town\",\n            \"season_id\": 2874,\n            \"competition_id\": 494,\n            \"home_id\": 10830,\n            \"away_id\": 10873,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 12,\n            \"unix\": 1672664400,\n            \"home_played\": 16,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140960,\n            \"home_name\": \"Daventry Town\",\n            \"away_name\": \"Harborough Town\",\n            \"season_id\": 2876,\n            \"competition_id\": 1017,\n            \"home_id\": 10792,\n            \"away_id\": 9102,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 18,\n            \"away_position\": 7,\n            \"unix\": 1672664400,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140959,\n            \"home_name\": \"Haringey Borough\",\n            \"away_name\": \"Enfield Town\",\n            \"season_id\": 2881,\n            \"competition_id\": 490,\n            \"home_id\": 4172,\n            \"away_id\": 10480,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 6,\n            \"unix\": 1672664400,\n            \"home_played\": 21,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 6,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 19,\n                \"home_shots\": 10,\n                \"away_shots\": 9,\n                \"shots_on\": 5,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 4,\n                \"attacks\": 204,\n                \"home_attacks\": 108,\n                \"away_attacks\": 96,\n                \"dang_attacks\": 148,\n                \"home_dang_attacks\": 80,\n                \"away_dang_attacks\": 68\n            }\n        },\n        {\n            \"id\": 23140958,\n            \"home_name\": \"Brightlingsea Regent\",\n            \"away_name\": \"Bishop's Stortford\",\n            \"season_id\": 2881,\n            \"competition_id\": 490,\n            \"home_id\": 11813,\n            \"away_id\": 9285,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 2,\n            \"unix\": 1672664400,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140957,\n            \"home_name\": \"Scarborough Athletic\",\n            \"away_name\": \"Darlington\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 11823,\n            \"away_id\": 12976,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 5,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 3,\n            \"unix\": 1672664400,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 6,\n                \"home_yellow_cards\": 4,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 8,\n                \"home_corners\": 2,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 29,\n                \"home_shots\": 15,\n                \"away_shots\": 14,\n                \"shots_on\": 10,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 5,\n                \"attacks\": 127,\n                \"home_attacks\": 72,\n                \"away_attacks\": 55,\n                \"dang_attacks\": 81,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 40\n            }\n        },\n        {\n            \"id\": 23140961,\n            \"home_name\": \"Bury Town\",\n            \"away_name\": \"Lowestoft Town\",\n            \"season_id\": 2882,\n            \"competition_id\": 486,\n            \"home_id\": 10492,\n            \"away_id\": 11797,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 4,\n            \"unix\": 1672664400,\n            \"home_played\": 18,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140942,\n            \"home_name\": \"Abbey Rangers\",\n            \"away_name\": \"Guildford City\",\n            \"season_id\": 2713,\n            \"competition_id\": 1062,\n            \"home_id\": 9184,\n            \"away_id\": 9428,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 15,\n            \"unix\": 1672664400,\n            \"home_played\": 19,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141145,\n            \"home_name\": \"Belper Town\",\n            \"away_name\": \"Stafford Rangers\",\n            \"season_id\": 2883,\n            \"competition_id\": 492,\n            \"home_id\": 10330,\n            \"away_id\": 10495,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 10,\n            \"unix\": 1672664400,\n            \"home_played\": 22,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140977,\n            \"home_name\": \"Hanwell Town\",\n            \"away_name\": \"Beaconsfield Town\",\n            \"season_id\": 2780,\n            \"competition_id\": 489,\n            \"home_id\": 9788,\n            \"away_id\": 11808,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 12,\n            \"unix\": 1672666200,\n            \"home_played\": 21,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 1,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 21,\n                \"home_corners\": 12,\n                \"away_corners\": 9,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 40,\n                \"home_shots\": 22,\n                \"away_shots\": 18,\n                \"shots_on\": 12,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 3,\n                \"attacks\": 157,\n                \"home_attacks\": 61,\n                \"away_attacks\": 96,\n                \"dang_attacks\": 165,\n                \"home_dang_attacks\": 77,\n                \"away_dang_attacks\": 88\n            }\n        },\n        {\n            \"id\": 23140976,\n            \"home_name\": \"Didcot Town\",\n            \"away_name\": \"Highworth Town\",\n            \"season_id\": 2875,\n            \"competition_id\": 491,\n            \"home_id\": 10852,\n            \"away_id\": 10853,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 19,\n            \"unix\": 1672666200,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T13:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 13:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141000,\n            \"home_name\": \"Limavady United\",\n            \"away_name\": \"PSNI\",\n            \"season_id\": 3022,\n            \"competition_id\": 1480,\n            \"home_id\": 13389,\n            \"away_id\": 13686,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 12,\n            \"unix\": 1672668000,\n            \"home_played\": 9,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": 58,\n                \"away_possession\": 42,\n                \"home_pressure\": 58.86,\n                \"home_pressure_avg\": 67,\n                \"away_pressure\": 41.14,\n                \"away_pressure_avg\": 33,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 4,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 20,\n                \"home_shots\": 18,\n                \"away_shots\": 2,\n                \"shots_on\": 11,\n                \"home_shots_on\": 10,\n                \"away_shots_on\": 1,\n                \"attacks\": 159,\n                \"home_attacks\": 83,\n                \"away_attacks\": 76,\n                \"dang_attacks\": 64,\n                \"home_dang_attacks\": 39,\n                \"away_dang_attacks\": 25\n            }\n        },\n        {\n            \"id\": 23141001,\n            \"home_name\": \"Odisha FC\",\n            \"away_name\": \"Mumbai City\",\n            \"season_id\": 3450,\n            \"competition_id\": 742,\n            \"home_id\": 15520,\n            \"away_id\": 15415,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 4,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 2,\n            \"unix\": 1672668000,\n            \"home_played\": 11,\n            \"away_played\": 11,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": 41,\n                \"away_possession\": 59,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 5,\n                \"away_corners\": 5,\n                \"home_fouls\": 10,\n                \"away_fouls\": 12,\n                \"shots\": 18,\n                \"home_shots\": 7,\n                \"away_shots\": 11,\n                \"shots_on\": 10,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 6,\n                \"attacks\": 243,\n                \"home_attacks\": 108,\n                \"away_attacks\": 135,\n                \"dang_attacks\": 147,\n                \"home_dang_attacks\": 66,\n                \"away_dang_attacks\": 81\n            }\n        },\n        {\n            \"id\": 23141080,\n            \"home_name\": \"Great Wakering Rovers\",\n            \"away_name\": \"Heybridge Swifts\",\n            \"season_id\": 2882,\n            \"competition_id\": 486,\n            \"home_id\": 10837,\n            \"away_id\": 10805,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 18,\n            \"away_position\": 5,\n            \"unix\": 1672668000,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140999,\n            \"home_name\": \"Dollingstown\",\n            \"away_name\": \"Portstewart\",\n            \"season_id\": 3022,\n            \"competition_id\": 1480,\n            \"home_id\": 10547,\n            \"away_id\": 13129,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 8,\n            \"unix\": 1672668000,\n            \"home_played\": 7,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140998,\n            \"home_name\": \"Ballymacash Rangers\",\n            \"away_name\": \"Tobermore United\",\n            \"season_id\": 3022,\n            \"competition_id\": 1480,\n            \"home_id\": 24822,\n            \"away_id\": 19644,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 4,\n            \"unix\": 1672668000,\n            \"home_played\": 10,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140997,\n            \"home_name\": \"Armagh City\",\n            \"away_name\": \"Moyola Park\",\n            \"season_id\": 3022,\n            \"competition_id\": 1480,\n            \"home_id\": 10613,\n            \"away_id\": 20089,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 7,\n            \"unix\": 1672668000,\n            \"home_played\": 10,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140995,\n            \"home_name\": \"Lisburn Distillery\",\n            \"away_name\": \"Bangor\",\n            \"season_id\": 3022,\n            \"competition_id\": 1480,\n            \"home_id\": 12952,\n            \"away_id\": 11460,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 5,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 2,\n            \"unix\": 1672668000,\n            \"home_played\": 8,\n            \"away_played\": 8,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140994,\n            \"home_name\": \"Walsham Le Willows\",\n            \"away_name\": \"Harleston Town\",\n            \"season_id\": 2711,\n            \"competition_id\": 1064,\n            \"home_id\": 9084,\n            \"away_id\": 25826,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 2,\n            \"unix\": 1672668000,\n            \"home_played\": 19,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140993,\n            \"home_name\": \"Holmesdale\",\n            \"away_name\": \"Fisher\",\n            \"season_id\": 2623,\n            \"competition_id\": 1070,\n            \"home_id\": 19949,\n            \"away_id\": 9195,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 15,\n            \"unix\": 1672668000,\n            \"home_played\": 18,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141003,\n            \"home_name\": \"Llandudno\",\n            \"away_name\": \"Mold Alexandra\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19342,\n            \"away_id\": 20184,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 10,\n            \"unix\": 1672668000,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140992,\n            \"home_name\": \"Canterbury City\",\n            \"away_name\": \"Lordswood\",\n            \"season_id\": 2623,\n            \"competition_id\": 1070,\n            \"home_id\": 9429,\n            \"away_id\": 9166,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 20,\n            \"away_position\": 11,\n            \"unix\": 1672668000,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140991,\n            \"home_name\": \"Tamworth\",\n            \"away_name\": \"Alvechurch\",\n            \"season_id\": 2775,\n            \"competition_id\": 488,\n            \"home_id\": 11802,\n            \"away_id\": 11799,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 18,\n            \"unix\": 1672668000,\n            \"home_played\": 23,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 77.55,\n                \"home_pressure_avg\": 63,\n                \"away_pressure\": 22.45,\n                \"away_pressure_avg\": 37,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 8,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 22,\n                \"home_shots\": 18,\n                \"away_shots\": 4,\n                \"shots_on\": 9,\n                \"home_shots_on\": 8,\n                \"away_shots_on\": 1,\n                \"attacks\": 180,\n                \"home_attacks\": 93,\n                \"away_attacks\": 87,\n                \"dang_attacks\": 64,\n                \"home_dang_attacks\": 43,\n                \"away_dang_attacks\": 21\n            }\n        },\n        {\n            \"id\": 23140990,\n            \"home_name\": \"Needham Market\",\n            \"away_name\": \"Hitchin Town\",\n            \"season_id\": 2775,\n            \"competition_id\": 488,\n            \"home_id\": 10491,\n            \"away_id\": 10889,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 15,\n            \"away_position\": 9,\n            \"unix\": 1672668000,\n            \"home_played\": 20,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140984,\n            \"home_name\": \"Llantwit Major\",\n            \"away_name\": \"Barry Town United\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19358,\n            \"away_id\": 10765,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 1,\n            \"unix\": 1672668000,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140988,\n            \"home_name\": \"Bowers & Pitsea\",\n            \"away_name\": \"Billericay Town\",\n            \"season_id\": 2881,\n            \"competition_id\": 490,\n            \"home_id\": 4170,\n            \"away_id\": 10329,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 19,\n            \"away_position\": 10,\n            \"unix\": 1672668000,\n            \"home_played\": 20,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": 52,\n                \"away_possession\": 48,\n                \"home_pressure\": 49.68,\n                \"home_pressure_avg\": 41,\n                \"away_pressure\": 50.32,\n                \"away_pressure_avg\": 59,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 3,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 20,\n                \"home_shots\": 3,\n                \"away_shots\": 17,\n                \"shots_on\": 12,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 9,\n                \"attacks\": 189,\n                \"home_attacks\": 89,\n                \"away_attacks\": 100,\n                \"dang_attacks\": 95,\n                \"home_dang_attacks\": 26,\n                \"away_dang_attacks\": 69\n            }\n        },\n        {\n            \"id\": 23140987,\n            \"home_name\": \"Shifnal Town FC\",\n            \"away_name\": \"AFC Wulfrunians\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 9048,\n            \"away_id\": 9056,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 10,\n            \"unix\": 1672668000,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140986,\n            \"home_name\": \"Bewdley Town\",\n            \"away_name\": \"Tividale\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 9043,\n            \"away_id\": 9042,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 15,\n            \"unix\": 1672668000,\n            \"home_played\": 23,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140985,\n            \"home_name\": \"Carmarthen Town\",\n            \"away_name\": \"Ammanford\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19355,\n            \"away_id\": 19315,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 11,\n            \"unix\": 1672668000,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 3,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 33,\n                \"home_shots\": 19,\n                \"away_shots\": 14,\n                \"shots_on\": 9,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 4,\n                \"attacks\": 193,\n                \"home_attacks\": 107,\n                \"away_attacks\": 86,\n                \"dang_attacks\": 94,\n                \"home_dang_attacks\": 59,\n                \"away_dang_attacks\": 35\n            }\n        },\n        {\n            \"id\": 23140983,\n            \"home_name\": \"Cwmbran Celtic\",\n            \"away_name\": \"Abergavenny Town\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19359,\n            \"away_id\": 20147,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 14,\n            \"unix\": 1672668000,\n            \"home_played\": 15,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 5,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 17,\n                \"home_shots\": 11,\n                \"away_shots\": 6,\n                \"shots_on\": 11,\n                \"home_shots_on\": 8,\n                \"away_shots_on\": 3,\n                \"attacks\": 205,\n                \"home_attacks\": 100,\n                \"away_attacks\": 105,\n                \"dang_attacks\": 112,\n                \"home_dang_attacks\": 56,\n                \"away_dang_attacks\": 56\n            }\n        },\n        {\n            \"id\": 23140982,\n            \"home_name\": \"Holywell\",\n            \"away_name\": \"Porthmadog\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19347,\n            \"away_id\": 20168,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 9,\n            \"unix\": 1672668000,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140981,\n            \"home_name\": \"Conwy Borough\",\n            \"away_name\": \"Penrhyncoch\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 18814,\n            \"away_id\": 19343,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 15,\n            \"unix\": 1672668000,\n            \"home_played\": 16,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23140980,\n            \"home_name\": \"Buckley Town\",\n            \"away_name\": \"Llanidloes Town\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19312,\n            \"away_id\": 19348,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 11,\n            \"unix\": 1672668000,\n            \"home_played\": 17,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 3,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 25,\n                \"home_shots\": 15,\n                \"away_shots\": 10,\n                \"shots_on\": 9,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 5,\n                \"attacks\": 208,\n                \"home_attacks\": 103,\n                \"away_attacks\": 105,\n                \"dang_attacks\": 115,\n                \"home_dang_attacks\": 57,\n                \"away_dang_attacks\": 58\n            }\n        },\n        {\n            \"id\": 23140979,\n            \"home_name\": \"Colwyn Bay\",\n            \"away_name\": \"Guilsfield\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19311,\n            \"away_id\": 19341,\n            \"status\": \"FT\",\n            \"home_goals\": 6,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 7,\n            \"unix\": 1672668000,\n            \"home_played\": 15,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 2,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 13,\n                \"home_corners\": 11,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 40,\n                \"home_shots\": 32,\n                \"away_shots\": 8,\n                \"shots_on\": 26,\n                \"home_shots_on\": 20,\n                \"away_shots_on\": 6,\n                \"attacks\": 150,\n                \"home_attacks\": 91,\n                \"away_attacks\": 59,\n                \"dang_attacks\": 94,\n                \"home_dang_attacks\": 69,\n                \"away_dang_attacks\": 25\n            }\n        },\n        {\n            \"id\": 23140978,\n            \"home_name\": \"Strasbourg\",\n            \"away_name\": \"Troyes\",\n            \"season_id\": 2748,\n            \"competition_id\": 200,\n            \"home_id\": 7675,\n            \"away_id\": 7511,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 19,\n            \"away_position\": 15,\n            \"unix\": 1672668000,\n            \"home_played\": 16,\n            \"away_played\": 16,\n            \"home_formation\": \"4-3-1-2\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": 56,\n                \"away_possession\": 44,\n                \"home_pressure\": 72.35,\n                \"home_pressure_avg\": 62,\n                \"away_pressure\": 27.65,\n                \"away_pressure_avg\": 38,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 4,\n                \"home_corners\": 3,\n                \"away_corners\": 1,\n                \"home_fouls\": 10,\n                \"away_fouls\": 12,\n                \"shots\": 25,\n                \"home_shots\": 17,\n                \"away_shots\": 8,\n                \"shots_on\": 13,\n                \"home_shots_on\": 8,\n                \"away_shots_on\": 5,\n                \"attacks\": 234,\n                \"home_attacks\": 148,\n                \"away_attacks\": 86,\n                \"dang_attacks\": 95,\n                \"home_dang_attacks\": 69,\n                \"away_dang_attacks\": 26\n            }\n        },\n        {\n            \"id\": 23141195,\n            \"home_name\": \"Barnstaple Town\",\n            \"away_name\": \"Saltash United\",\n            \"season_id\": 2750,\n            \"competition_id\": 1072,\n            \"home_id\": 10857,\n            \"away_id\": 9250,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 1,\n            \"unix\": 1672668000,\n            \"home_played\": 18,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141191,\n            \"home_name\": \"Long Melford\",\n            \"away_name\": \"Brantham Athletic\",\n            \"season_id\": 2711,\n            \"competition_id\": 1064,\n            \"home_id\": 9079,\n            \"away_id\": 9132,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 17,\n            \"unix\": 1672668000,\n            \"home_played\": 20,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141128,\n            \"home_name\": \"Exmouth\",\n            \"away_name\": \"Willand Rovers\",\n            \"season_id\": 2877,\n            \"competition_id\": 1019,\n            \"home_id\": 9254,\n            \"away_id\": 9390,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 12,\n            \"unix\": 1672668000,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141006,\n            \"home_name\": \"Goytre United\",\n            \"away_name\": \"Briton Ferry\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19317,\n            \"away_id\": 19318,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 15,\n            \"away_position\": 2,\n            \"unix\": 1672669800,\n            \"home_played\": 14,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 8,\n                \"home_corners\": 2,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 16,\n                \"home_shots\": 6,\n                \"away_shots\": 10,\n                \"shots_on\": 8,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 4,\n                \"attacks\": 110,\n                \"home_attacks\": 44,\n                \"away_attacks\": 66,\n                \"dang_attacks\": 83,\n                \"home_dang_attacks\": 28,\n                \"away_dang_attacks\": 55\n            }\n        },\n        {\n            \"id\": 23141007,\n            \"home_name\": \"Taff's Well\",\n            \"away_name\": \"Llanelli Town\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19316,\n            \"away_id\": 19314,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 3,\n            \"unix\": 1672669800,\n            \"home_played\": 14,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 6,\n                \"home_yellow_cards\": 5,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 6,\n                \"home_corners\": 1,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 11,\n                \"home_shots\": 5,\n                \"away_shots\": 6,\n                \"shots_on\": 6,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 5,\n                \"attacks\": 186,\n                \"home_attacks\": 90,\n                \"away_attacks\": 96,\n                \"dang_attacks\": 57,\n                \"home_dang_attacks\": 26,\n                \"away_dang_attacks\": 31\n            }\n        },\n        {\n            \"id\": 23141004,\n            \"home_name\": \"Holyhead Hotspur\",\n            \"away_name\": \"Chirk AAA\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19346,\n            \"away_id\": 25418,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 16,\n            \"away_position\": 14,\n            \"unix\": 1672669800,\n            \"home_played\": 15,\n            \"away_played\": 16,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 6,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 3,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 5,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 22,\n                \"home_shots\": 6,\n                \"away_shots\": 16,\n                \"shots_on\": 4,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 2,\n                \"attacks\": 185,\n                \"home_attacks\": 78,\n                \"away_attacks\": 107,\n                \"dang_attacks\": 88,\n                \"home_dang_attacks\": 30,\n                \"away_dang_attacks\": 58\n            }\n        },\n        {\n            \"id\": 23141005,\n            \"home_name\": \"Ruthin Town\",\n            \"away_name\": \"Prestatyn Town\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 19344,\n            \"away_id\": 19349,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 5,\n            \"unix\": 1672669800,\n            \"home_played\": 17,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141002,\n            \"home_name\": \"Cefn Druids\",\n            \"away_name\": \"Gresford Athletic\",\n            \"season_id\": 2644,\n            \"competition_id\": 995,\n            \"home_id\": 10771,\n            \"away_id\": 19310,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 13,\n            \"unix\": 1672669800,\n            \"home_played\": 17,\n            \"away_played\": 15,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:30:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:30\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 15,\n                \"home_corners\": 9,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 17,\n                \"home_shots\": 13,\n                \"away_shots\": 4,\n                \"shots_on\": 4,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 1,\n                \"attacks\": 187,\n                \"home_attacks\": 98,\n                \"away_attacks\": 89,\n                \"dang_attacks\": 130,\n                \"home_dang_attacks\": 78,\n                \"away_dang_attacks\": 52\n            }\n        },\n        {\n            \"id\": 23141008,\n            \"home_name\": \"Al Faisaly\",\n            \"away_name\": \"Jeddah\",\n            \"season_id\": 2996,\n            \"competition_id\": 100,\n            \"home_id\": 5122,\n            \"away_id\": 4620,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 8,\n            \"unix\": 1672671300,\n            \"home_played\": 13,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T14:55:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 14:55\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 14,\n                \"home_corners\": 10,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 14,\n                \"away_shots\": 4,\n                \"shots_on\": 11,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 2,\n                \"attacks\": 206,\n                \"home_attacks\": 102,\n                \"away_attacks\": 104,\n                \"dang_attacks\": 101,\n                \"home_dang_attacks\": 68,\n                \"away_dang_attacks\": 33\n            }\n        },\n        {\n            \"id\": 23141054,\n            \"home_name\": \"Market Drayton Town\",\n            \"away_name\": \"Highgate United\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 10548,\n            \"away_id\": 9035,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 4,\n            \"elapsed\": 90,\n            \"home_position\": 20,\n            \"away_position\": 8,\n            \"unix\": 1672671600,\n            \"home_played\": 20,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141043,\n            \"home_name\": \"West Bromwich Albion\",\n            \"away_name\": \"Reading\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 10207,\n            \"away_id\": 5490,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 10,\n            \"unix\": 1672671600,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"3-1-4-2\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 59,\n                \"away_possession\": 41,\n                \"home_pressure\": 26.96,\n                \"home_pressure_avg\": 57,\n                \"away_pressure\": 73.04,\n                \"away_pressure_avg\": 43,\n                \"cards\": 5,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 6,\n                \"away_corners\": 3,\n                \"home_fouls\": 11,\n                \"away_fouls\": 12,\n                \"shots\": 25,\n                \"home_shots\": 18,\n                \"away_shots\": 7,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 213,\n                \"home_attacks\": 99,\n                \"away_attacks\": 114,\n                \"dang_attacks\": 116,\n                \"home_dang_attacks\": 46,\n                \"away_dang_attacks\": 70\n            }\n        },\n        {\n            \"id\": 23141044,\n            \"home_name\": \"Wigan Athletic\",\n            \"away_name\": \"Hull City\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 9764,\n            \"away_id\": 9770,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 4,\n            \"elapsed\": 90,\n            \"home_position\": 24,\n            \"away_position\": 18,\n            \"unix\": 1672671600,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 49,\n                \"away_possession\": 51,\n                \"home_pressure\": 51.64,\n                \"home_pressure_avg\": 44,\n                \"away_pressure\": 48.36,\n                \"away_pressure_avg\": 56,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 7,\n                \"away_corners\": 5,\n                \"home_fouls\": 10,\n                \"away_fouls\": 7,\n                \"shots\": 13,\n                \"home_shots\": 4,\n                \"away_shots\": 9,\n                \"shots_on\": 5,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 4,\n                \"attacks\": 207,\n                \"home_attacks\": 106,\n                \"away_attacks\": 101,\n                \"dang_attacks\": 63,\n                \"home_dang_attacks\": 35,\n                \"away_dang_attacks\": 28\n            }\n        },\n        {\n            \"id\": 23141045,\n            \"home_name\": \"AFC Portchester\",\n            \"away_name\": \"Fareham Town\",\n            \"season_id\": 2698,\n            \"competition_id\": 1071,\n            \"home_id\": 9243,\n            \"away_id\": 9220,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 12,\n            \"unix\": 1672671600,\n            \"home_played\": 19,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141046,\n            \"home_name\": \"Boreham Wood\",\n            \"away_name\": \"Barnet\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 9785,\n            \"away_id\": 10890,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 14,\n            \"away_position\": 5,\n            \"unix\": 1672671600,\n            \"home_played\": 22,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": 61.5,\n                \"home_pressure_avg\": 55,\n                \"away_pressure\": 38.5,\n                \"away_pressure_avg\": 45,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 5,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 19,\n                \"home_shots\": 14,\n                \"away_shots\": 5,\n                \"shots_on\": 7,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 2,\n                \"attacks\": 175,\n                \"home_attacks\": 83,\n                \"away_attacks\": 92,\n                \"dang_attacks\": 131,\n                \"home_dang_attacks\": 72,\n                \"away_dang_attacks\": 59\n            }\n        },\n        {\n            \"id\": 23141047,\n            \"home_name\": \"Gateshead\",\n            \"away_name\": \"York City\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 12813,\n            \"away_id\": 12816,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 22,\n            \"away_position\": 17,\n            \"unix\": 1672671600,\n            \"home_played\": 23,\n            \"away_played\": 24,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 56,\n                \"away_possession\": 44,\n                \"home_pressure\": 56.07,\n                \"home_pressure_avg\": 57,\n                \"away_pressure\": 43.93,\n                \"away_pressure_avg\": 43,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 2,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 27,\n                \"home_shots\": 16,\n                \"away_shots\": 11,\n                \"shots_on\": 14,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 5,\n                \"attacks\": 110,\n                \"home_attacks\": 60,\n                \"away_attacks\": 50,\n                \"dang_attacks\": 67,\n                \"home_dang_attacks\": 39,\n                \"away_dang_attacks\": 28\n            }\n        },\n        {\n            \"id\": 23141048,\n            \"home_name\": \"Maidstone United\",\n            \"away_name\": \"Dagenham & Redbridge\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 12812,\n            \"away_id\": 12302,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 21,\n            \"away_position\": 12,\n            \"unix\": 1672671600,\n            \"home_played\": 25,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": 65.98,\n                \"home_pressure_avg\": 44,\n                \"away_pressure\": 34.02,\n                \"away_pressure_avg\": 57,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 14,\n                \"home_corners\": 7,\n                \"away_corners\": 7,\n                \"home_fouls\": 4,\n                \"away_fouls\": 11,\n                \"shots\": 26,\n                \"home_shots\": 9,\n                \"away_shots\": 17,\n                \"shots_on\": 8,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 5,\n                \"attacks\": 228,\n                \"home_attacks\": 107,\n                \"away_attacks\": 121,\n                \"dang_attacks\": 201,\n                \"home_dang_attacks\": 91,\n                \"away_dang_attacks\": 110\n            }\n        },\n        {\n            \"id\": 23141049,\n            \"home_name\": \"Solihull Moors\",\n            \"away_name\": \"Wrexham\",\n            \"season_id\": 2776,\n            \"competition_id\": 581,\n            \"home_id\": 9630,\n            \"away_id\": 11522,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 2,\n            \"unix\": 1672671600,\n            \"home_played\": 22,\n            \"away_played\": 23,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 40,\n                \"away_possession\": 60,\n                \"home_pressure\": 63.81,\n                \"home_pressure_avg\": 42,\n                \"away_pressure\": 36.19,\n                \"away_pressure_avg\": 58,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 20,\n                \"home_corners\": 10,\n                \"away_corners\": 10,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 23,\n                \"home_shots\": 11,\n                \"away_shots\": 12,\n                \"shots_on\": 10,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 6,\n                \"attacks\": 209,\n                \"home_attacks\": 97,\n                \"away_attacks\": 112,\n                \"dang_attacks\": 141,\n                \"home_dang_attacks\": 60,\n                \"away_dang_attacks\": 81\n            }\n        },\n        {\n            \"id\": 23141050,\n            \"home_name\": \"Southport\",\n            \"away_name\": \"Curzon Ashton\",\n            \"season_id\": 2777,\n            \"competition_id\": 586,\n            \"home_id\": 10489,\n            \"away_id\": 10485,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 20,\n            \"unix\": 1672671600,\n            \"home_played\": 22,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": 40.88,\n                \"home_pressure_avg\": 51,\n                \"away_pressure\": 59.12,\n                \"away_pressure_avg\": 49,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 7,\n                \"home_corners\": 4,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 16,\n                \"home_shots\": 11,\n                \"away_shots\": 5,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 191,\n                \"home_attacks\": 93,\n                \"away_attacks\": 98,\n                \"dang_attacks\": 188,\n                \"home_dang_attacks\": 102,\n                \"away_dang_attacks\": 86\n            }\n        },\n        {\n            \"id\": 23141051,\n            \"home_name\": \"Darlaston Town\",\n            \"away_name\": \"Atherstone Town\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 26004,\n            \"away_id\": 18743,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 12,\n            \"unix\": 1672671600,\n            \"home_played\": 20,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141052,\n            \"home_name\": \"Lichfield City\",\n            \"away_name\": \"Worcester City\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 19654,\n            \"away_id\": 9032,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 19,\n            \"unix\": 1672671600,\n            \"home_played\": 20,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141053,\n            \"home_name\": \"Lye Town\",\n            \"away_name\": \"Studley FC\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 9030,\n            \"away_id\": 26005,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 11,\n            \"unix\": 1672671600,\n            \"home_played\": 19,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141056,\n            \"home_name\": \"Romulus\",\n            \"away_name\": \"Wolverhampton Casuals\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 9045,\n            \"away_id\": 19930,\n            \"status\": \"FT\",\n            \"home_goals\": 5,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 18,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141055,\n            \"home_name\": \"Racing Club Warwick\",\n            \"away_name\": \"Uttoxeter Town\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 9055,\n            \"away_id\": 19931,\n            \"status\": \"FT\",\n            \"home_goals\": 5,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 17,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141040,\n            \"home_name\": \"Norwich City\",\n            \"away_name\": \"Watford\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 4244,\n            \"away_id\": 9779,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 7,\n            \"unix\": 1672671600,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": \"4-3-3\",\n            \"away_formation\": \"3-4-1-2\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 60,\n                \"away_possession\": 40,\n                \"home_pressure\": 56,\n                \"home_pressure_avg\": 56,\n                \"away_pressure\": 44,\n                \"away_pressure_avg\": 44,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 8,\n                \"away_corners\": 3,\n                \"home_fouls\": 9,\n                \"away_fouls\": 17,\n                \"shots\": 25,\n                \"home_shots\": 13,\n                \"away_shots\": 12,\n                \"shots_on\": 4,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 3,\n                \"attacks\": 203,\n                \"home_attacks\": 112,\n                \"away_attacks\": 91,\n                \"dang_attacks\": 131,\n                \"home_dang_attacks\": 81,\n                \"away_dang_attacks\": 50\n            }\n        },\n        {\n            \"id\": 23141057,\n            \"home_name\": \"Stone Old Alleynians\",\n            \"away_name\": \"Whitchurch Alport\",\n            \"season_id\": 2879,\n            \"competition_id\": 1065,\n            \"home_id\": 9041,\n            \"away_id\": 9053,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 5,\n            \"elapsed\": 90,\n            \"home_position\": 16,\n            \"away_position\": 14,\n            \"unix\": 1672671600,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141089,\n            \"home_name\": \"Waltham Forest\",\n            \"away_name\": \"Harlow Town\",\n            \"season_id\": 2875,\n            \"competition_id\": 491,\n            \"home_id\": 9120,\n            \"away_id\": 5154,\n            \"status\": \"CANCL\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 13,\n            \"away_position\": 16,\n            \"unix\": 1672671600,\n            \"home_played\": null,\n            \"away_played\": null,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 12981648,\n            \"home_name\": \"Maltby Main\",\n            \"away_name\": \"Handsworth Parramore\",\n            \"season_id\": 2647,\n            \"competition_id\": 1066,\n            \"home_id\": 9073,\n            \"away_id\": 9074,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 13,\n            \"away_position\": 10,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 12981651,\n            \"home_name\": \"North Ferriby\",\n            \"away_name\": \"Bottesford Town\",\n            \"season_id\": 2647,\n            \"competition_id\": 1066,\n            \"home_id\": 19140,\n            \"away_id\": 9404,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 18,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 12981654,\n            \"home_name\": \"Winterton Rangers FC\",\n            \"away_name\": \"Frickley Athletic\",\n            \"season_id\": 2647,\n            \"competition_id\": 1066,\n            \"home_id\": 19173,\n            \"away_id\": 10511,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 15,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 12981657,\n            \"home_name\": \"Yorkshire Amateur\",\n            \"away_name\": \"Penistone Church\",\n            \"season_id\": 2647,\n            \"competition_id\": 1066,\n            \"home_id\": 9393,\n            \"away_id\": 9264,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 20,\n            \"away_position\": 7,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141200,\n            \"home_name\": \"Keynsham Town\",\n            \"away_name\": \"Bitton AFC\",\n            \"season_id\": 2750,\n            \"competition_id\": 1072,\n            \"home_id\": 9253,\n            \"away_id\": 8977,\n            \"status\": \"CANCL\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"elapsed\": null,\n            \"home_position\": 19,\n            \"away_position\": 20,\n            \"unix\": 1672671600,\n            \"home_played\": null,\n            \"away_played\": null,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 19214340,\n            \"home_name\": \"Hearts of Oak\",\n            \"away_name\": \"Bechem United\",\n            \"season_id\": 3192,\n            \"competition_id\": 735,\n            \"home_id\": 15325,\n            \"away_id\": 15356,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 10,\n            \"unix\": 1672671600,\n            \"home_played\": 9,\n            \"away_played\": 9,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 61,\n                \"away_possession\": 39,\n                \"home_pressure\": 57.99,\n                \"home_pressure_avg\": 63,\n                \"away_pressure\": 42.01,\n                \"away_pressure_avg\": 37,\n                \"cards\": 7,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 1,\n                \"corners\": 13,\n                \"home_corners\": 8,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 12,\n                \"home_shots\": 8,\n                \"away_shots\": 4,\n                \"shots_on\": 5,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 2,\n                \"attacks\": 192,\n                \"home_attacks\": 117,\n                \"away_attacks\": 75,\n                \"dang_attacks\": 103,\n                \"home_dang_attacks\": 69,\n                \"away_dang_attacks\": 34\n            }\n        },\n        {\n            \"id\": 12981645,\n            \"home_name\": \"Knaresborough Town\",\n            \"away_name\": \"Hemsworth MW\",\n            \"season_id\": 2647,\n            \"competition_id\": 1066,\n            \"home_id\": 8995,\n            \"away_id\": 8997,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 6,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 12981641,\n            \"home_name\": \"Goole\",\n            \"away_name\": \"Golcar United\",\n            \"season_id\": 2647,\n            \"competition_id\": 1066,\n            \"home_id\": 9007,\n            \"away_id\": 18169,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 9,\n            \"elapsed\": 90,\n            \"home_position\": 19,\n            \"away_position\": 14,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 22,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 12981638,\n            \"home_name\": \"Garforth Town\",\n            \"away_name\": \"Thackley\",\n            \"season_id\": 2647,\n            \"competition_id\": 1066,\n            \"home_id\": 9004,\n            \"away_id\": 9013,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 4,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 17,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141042,\n            \"home_name\": \"Swansea City\",\n            \"away_name\": \"Burnley\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 8900,\n            \"away_id\": 9447,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 1,\n            \"unix\": 1672671600,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 56,\n                \"away_possession\": 44,\n                \"home_pressure\": 43.12,\n                \"home_pressure_avg\": 54,\n                \"away_pressure\": 56.88,\n                \"away_pressure_avg\": 46,\n                \"cards\": 8,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 5,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 4,\n                \"away_corners\": 5,\n                \"home_fouls\": 7,\n                \"away_fouls\": 12,\n                \"shots\": 17,\n                \"home_shots\": 9,\n                \"away_shots\": 8,\n                \"shots_on\": 5,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 3,\n                \"attacks\": 200,\n                \"home_attacks\": 109,\n                \"away_attacks\": 91,\n                \"dang_attacks\": 54,\n                \"home_dang_attacks\": 32,\n                \"away_dang_attacks\": 22\n            }\n        },\n        {\n            \"id\": 23141038,\n            \"home_name\": \"Stevenage\",\n            \"away_name\": \"Gillingham\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 6870,\n            \"away_id\": 9695,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 24,\n            \"unix\": 1672671600,\n            \"home_played\": 23,\n            \"away_played\": 22,\n            \"home_formation\": \"5-3-2\",\n            \"away_formation\": \"4-4-2\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 52,\n                \"away_possession\": 48,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 4,\n                \"home_corners\": 2,\n                \"away_corners\": 2,\n                \"home_fouls\": 11,\n                \"away_fouls\": 20,\n                \"shots\": 17,\n                \"home_shots\": 11,\n                \"away_shots\": 6,\n                \"shots_on\": 3,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 0,\n                \"attacks\": 204,\n                \"home_attacks\": 108,\n                \"away_attacks\": 96,\n                \"dang_attacks\": 87,\n                \"home_dang_attacks\": 46,\n                \"away_dang_attacks\": 41\n            }\n        },\n        {\n            \"id\": 23141039,\n            \"home_name\": \"Birmingham City\",\n            \"away_name\": \"Middlesbrough\",\n            \"season_id\": 2648,\n            \"competition_id\": 418,\n            \"home_id\": 4356,\n            \"away_id\": 3978,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 16,\n            \"away_position\": 8,\n            \"unix\": 1672671600,\n            \"home_played\": 25,\n            \"away_played\": 25,\n            \"home_formation\": \"3-1-4-2\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 39,\n                \"away_possession\": 61,\n                \"home_pressure\": 40.28,\n                \"home_pressure_avg\": 42,\n                \"away_pressure\": 59.72,\n                \"away_pressure_avg\": 58,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 17,\n                \"home_corners\": 9,\n                \"away_corners\": 8,\n                \"home_fouls\": 10,\n                \"away_fouls\": 8,\n                \"shots\": 28,\n                \"home_shots\": 10,\n                \"away_shots\": 18,\n                \"shots_on\": 10,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 7,\n                \"attacks\": 208,\n                \"home_attacks\": 113,\n                \"away_attacks\": 95,\n                \"dang_attacks\": 78,\n                \"home_dang_attacks\": 37,\n                \"away_dang_attacks\": 41\n            }\n        },\n        {\n            \"id\": 23141023,\n            \"home_name\": \"Annagh United\",\n            \"away_name\": \"Ballinamallard United\",\n            \"season_id\": 2878,\n            \"competition_id\": 754,\n            \"home_id\": 11461,\n            \"away_id\": 6873,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 8,\n            \"unix\": 1672671600,\n            \"home_played\": 20,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 49,\n                \"away_possession\": 51,\n                \"home_pressure\": 59.03,\n                \"home_pressure_avg\": 57,\n                \"away_pressure\": 40.97,\n                \"away_pressure_avg\": 43,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 2,\n                \"away_corners\": 3,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 12,\n                \"home_shots\": 10,\n                \"away_shots\": 2,\n                \"shots_on\": 6,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 0,\n                \"attacks\": 167,\n                \"home_attacks\": 83,\n                \"away_attacks\": 84,\n                \"dang_attacks\": 59,\n                \"home_dang_attacks\": 32,\n                \"away_dang_attacks\": 27\n            }\n        },\n        {\n            \"id\": 23141009,\n            \"home_name\": \"Aberdeen\",\n            \"away_name\": \"Ross County\",\n            \"season_id\": 2660,\n            \"competition_id\": 259,\n            \"home_id\": 5050,\n            \"away_id\": 6794,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 12,\n            \"unix\": 1672671600,\n            \"home_played\": 19,\n            \"away_played\": 19,\n            \"home_formation\": \"3-4-1-2\",\n            \"away_formation\": \"3-4-2-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 56,\n                \"away_possession\": 44,\n                \"home_pressure\": 77.6,\n                \"home_pressure_avg\": 67,\n                \"away_pressure\": 22.4,\n                \"away_pressure_avg\": 33,\n                \"cards\": 4,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 11,\n                \"away_corners\": 1,\n                \"home_fouls\": 5,\n                \"away_fouls\": 12,\n                \"shots\": 29,\n                \"home_shots\": 23,\n                \"away_shots\": 6,\n                \"shots_on\": 6,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 1,\n                \"attacks\": 237,\n                \"home_attacks\": 135,\n                \"away_attacks\": 102,\n                \"dang_attacks\": 115,\n                \"home_dang_attacks\": 83,\n                \"away_dang_attacks\": 32\n            }\n        },\n        {\n            \"id\": 23141010,\n            \"home_name\": \"Hearts\",\n            \"away_name\": \"Hibernian\",\n            \"season_id\": 2660,\n            \"competition_id\": 259,\n            \"home_id\": 12820,\n            \"away_id\": 8553,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 8,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": \"3-4-3\",\n            \"away_formation\": \"4-1-4-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 50,\n                \"away_possession\": 50,\n                \"home_pressure\": 35.45,\n                \"home_pressure_avg\": 47,\n                \"away_pressure\": 64.55,\n                \"away_pressure_avg\": 53,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 3,\n                \"away_corners\": 4,\n                \"home_fouls\": 10,\n                \"away_fouls\": 14,\n                \"shots\": 25,\n                \"home_shots\": 10,\n                \"away_shots\": 15,\n                \"shots_on\": 7,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 2,\n                \"attacks\": 186,\n                \"home_attacks\": 67,\n                \"away_attacks\": 119,\n                \"dang_attacks\": 94,\n                \"home_dang_attacks\": 25,\n                \"away_dang_attacks\": 69\n            }\n        },\n        {\n            \"id\": 23141011,\n            \"home_name\": \"Kilmarnock\",\n            \"away_name\": \"St. Mirren\",\n            \"season_id\": 2660,\n            \"competition_id\": 259,\n            \"home_id\": 6792,\n            \"away_id\": 6791,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 5,\n            \"unix\": 1672671600,\n            \"home_played\": 19,\n            \"away_played\": 17,\n            \"home_formation\": \"3-5-2\",\n            \"away_formation\": \"5-3-2\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 72,\n                \"away_possession\": 28,\n                \"home_pressure\": 59.57,\n                \"home_pressure_avg\": 66,\n                \"away_pressure\": 40.43,\n                \"away_pressure_avg\": 34,\n                \"cards\": 6,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 10,\n                \"home_corners\": 6,\n                \"away_corners\": 4,\n                \"home_fouls\": 8,\n                \"away_fouls\": 11,\n                \"shots\": 18,\n                \"home_shots\": 12,\n                \"away_shots\": 6,\n                \"shots_on\": 3,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 0,\n                \"attacks\": 239,\n                \"home_attacks\": 147,\n                \"away_attacks\": 92,\n                \"dang_attacks\": 124,\n                \"home_dang_attacks\": 91,\n                \"away_dang_attacks\": 33\n            }\n        },\n        {\n            \"id\": 23141012,\n            \"home_name\": \"Livingston\",\n            \"away_name\": \"Motherwell\",\n            \"season_id\": 2660,\n            \"competition_id\": 259,\n            \"home_id\": 6793,\n            \"away_id\": 5052,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 10,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": \"4-5-1\",\n            \"away_formation\": \"4-3-3\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 47,\n                \"away_possession\": 53,\n                \"home_pressure\": 23.3,\n                \"home_pressure_avg\": 52,\n                \"away_pressure\": 76.7,\n                \"away_pressure_avg\": 48,\n                \"cards\": 5,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 5,\n                \"away_corners\": 4,\n                \"home_fouls\": 8,\n                \"away_fouls\": 15,\n                \"shots\": 26,\n                \"home_shots\": 11,\n                \"away_shots\": 15,\n                \"shots_on\": 10,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 3,\n                \"attacks\": 228,\n                \"home_attacks\": 112,\n                \"away_attacks\": 116,\n                \"dang_attacks\": 97,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 56\n            }\n        },\n        {\n            \"id\": 23141013,\n            \"home_name\": \"St. Johnstone\",\n            \"away_name\": \"Dundee United\",\n            \"season_id\": 2660,\n            \"competition_id\": 259,\n            \"home_id\": 6790,\n            \"away_id\": 4006,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 6,\n            \"away_position\": 11,\n            \"unix\": 1672671600,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": \"3-4-1-2\",\n            \"away_formation\": \"3-4-2-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 44,\n                \"away_possession\": 56,\n                \"home_pressure\": 48.39,\n                \"home_pressure_avg\": 39,\n                \"away_pressure\": 51.61,\n                \"away_pressure_avg\": 61,\n                \"cards\": 4,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 3,\n                \"away_corners\": 2,\n                \"home_fouls\": 13,\n                \"away_fouls\": 8,\n                \"shots\": 18,\n                \"home_shots\": 8,\n                \"away_shots\": 10,\n                \"shots_on\": 4,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 2,\n                \"attacks\": 225,\n                \"home_attacks\": 99,\n                \"away_attacks\": 126,\n                \"dang_attacks\": 78,\n                \"home_dang_attacks\": 32,\n                \"away_dang_attacks\": 46\n            }\n        },\n        {\n            \"id\": 23141014,\n            \"home_name\": \"Airdrieonians\",\n            \"away_name\": \"Edinburgh City\",\n            \"season_id\": 2664,\n            \"competition_id\": 642,\n            \"home_id\": 11900,\n            \"away_id\": 13116,\n            \"status\": \"FT\",\n            \"home_goals\": 3,\n            \"away_goals\": 5,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 2,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 9,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 6,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 4,\n                \"away_corners\": 8,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 16,\n                \"home_shots\": 6,\n                \"away_shots\": 10,\n                \"shots_on\": 9,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 5,\n                \"attacks\": 207,\n                \"home_attacks\": 120,\n                \"away_attacks\": 87,\n                \"dang_attacks\": 93,\n                \"home_dang_attacks\": 53,\n                \"away_dang_attacks\": 40\n            }\n        },\n        {\n            \"id\": 23141016,\n            \"home_name\": \"Peterhead\",\n            \"away_name\": \"Montrose\",\n            \"season_id\": 2664,\n            \"competition_id\": 642,\n            \"home_id\": 12192,\n            \"away_id\": 12194,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 6,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 8,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 8,\n                \"home_corners\": 1,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 10,\n                \"away_shots\": 8,\n                \"shots_on\": 7,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 5,\n                \"attacks\": 226,\n                \"home_attacks\": 94,\n                \"away_attacks\": 132,\n                \"dang_attacks\": 115,\n                \"home_dang_attacks\": 48,\n                \"away_dang_attacks\": 67\n            }\n        },\n        {\n            \"id\": 23141017,\n            \"home_name\": \"Dundee\",\n            \"away_name\": \"Arbroath\",\n            \"season_id\": 2665,\n            \"competition_id\": 637,\n            \"home_id\": 12195,\n            \"away_id\": 12817,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 4,\n            \"elapsed\": 90,\n            \"home_position\": 1,\n            \"away_position\": 9,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 13,\n                \"home_corners\": 6,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 17,\n                \"home_shots\": 9,\n                \"away_shots\": 8,\n                \"shots_on\": 10,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 5,\n                \"attacks\": 214,\n                \"home_attacks\": 106,\n                \"away_attacks\": 108,\n                \"dang_attacks\": 147,\n                \"home_dang_attacks\": 74,\n                \"away_dang_attacks\": 73\n            }\n        },\n        {\n            \"id\": 23141018,\n            \"home_name\": \"Hamilton Academical\",\n            \"away_name\": \"Raith Rovers\",\n            \"season_id\": 2665,\n            \"competition_id\": 637,\n            \"home_id\": 7466,\n            \"away_id\": 12452,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 6,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 1,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 17,\n                \"home_shots\": 6,\n                \"away_shots\": 11,\n                \"shots_on\": 6,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 5,\n                \"attacks\": 307,\n                \"home_attacks\": 164,\n                \"away_attacks\": 143,\n                \"dang_attacks\": 99,\n                \"home_dang_attacks\": 53,\n                \"away_dang_attacks\": 46\n            }\n        },\n        {\n            \"id\": 23141019,\n            \"home_name\": \"Inverness CT\",\n            \"away_name\": \"Cove Rangers\",\n            \"season_id\": 2665,\n            \"competition_id\": 637,\n            \"home_id\": 12949,\n            \"away_id\": 13392,\n            \"status\": \"FT\",\n            \"home_goals\": 6,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 7,\n            \"away_position\": 8,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 3,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 13,\n                \"home_corners\": 2,\n                \"away_corners\": 11,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 23,\n                \"home_shots\": 12,\n                \"away_shots\": 11,\n                \"shots_on\": 15,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 6,\n                \"attacks\": 201,\n                \"home_attacks\": 102,\n                \"away_attacks\": 99,\n                \"dang_attacks\": 85,\n                \"home_dang_attacks\": 35,\n                \"away_dang_attacks\": 50\n            }\n        },\n        {\n            \"id\": 23141021,\n            \"home_name\": \"Queen's Park\",\n            \"away_name\": \"Partick Thistle\",\n            \"season_id\": 2665,\n            \"competition_id\": 637,\n            \"home_id\": 13398,\n            \"away_id\": 12821,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 5,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 4,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 4,\n                \"away_corners\": 7,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 26,\n                \"home_shots\": 11,\n                \"away_shots\": 15,\n                \"shots_on\": 8,\n                \"home_shots_on\": 3,\n                \"away_shots_on\": 5,\n                \"attacks\": 241,\n                \"home_attacks\": 106,\n                \"away_attacks\": 135,\n                \"dang_attacks\": 84,\n                \"home_dang_attacks\": 31,\n                \"away_dang_attacks\": 53\n            }\n        },\n        {\n            \"id\": 23141022,\n            \"home_name\": \"Forfar Athletic\",\n            \"away_name\": \"Elgin City\",\n            \"season_id\": 2666,\n            \"competition_id\": 643,\n            \"home_id\": 12818,\n            \"away_id\": 12451,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 3,\n            \"unix\": 1672671600,\n            \"home_played\": 17,\n            \"away_played\": 17,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 0,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 13,\n                \"home_corners\": 5,\n                \"away_corners\": 8,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 16,\n                \"home_shots\": 9,\n                \"away_shots\": 7,\n                \"shots_on\": 1,\n                \"home_shots_on\": 0,\n                \"away_shots_on\": 1,\n                \"attacks\": 175,\n                \"home_attacks\": 83,\n                \"away_attacks\": 92,\n                \"dang_attacks\": 84,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 43\n            }\n        },\n        {\n            \"id\": 23141024,\n            \"home_name\": \"H&W Welders\",\n            \"away_name\": \"Loughgall\",\n            \"season_id\": 2878,\n            \"competition_id\": 754,\n            \"home_id\": 11778,\n            \"away_id\": 12953,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 10,\n            \"away_position\": 1,\n            \"unix\": 1672671600,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 31,\n                \"away_possession\": 69,\n                \"home_pressure\": 31.1,\n                \"home_pressure_avg\": 33,\n                \"away_pressure\": 68.9,\n                \"away_pressure_avg\": 67,\n                \"cards\": 3,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 1,\n                \"away_corners\": 9,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 24,\n                \"home_shots\": 6,\n                \"away_shots\": 18,\n                \"shots_on\": 10,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 8,\n                \"attacks\": 155,\n                \"home_attacks\": 69,\n                \"away_attacks\": 86,\n                \"dang_attacks\": 76,\n                \"home_dang_attacks\": 26,\n                \"away_dang_attacks\": 50\n            }\n        },\n        {\n            \"id\": 12981634,\n            \"home_name\": \"Eccleshill United\",\n            \"away_name\": \"AFC Emley\",\n            \"season_id\": 2647,\n            \"competition_id\": 1066,\n            \"home_id\": 9014,\n            \"away_id\": 19112,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 5,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        },\n        {\n            \"id\": 23141025,\n            \"home_name\": \"Warrenpoint Town\",\n            \"away_name\": \"Ballyclare Comrades\",\n            \"season_id\": 2878,\n            \"competition_id\": 754,\n            \"home_id\": 4163,\n            \"away_id\": 8903,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 6,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 19,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 62,\n                \"away_possession\": 38,\n                \"home_pressure\": 39.41,\n                \"home_pressure_avg\": 64,\n                \"away_pressure\": 60.59,\n                \"away_pressure_avg\": 36,\n                \"cards\": 4,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 5,\n                \"away_corners\": 2,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 24,\n                \"home_shots\": 15,\n                \"away_shots\": 9,\n                \"shots_on\": 10,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 3,\n                \"attacks\": 222,\n                \"home_attacks\": 117,\n                \"away_attacks\": 105,\n                \"dang_attacks\": 97,\n                \"home_dang_attacks\": 69,\n                \"away_dang_attacks\": 28\n            }\n        },\n        {\n            \"id\": 23141026,\n            \"home_name\": \"Ballymena United\",\n            \"away_name\": \"Glentoran\",\n            \"season_id\": 2855,\n            \"competition_id\": 644,\n            \"home_id\": 10882,\n            \"away_id\": 5053,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 8,\n            \"away_position\": 6,\n            \"unix\": 1672671600,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 39,\n                \"away_possession\": 61,\n                \"home_pressure\": 38.3,\n                \"home_pressure_avg\": 43,\n                \"away_pressure\": 61.7,\n                \"away_pressure_avg\": 57,\n                \"cards\": 7,\n                \"home_yellow_cards\": 5,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 6,\n                \"away_corners\": 6,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 24,\n                \"home_shots\": 8,\n                \"away_shots\": 16,\n                \"shots_on\": 13,\n                \"home_shots_on\": 7,\n                \"away_shots_on\": 6,\n                \"attacks\": 144,\n                \"home_attacks\": 63,\n                \"away_attacks\": 81,\n                \"dang_attacks\": 101,\n                \"home_dang_attacks\": 41,\n                \"away_dang_attacks\": 60\n            }\n        },\n        {\n            \"id\": 23141027,\n            \"home_name\": \"Carrick Rangers\",\n            \"away_name\": \"Crusaders\",\n            \"season_id\": 2855,\n            \"competition_id\": 644,\n            \"home_id\": 8904,\n            \"away_id\": 9780,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 9,\n            \"away_position\": 4,\n            \"unix\": 1672671600,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 42,\n                \"away_possession\": 58,\n                \"home_pressure\": 23.19,\n                \"home_pressure_avg\": 38,\n                \"away_pressure\": 76.81,\n                \"away_pressure_avg\": 62,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 3,\n                \"away_corners\": 9,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 19,\n                \"home_shots\": 4,\n                \"away_shots\": 15,\n                \"shots_on\": 9,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 7,\n                \"attacks\": 182,\n                \"home_attacks\": 88,\n                \"away_attacks\": 94,\n                \"dang_attacks\": 113,\n                \"home_dang_attacks\": 40,\n                \"away_dang_attacks\": 73\n            }\n        },\n        {\n            \"id\": 23141028,\n            \"home_name\": \"Cliftonville\",\n            \"away_name\": \"Larne\",\n            \"season_id\": 2855,\n            \"competition_id\": 644,\n            \"home_id\": 12809,\n            \"away_id\": 9790,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 1,\n            \"unix\": 1672671600,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 46,\n                \"away_possession\": 54,\n                \"home_pressure\": 43.31,\n                \"home_pressure_avg\": 44,\n                \"away_pressure\": 56.69,\n                \"away_pressure_avg\": 56,\n                \"cards\": 3,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 6,\n                \"home_corners\": 2,\n                \"away_corners\": 4,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 18,\n                \"home_shots\": 7,\n                \"away_shots\": 11,\n                \"shots_on\": 9,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 5,\n                \"attacks\": 260,\n                \"home_attacks\": 126,\n                \"away_attacks\": 134,\n                \"dang_attacks\": 129,\n                \"home_dang_attacks\": 55,\n                \"away_dang_attacks\": 74\n            }\n        },\n        {\n            \"id\": 23141029,\n            \"home_name\": \"Linfield\",\n            \"away_name\": \"Coleraine\",\n            \"season_id\": 2855,\n            \"competition_id\": 644,\n            \"home_id\": 11567,\n            \"away_id\": 5049,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 2,\n            \"away_position\": 5,\n            \"unix\": 1672671600,\n            \"home_played\": 20,\n            \"away_played\": 20,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 50,\n                \"away_possession\": 50,\n                \"home_pressure\": 37.5,\n                \"home_pressure_avg\": 56,\n                \"away_pressure\": 62.5,\n                \"away_pressure_avg\": 44,\n                \"cards\": 7,\n                \"home_yellow_cards\": 5,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 6,\n                \"home_corners\": 6,\n                \"away_corners\": 0,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 22,\n                \"home_shots\": 17,\n                \"away_shots\": 5,\n                \"shots_on\": 6,\n                \"home_shots_on\": 4,\n                \"away_shots_on\": 2,\n                \"attacks\": 136,\n                \"home_attacks\": 65,\n                \"away_attacks\": 71,\n                \"dang_attacks\": 50,\n                \"home_dang_attacks\": 30,\n                \"away_dang_attacks\": 20\n            }\n        },\n        {\n            \"id\": 23141030,\n            \"home_name\": \"Portadown\",\n            \"away_name\": \"Dungannon Swifts\",\n            \"season_id\": 2855,\n            \"competition_id\": 644,\n            \"home_id\": 11836,\n            \"away_id\": 10546,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 12,\n            \"away_position\": 11,\n            \"unix\": 1672671600,\n            \"home_played\": 21,\n            \"away_played\": 21,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 51,\n                \"away_possession\": 49,\n                \"home_pressure\": 44,\n                \"home_pressure_avg\": 54,\n                \"away_pressure\": 56,\n                \"away_pressure_avg\": 46,\n                \"cards\": 5,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 10,\n                \"home_corners\": 5,\n                \"away_corners\": 5,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": 14,\n                \"home_shots\": 8,\n                \"away_shots\": 6,\n                \"shots_on\": 5,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 3,\n                \"attacks\": 214,\n                \"home_attacks\": 104,\n                \"away_attacks\": 110,\n                \"dang_attacks\": 106,\n                \"home_dang_attacks\": 51,\n                \"away_dang_attacks\": 55\n            }\n        },\n        {\n            \"id\": 23141031,\n            \"home_name\": \"Barnsley\",\n            \"away_name\": \"Bolton Wanderers\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 6871,\n            \"away_id\": 5829,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 3,\n            \"elapsed\": 90,\n            \"home_position\": 4,\n            \"away_position\": 7,\n            \"unix\": 1672671600,\n            \"home_played\": 22,\n            \"away_played\": 23,\n            \"home_formation\": \"3-1-4-2\",\n            \"away_formation\": \"3-4-1-2\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 33,\n                \"away_possession\": 67,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 3,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 3,\n                \"away_corners\": 8,\n                \"home_fouls\": 12,\n                \"away_fouls\": 11,\n                \"shots\": 22,\n                \"home_shots\": 9,\n                \"away_shots\": 13,\n                \"shots_on\": 3,\n                \"home_shots_on\": 0,\n                \"away_shots_on\": 3,\n                \"attacks\": 183,\n                \"home_attacks\": 90,\n                \"away_attacks\": 93,\n                \"dang_attacks\": 80,\n                \"home_dang_attacks\": 39,\n                \"away_dang_attacks\": 41\n            }\n        },\n        {\n            \"id\": 23141032,\n            \"home_name\": \"Derby County\",\n            \"away_name\": \"Accrington Stanley\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 8929,\n            \"away_id\": 9598,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 5,\n            \"away_position\": 20,\n            \"unix\": 1672671600,\n            \"home_played\": 23,\n            \"away_played\": 22,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"3-1-4-2\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 55,\n                \"away_possession\": 45,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 7,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 11,\n                \"home_corners\": 6,\n                \"away_corners\": 5,\n                \"home_fouls\": 14,\n                \"away_fouls\": 12,\n                \"shots\": 19,\n                \"home_shots\": 14,\n                \"away_shots\": 5,\n                \"shots_on\": 7,\n                \"home_shots_on\": 6,\n                \"away_shots_on\": 1,\n                \"attacks\": 227,\n                \"home_attacks\": 113,\n                \"away_attacks\": 114,\n                \"dang_attacks\": 72,\n                \"home_dang_attacks\": 44,\n                \"away_dang_attacks\": 28\n            }\n        },\n        {\n            \"id\": 23141033,\n            \"home_name\": \"Lincoln City\",\n            \"away_name\": \"Ipswich Town\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 9762,\n            \"away_id\": 3997,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 17,\n            \"away_position\": 2,\n            \"unix\": 1672671600,\n            \"home_played\": 22,\n            \"away_played\": 24,\n            \"home_formation\": \"3-4-3\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 22,\n                \"away_possession\": 78,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 2,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 1,\n                \"away_red_cards\": 0,\n                \"corners\": 12,\n                \"home_corners\": 3,\n                \"away_corners\": 9,\n                \"home_fouls\": 9,\n                \"away_fouls\": 12,\n                \"shots\": 24,\n                \"home_shots\": 3,\n                \"away_shots\": 21,\n                \"shots_on\": 7,\n                \"home_shots_on\": 1,\n                \"away_shots_on\": 6,\n                \"attacks\": 207,\n                \"home_attacks\": 57,\n                \"away_attacks\": 150,\n                \"dang_attacks\": 102,\n                \"home_dang_attacks\": 34,\n                \"away_dang_attacks\": 68\n            }\n        },\n        {\n            \"id\": 23141034,\n            \"home_name\": \"Sheffield Wednesday\",\n            \"away_name\": \"Cambridge United\",\n            \"season_id\": 2668,\n            \"competition_id\": 431,\n            \"home_id\": 6282,\n            \"away_id\": 9776,\n            \"status\": \"FT\",\n            \"home_goals\": 5,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 19,\n            \"unix\": 1672671600,\n            \"home_played\": 24,\n            \"away_played\": 23,\n            \"home_formation\": \"4-2-2-2\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 68,\n                \"away_possession\": 32,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 1,\n                \"home_yellow_cards\": 0,\n                \"away_yellow_cards\": 1,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 9,\n                \"home_corners\": 6,\n                \"away_corners\": 3,\n                \"home_fouls\": 11,\n                \"away_fouls\": 5,\n                \"shots\": 34,\n                \"home_shots\": 26,\n                \"away_shots\": 8,\n                \"shots_on\": 10,\n                \"home_shots_on\": 10,\n                \"away_shots_on\": 0,\n                \"attacks\": 231,\n                \"home_attacks\": 127,\n                \"away_attacks\": 104,\n                \"dang_attacks\": 80,\n                \"home_dang_attacks\": 55,\n                \"away_dang_attacks\": 25\n            }\n        },\n        {\n            \"id\": 23141035,\n            \"home_name\": \"Barrow\",\n            \"away_name\": \"Rochdale\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 9662,\n            \"away_id\": 9763,\n            \"status\": \"FT\",\n            \"home_goals\": 0,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 11,\n            \"away_position\": 23,\n            \"unix\": 1672671600,\n            \"home_played\": 23,\n            \"away_played\": 22,\n            \"home_formation\": \"4-1-4-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 55,\n                \"away_possession\": 45,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 5,\n                \"home_corners\": 3,\n                \"away_corners\": 2,\n                \"home_fouls\": 11,\n                \"away_fouls\": 15,\n                \"shots\": 19,\n                \"home_shots\": 15,\n                \"away_shots\": 4,\n                \"shots_on\": 2,\n                \"home_shots_on\": 2,\n                \"away_shots_on\": 0,\n                \"attacks\": 254,\n                \"home_attacks\": 136,\n                \"away_attacks\": 118,\n                \"dang_attacks\": 107,\n                \"home_dang_attacks\": 79,\n                \"away_dang_attacks\": 28\n            }\n        },\n        {\n            \"id\": 23141036,\n            \"home_name\": \"Newport County\",\n            \"away_name\": \"Crawley Town\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 9777,\n            \"away_id\": 9694,\n            \"status\": \"FT\",\n            \"home_goals\": 2,\n            \"away_goals\": 2,\n            \"elapsed\": 90,\n            \"home_position\": 18,\n            \"away_position\": 20,\n            \"unix\": 1672671600,\n            \"home_played\": 23,\n            \"away_played\": 23,\n            \"home_formation\": \"3-5-2\",\n            \"away_formation\": \"3-4-1-2\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 52,\n                \"away_possession\": 48,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 4,\n                \"home_yellow_cards\": 1,\n                \"away_yellow_cards\": 3,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 0,\n                \"corners\": 7,\n                \"home_corners\": 6,\n                \"away_corners\": 1,\n                \"home_fouls\": 6,\n                \"away_fouls\": 14,\n                \"shots\": 33,\n                \"home_shots\": 20,\n                \"away_shots\": 13,\n                \"shots_on\": 15,\n                \"home_shots_on\": 9,\n                \"away_shots_on\": 6,\n                \"attacks\": 195,\n                \"home_attacks\": 119,\n                \"away_attacks\": 76,\n                \"dang_attacks\": 84,\n                \"home_dang_attacks\": 61,\n                \"away_dang_attacks\": 23\n            }\n        },\n        {\n            \"id\": 23141037,\n            \"home_name\": \"Northampton Town\",\n            \"away_name\": \"Leyton Orient\",\n            \"season_id\": 2669,\n            \"competition_id\": 432,\n            \"home_id\": 6875,\n            \"away_id\": 9286,\n            \"status\": \"FT\",\n            \"home_goals\": 1,\n            \"away_goals\": 0,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 1,\n            \"unix\": 1672671600,\n            \"home_played\": 23,\n            \"away_played\": 23,\n            \"home_formation\": \"4-2-3-1\",\n            \"away_formation\": \"4-2-3-1\",\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": 44,\n                \"away_possession\": 56,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": 6,\n                \"home_yellow_cards\": 3,\n                \"away_yellow_cards\": 2,\n                \"home_red_cards\": 0,\n                \"away_red_cards\": 1,\n                \"corners\": 12,\n                \"home_corners\": 6,\n                \"away_corners\": 6,\n                \"home_fouls\": 14,\n                \"away_fouls\": 16,\n                \"shots\": 14,\n                \"home_shots\": 8,\n                \"away_shots\": 6,\n                \"shots_on\": 7,\n                \"home_shots_on\": 5,\n                \"away_shots_on\": 2,\n                \"attacks\": 173,\n                \"home_attacks\": 85,\n                \"away_attacks\": 88,\n                \"dang_attacks\": 62,\n                \"home_dang_attacks\": 33,\n                \"away_dang_attacks\": 29\n            }\n        },\n        {\n            \"id\": 12981600,\n            \"home_name\": \"Egham Town\",\n            \"away_name\": \"Harefield United\",\n            \"season_id\": 2712,\n            \"competition_id\": 1063,\n            \"home_id\": 9194,\n            \"away_id\": 9141,\n            \"status\": \"FT\",\n            \"home_goals\": 4,\n            \"away_goals\": 1,\n            \"elapsed\": 90,\n            \"home_position\": 3,\n            \"away_position\": 11,\n            \"unix\": 1672671600,\n            \"home_played\": 18,\n            \"away_played\": 14,\n            \"home_formation\": null,\n            \"away_formation\": null,\n            \"date\": \"2023-01-02T15:00:00.000000Z\",\n            \"ko_human\": \"Mon 2nd, 15:00\",\n            \"stats\": {\n                \"home_possession\": null,\n                \"away_possession\": null,\n                \"home_pressure\": null,\n                \"home_pressure_avg\": null,\n                \"away_pressure\": null,\n                \"away_pressure_avg\": null,\n                \"cards\": null,\n                \"home_yellow_cards\": null,\n                \"away_yellow_cards\": null,\n                \"home_red_cards\": null,\n                \"away_red_cards\": null,\n                \"corners\": null,\n                \"home_corners\": null,\n                \"away_corners\": null,\n                \"home_fouls\": null,\n                \"away_fouls\": null,\n                \"shots\": null,\n                \"home_shots\": null,\n                \"away_shots\": null,\n                \"shots_on\": null,\n                \"home_shots_on\": null,\n                \"away_shots_on\": null,\n                \"attacks\": null,\n                \"home_attacks\": null,\n                \"away_attacks\": null,\n                \"dang_attacks\": null,\n                \"home_dang_attacks\": null,\n                \"away_dang_attacks\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"99a2ca34-fbc3-4ec2-9c64-727d5c1cbed4"}],"id":"5f3f7b36-3312-4805-becf-4ee68a8d9233","_postman_id":"5f3f7b36-3312-4805-becf-4ee68a8d9233","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Odds","item":[{"name":"History","id":"3a459f43-d8fd-4d4f-abd2-3c6e335acf81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/odds/history/:ID?api_token=YOUR_API_TOKEN","description":"<p>This request allows you to view the odds history (including the latest odds for upcoming games) for hundreds of thousands of fixtures. To access this data, you just have to include the ID of the game, like so:</p>\n<p>/odds/50299715</p>\n<p>If you would like to fetch multiple games (with a limit of 50 at this moment in time) then you can do so like this:</p>\n<p>/odds/multiple&amp;ids=50299715,50299716</p>\n<p>You can filter the results to include only the markets you are looking for by adding the following parameters:</p>\n<p>&amp;markets=4&amp;bookmakers=1</p>\n<p>This example will grab the FT Result odds from Pinnacle.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","odds","history",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"bookmakers","value":""},{"disabled":true,"key":"markets","value":""}],"variable":[{"type":"any","value":"50299569","key":"ID"}]}},"response":[{"id":"a0b47963-6624-4f2e-9526-88906cb3a72e","name":"History","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/odds/history/:ID?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","odds","history",":ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"bookmakers","value":"","type":"text","disabled":true},{"key":"markets","value":"","type":"text","disabled":true}],"variable":[{"key":"ID","value":"50299569"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n   \"info\":{\n      \"count\":314\n   },\n   \"data\":[\n      {\n         \"fixture_id\":50299569,\n         \"market_key\":\"ft_result\",\n         \"market_id\":6,\n         \"outcome\":\"away\",\n         \"opening\":\"2.63\",\n         \"closing\":\"2.90\",\n         \"peak\":\"2.90\",\n         \"bookmaker_id\":2,\n         \"bookmaker_name\":\"Bet365\"\n      },\n      {\n         \"fixture_id\":50299569,\n         \"market_key\":\"ft_result\",\n         \"market_id\":6,\n         \"outcome\":\"away\",\n         \"opening\":\"2.71\",\n         \"closing\":\"2.86\",\n         \"peak\":\"3.17\",\n         \"bookmaker_id\":1,\n         \"bookmaker_name\":\"Pinnacle\"\n      },\n      {\n         \"fixture_id\":50299569,\n         \"market_key\":\"ft_result\",\n         \"market_id\":6,\n         \"outcome\":\"away\",\n         \"opening\":\"2.38\",\n         \"closing\":\"2.62\",\n         \"peak\":\"2.70\",\n         \"bookmaker_id\":4,\n         \"bookmaker_name\":\"WilliamHill\"\n      },\n      {\n         \"fixture_id\":50299569,\n         \"market_key\":\"ft_result\",\n         \"market_id\":6,\n         \"outcome\":\"away\",\n         \"opening\":\"2.44\",\n         \"closing\":\"2.81\",\n         \"peak\":\"3.00\",\n         \"bookmaker_id\":3,\n         \"bookmaker_name\":\"1xBet\"\n      }\n   ]\n}"}],"_postman_id":"3a459f43-d8fd-4d4f-abd2-3c6e335acf81"},{"name":"Movement","id":"6638c4e8-74c5-4179-9d63-bb91fa38086e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/odds/movement/:ID?api_token=YOUR_API_TOKEN","description":"<p>This request allows you to access the odds movement in the buildup and shortly after a fixture on OddAlerts. Just like the odds history endpoint, you can filter by bookmaker, market, or outcome. For example, if you wanted to get the home win odds movement, you could take a look at the following:</p>\n<p><code>&amp;markets=6&amp;outcomes=home</code></p>\n<p>These parameters allow multiple entries so you can look at the half-time result and the full-time result, or double chance and over 2.5 goals, and the same goes for the outcomes as well. You can mix and match multiple markets and outcomes to get just the odds and markets and lines that you want.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","odds","movement",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"bookmakers","value":""},{"disabled":true,"key":"markets","value":""},{"disabled":true,"key":"outcomes","value":null}],"variable":[{"type":"any","value":"408098395","key":"ID"}]}},"response":[{"id":"6b9e6bc0-a210-4ae9-a2fd-943f1e87e3cc","name":"Movement","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/odds/movement/:ID?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","odds","movement",":ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"bookmakers","value":"","type":"text","disabled":true},{"key":"markets","value":"","type":"text","disabled":true},{"key":"outcomes","value":null,"type":"text","disabled":true}],"variable":[{"key":"ID","value":"408098395"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 04 Feb 2026 10:23:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Redis-Health","value":"ok"},{"key":"X-Redis-Response-Time","value":"0.16ms"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=m3tAw%2BTRN4Tjj4Nzngs9qoFFXQ%2BrH%2Bt%2Fj5X67JyGccFyIPGfhun%2Fyw9%2FglBf4KQg4nfvgWp1UyTGZj37yqWvzzjDhsB6ESbmWwrL3tVIkNqD\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Speculation-Rules","value":"\"/cdn-cgi/speculation\""},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9c8974294f857b52-BKK"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"per_page\": 500,\n        \"count\": 190,\n        \"next_page_url\": false,\n        \"retention\": {\n            \"retention_days\": 21,\n            \"oldest_record_unix\": 1769929856,\n            \"days_until_oldest_deleted\": 17,\n            \"note\": \"Odds movement data is retained for 21 days (3 weeks). After this period, data is automatically cleaned. Use the odds/history endpoint for permanent historical records (opening, closing, peak).\"\n        }\n    },\n    \"data\": [\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.75,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 3,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 4.75,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"draw_away\",\n            \"odds\": 1.12,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_away\",\n            \"odds\": 1.3,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_draw\",\n            \"odds\": 1.9,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"dnb\",\n            \"market_id\": 10,\n            \"outcome\": \"home\",\n            \"odds\": 3.5,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"dnb\",\n            \"market_id\": 10,\n            \"outcome\": \"away\",\n            \"odds\": 1.28,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"away\",\n            \"odds\": 2.5,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"draw\",\n            \"odds\": 1.9,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"home\",\n            \"odds\": 5.5,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"asian_corners\",\n            \"market_id\": 11,\n            \"outcome\": \"over_95\",\n            \"odds\": 1.9,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"asian_corners\",\n            \"market_id\": 11,\n            \"outcome\": \"under_95\",\n            \"odds\": 1.9,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"asian_corners_1h\",\n            \"market_id\": 12,\n            \"outcome\": \"over_45\",\n            \"odds\": 2,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"asian_corners_1h\",\n            \"market_id\": 12,\n            \"outcome\": \"under_45\",\n            \"odds\": 1.8,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"over_105\",\n            \"odds\": 2.37,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"under_95\",\n            \"odds\": 1.83,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.62,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_25\",\n            \"odds\": 1.44,\n            \"unix\": 1769929856,\n            \"datetime\": \"2026-02-01 07:10:56\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.76,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 3.03,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 4.36,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.85,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 3,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 4.25,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.75,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 2.8,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 5,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.72,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 3.04,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 5.22,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"draw_away\",\n            \"odds\": 1.14,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_away\",\n            \"odds\": 1.27,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_draw\",\n            \"odds\": 1.74,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"draw_away\",\n            \"odds\": 1.15,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_away\",\n            \"odds\": 1.36,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_draw\",\n            \"odds\": 1.91,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"draw_away\",\n            \"odds\": 1.09,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_away\",\n            \"odds\": 1.28,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_draw\",\n            \"odds\": 1.91,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"btts\",\n            \"market_id\": 9,\n            \"outcome\": \"no\",\n            \"odds\": 1.63,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"btts\",\n            \"market_id\": 9,\n            \"outcome\": \"yes\",\n            \"odds\": 2,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"btts\",\n            \"market_id\": 9,\n            \"outcome\": \"no\",\n            \"odds\": 1.5,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"btts\",\n            \"market_id\": 9,\n            \"outcome\": \"yes\",\n            \"odds\": 2.38,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.93,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"under_05\",\n            \"odds\": 1.76,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.62,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.02,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"over_15\",\n            \"odds\": 5.7,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.09,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"over_15\",\n            \"odds\": 2.3,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.53,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"over_15\",\n            \"odds\": 2.12,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.56,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"over_15\",\n            \"odds\": 2.2,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.58,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.58,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.17,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.45,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.38,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.55,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_15\",\n            \"odds\": 3.6,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.25,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.22,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.56,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_15\",\n            \"odds\": 3.58,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.24,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.21,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"away\",\n            \"odds\": 2.48,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"draw\",\n            \"odds\": 2,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"home\",\n            \"odds\": 4.7,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"away\",\n            \"odds\": 2.5,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"draw\",\n            \"odds\": 1.85,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"home\",\n            \"odds\": 5,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"away\",\n            \"odds\": 2.44,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"draw\",\n            \"odds\": 1.83,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"home\",\n            \"odds\": 6.49,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"dnb\",\n            \"market_id\": 10,\n            \"outcome\": \"away\",\n            \"odds\": 1.3,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"dnb\",\n            \"market_id\": 10,\n            \"outcome\": \"home\",\n            \"odds\": 2.9,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"over_15\",\n            \"odds\": 2.5,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.41,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.33,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"over_15\",\n            \"odds\": 2.67,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.86,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.38,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"over_105\",\n            \"odds\": 2.1,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"over_115\",\n            \"odds\": 2.35,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"over_75\",\n            \"odds\": 1.08,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"over_85\",\n            \"odds\": 1.24,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"over_95\",\n            \"odds\": 1.5,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"under_95\",\n            \"odds\": 1.65,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"under_105\",\n            \"odds\": 1.34,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"under_115\",\n            \"odds\": 1.14,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"under_55\",\n            \"odds\": 5.25,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"under_65\",\n            \"odds\": 4.76,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"under_75\",\n            \"odds\": 2.97,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_corners\",\n            \"market_id\": 17,\n            \"outcome\": \"under_85\",\n            \"odds\": 2.12,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_15\",\n            \"odds\": 1.57,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.56,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_15\",\n            \"odds\": 2.2,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_25\",\n            \"odds\": 1.41,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.07,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_15\",\n            \"odds\": 1.4,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.28,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_35\",\n            \"odds\": 4.1,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_05\",\n            \"odds\": 5.8,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_15\",\n            \"odds\": 2.5,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_25\",\n            \"odds\": 1.48,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_35\",\n            \"odds\": 1.15,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.06,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_15\",\n            \"odds\": 1.47,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.55,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_35\",\n            \"odds\": 5.05,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_45\",\n            \"odds\": 13,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_05\",\n            \"odds\": 6.2,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_15\",\n            \"odds\": 2.35,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_25\",\n            \"odds\": 1.44,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_35\",\n            \"odds\": 1.1,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_45\",\n            \"odds\": 1.03,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"highest_scoring_half\",\n            \"market_id\": 21,\n            \"outcome\": \"first_half\",\n            \"odds\": 3.12,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"highest_scoring_half\",\n            \"market_id\": 21,\n            \"outcome\": \"second_half\",\n            \"odds\": 2.14,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"highest_scoring_half\",\n            \"market_id\": 21,\n            \"outcome\": \"tie\",\n            \"odds\": 3.02,\n            \"unix\": 1769930138,\n            \"datetime\": \"2026-02-01 07:15:38\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 2.88,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 4.6,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"over_15\",\n            \"odds\": 5.55,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.1,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.53,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_15\",\n            \"odds\": 3.5,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.3,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.25,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.55,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_15\",\n            \"odds\": 3.5,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.26,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.22,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"draw\",\n            \"odds\": 1.85,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"home\",\n            \"odds\": 6.43,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"over_15\",\n            \"odds\": 2.63,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.39,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_15\",\n            \"odds\": 1.54,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.48,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_35\",\n            \"odds\": 4.9,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_05\",\n            \"odds\": 6.35,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_35\",\n            \"odds\": 1.11,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"highest_scoring_half\",\n            \"market_id\": 21,\n            \"outcome\": \"first_half\",\n            \"odds\": 3.1,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"highest_scoring_half\",\n            \"market_id\": 21,\n            \"outcome\": \"tie\",\n            \"odds\": 3.05,\n            \"unix\": 1769939733,\n            \"datetime\": \"2026-02-01 09:55:33\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_45\",\n            \"odds\": 12,\n            \"unix\": 1769942446,\n            \"datetime\": \"2026-02-01 10:40:46\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"over_15\",\n            \"odds\": 5.45,\n            \"unix\": 1769944552,\n            \"datetime\": \"2026-02-01 11:15:52\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"over_15\",\n            \"odds\": 2.28,\n            \"unix\": 1769944552,\n            \"datetime\": \"2026-02-01 11:15:52\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"home\",\n            \"odds\": 6.27,\n            \"unix\": 1769944552,\n            \"datetime\": \"2026-02-01 11:15:52\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 4.27,\n            \"unix\": 1769945449,\n            \"datetime\": \"2026-02-01 11:30:49\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.8,\n            \"unix\": 1769945449,\n            \"datetime\": \"2026-02-01 11:30:49\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 2.8,\n            \"unix\": 1769945449,\n            \"datetime\": \"2026-02-01 11:30:49\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 4.5,\n            \"unix\": 1769945449,\n            \"datetime\": \"2026-02-01 11:30:49\",\n            \"bookmaker_id\": 4,\n            \"bookmaker_name\": \"WilliamHill\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 5.11,\n            \"unix\": 1769945449,\n            \"datetime\": \"2026-02-01 11:30:49\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.81,\n            \"unix\": 1769947545,\n            \"datetime\": \"2026-02-01 12:05:45\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.91,\n            \"unix\": 1769947545,\n            \"datetime\": \"2026-02-01 12:05:45\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"home_goals\",\n            \"market_id\": 19,\n            \"outcome\": \"under_05\",\n            \"odds\": 1.81,\n            \"unix\": 1769947545,\n            \"datetime\": \"2026-02-01 12:05:45\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.3,\n            \"unix\": 1769949066,\n            \"datetime\": \"2026-02-01 12:31:06\",\n            \"bookmaker_id\": 6,\n            \"bookmaker_name\": \"Kambi Group\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.79,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 3.06,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 4.4,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.72,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 3.06,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 5.17,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"draw_away\",\n            \"odds\": 1.09,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"double_chance\",\n            \"market_id\": 8,\n            \"outcome\": \"home_draw\",\n            \"odds\": 1.91,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.56,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"over_15\",\n            \"odds\": 2.19,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"away_goals\",\n            \"market_id\": 18,\n            \"outcome\": \"under_15\",\n            \"odds\": 1.59,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.57,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_1h\",\n            \"market_id\": 14,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.22,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"away\",\n            \"odds\": 2.43,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ht_result\",\n            \"market_id\": 7,\n            \"outcome\": \"home\",\n            \"odds\": 6.33,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.32,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals_2h\",\n            \"market_id\": 29,\n            \"outcome\": \"under_05\",\n            \"odds\": 2.92,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.49,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_15\",\n            \"odds\": 2.27,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_25\",\n            \"odds\": 1.45,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_05\",\n            \"odds\": 1.05,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_15\",\n            \"odds\": 1.45,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.49,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_05\",\n            \"odds\": 6.4,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_15\",\n            \"odds\": 2.41,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_25\",\n            \"odds\": 1.46,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"highest_scoring_half\",\n            \"market_id\": 21,\n            \"outcome\": \"second_half\",\n            \"odds\": 2.12,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 3,\n            \"bookmaker_name\": \"1xBet\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"odds\": 1.57,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"odds\": 3.4,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"odds\": 5.75,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"over_25\",\n            \"odds\": 2.5,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        },\n        {\n            \"fixture_id\": 408098395,\n            \"market_key\": \"total_goals\",\n            \"market_id\": 13,\n            \"outcome\": \"under_25\",\n            \"odds\": 1.5,\n            \"unix\": 1769950282,\n            \"datetime\": \"2026-02-01 12:51:22\",\n            \"bookmaker_id\": 2,\n            \"bookmaker_name\": \"Bet365\"\n        }\n    ]\n}"}],"_postman_id":"6638c4e8-74c5-4179-9d63-bb91fa38086e"},{"name":"Markets","id":"8973ca3c-7216-4e82-98e4-8dc761b97ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/odds/marketsapi_token=YOUR_API_TOKEN","description":"<p>This endpoint will show you all of the current markets that are used for bet tracking and odds movement on OddAlerts. These IDs can be used across different endpoints for filtering, as well as upcoming additions to the API (such as saving your own bets to Bet Tracking).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","odds","marketsapi_token=YOUR_API_TOKEN"],"host":["data","oddalerts","com"],"query":[],"variable":[]}},"response":[{"id":"1d680a3b-bb47-4719-8025-1c3cc624e430","name":"Markets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/odds/markets?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","odds","markets"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Aug 2023 02:28:04 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"96"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6,\n        \"market_key\": \"ft_result\",\n        \"title\": \"FT Result\",\n        \"title_short\": \"\"\n    },\n    {\n        \"id\": 7,\n        \"market_key\": \"ht_result\",\n        \"title\": \"HT (Half-Time) Result\",\n        \"title_short\": \"HT Result\"\n    },\n    {\n        \"id\": 8,\n        \"market_key\": \"double_chance\",\n        \"title\": \"Double Chance\",\n        \"title_short\": \"\"\n    },\n    {\n        \"id\": 9,\n        \"market_key\": \"btts\",\n        \"title\": \"BTTS (Both Teams to Score)\",\n        \"title_short\": \"BTTS\"\n    },\n    {\n        \"id\": 10,\n        \"market_key\": \"dnb\",\n        \"title\": \"DNB (Draw No Bet)\",\n        \"title_short\": \"DNB\"\n    },\n    {\n        \"id\": 11,\n        \"market_key\": \"asian_corners\",\n        \"title\": \"Asian Corners\",\n        \"title_short\": \"\"\n    },\n    {\n        \"id\": 12,\n        \"market_key\": \"asian_corners_1h\",\n        \"title\": \"1H Asian Corners\",\n        \"title_short\": \"\"\n    },\n    {\n        \"id\": 13,\n        \"market_key\": \"total_goals\",\n        \"title\": \"Total Goals\",\n        \"title_short\": \"Goals\"\n    },\n    {\n        \"id\": 14,\n        \"market_key\": \"total_goals_1h\",\n        \"title\": \"1H Goals\",\n        \"title_short\": \"\"\n    },\n    {\n        \"id\": 15,\n        \"market_key\": \"goal_line\",\n        \"title\": \"Goal Line\",\n        \"title_short\": \"\"\n    },\n    {\n        \"id\": 16,\n        \"market_key\": \"goal_line_1h\",\n        \"title\": \"1H Goal Line\",\n        \"title_short\": \"\"\n    },\n    {\n        \"id\": 17,\n        \"market_key\": \"total_corners\",\n        \"title\": \"Total Corners\",\n        \"title_short\": \"Corners\"\n    },\n    {\n        \"id\": 18,\n        \"market_key\": \"away_goals\",\n        \"title\": \"Away Team Goals\",\n        \"title_short\": \"Away Goals\"\n    },\n    {\n        \"id\": 19,\n        \"market_key\": \"home_goals\",\n        \"title\": \"Home Team Goals\",\n        \"title_short\": \"Home Goals\"\n    },\n    {\n        \"id\": 20,\n        \"market_key\": \"btts_o25\",\n        \"title\": \"BTTS & 2.5+ Goals\",\n        \"title_short\": \"BTTS & 2.5+\"\n    },\n    {\n        \"id\": 21,\n        \"market_key\": \"highest_scoring_half\",\n        \"title\": \"Half with Most Goals\",\n        \"title_short\": \"Most Goals\"\n    },\n    {\n        \"id\": 22,\n        \"market_key\": \"corners_result\",\n        \"title\": \"Corner Match Result\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 24,\n        \"market_key\": \"home_corners\",\n        \"title\": \"Home Corners\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 25,\n        \"market_key\": \"away_corners\",\n        \"title\": \"Away Corners\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 26,\n        \"market_key\": \"corners_result_1h\",\n        \"title\": \"Most 1H Corners\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 27,\n        \"market_key\": \"corners_result_2h\",\n        \"title\": \"Most 2H Corners\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 28,\n        \"market_key\": \"corner_between\",\n        \"title\": \"Corner Between\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 29,\n        \"market_key\": \"total_goals_2h\",\n        \"title\": \"2H Goals\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 30,\n        \"market_key\": \"home_corners_1h\",\n        \"title\": \"Home Corners 1H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 31,\n        \"market_key\": \"away_corners_1h\",\n        \"title\": \"Away Corners 1H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 32,\n        \"market_key\": \"home_corners_2h\",\n        \"title\": \"Home Corners 2H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 33,\n        \"market_key\": \"away_corners_2h\",\n        \"title\": \"Away Corners 2H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 34,\n        \"market_key\": \"home_cards\",\n        \"title\": \"Home Cards\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 35,\n        \"market_key\": \"away_cards\",\n        \"title\": \"Away Cards\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 36,\n        \"market_key\": \"home_cards_1h\",\n        \"title\": \"Home Cards 1H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 37,\n        \"market_key\": \"away_cards_1h\",\n        \"title\": \"Away Cards 1H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 38,\n        \"market_key\": \"home_cards_2h\",\n        \"title\": \"Home Cards 2H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 39,\n        \"market_key\": \"away_cards_2h\",\n        \"title\": \"Away Cards 2H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 40,\n        \"market_key\": \"total_cards\",\n        \"title\": \"Total Cards\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 41,\n        \"market_key\": \"total_cards_1h\",\n        \"title\": \"Total Cards 1H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 42,\n        \"market_key\": \"total_cards_2h\",\n        \"title\": \"Total Cards 2H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 43,\n        \"market_key\": \"result_btts\",\n        \"title\": \"Result & BTTS\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 44,\n        \"market_key\": \"home_goals_1h\",\n        \"title\": \"Home Goals 1H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 45,\n        \"market_key\": \"home_goals_2h\",\n        \"title\": \"Away Goals 2H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 46,\n        \"market_key\": \"away_goals_1h\",\n        \"title\": \"Away Goals 1H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 47,\n        \"market_key\": \"away_goals_2h\",\n        \"title\": \"Away Goals 2H\",\n        \"title_short\": null\n    },\n    {\n        \"id\": 48,\n        \"market_key\": \"total_corners_1h\",\n        \"title\": \"Total Corners 1H\",\n        \"title_short\": null\n    }\n]"}],"_postman_id":"8973ca3c-7216-4e82-98e4-8dc761b97ab5"},{"name":"Dropping","id":"abc8d8e5-5cc2-45b1-8a0d-2c8b2054ad89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/odds/dropping?api_token=YOUR_API_TOKEN&bookmakers=1&markets=6","description":"<p>An incredibly powerful endpoint, this allows you to view the latest dropping odds in the OddAlerts DB. It will show you the top 5000 records for dropping odds, also allowing for customisation of the markets, bookmakers, fixtures, seasons, and competitions.</p>\n<p>For example, you could do:  </p>\n<p>- odds/dropping?seasons=6484,6377,6376,6380,6411</p>\n<p>And you'll see the dropping odds (if any) for the EFL seasons for 24/25. You can include up to 25 IDs for fixtures, competitions, and seasons.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","odds","dropping"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"bookmakers","value":"1"},{"key":"markets","value":"6"}],"variable":[]}},"response":[{"id":"f352f3cd-c0a5-4eda-ba9e-c60b2dc56c2a","name":"Dropping","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/odds/dropping?api_token=YOUR_API_TOKEN&bookmakers=1&markets=6","protocol":"https","host":["data","oddalerts","com"],"path":["api","odds","dropping"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"bookmakers","value":"1"},{"key":"markets","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Aug 2023 02:28:32 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"94"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"per_page\": 250,\n        \"count\": 65,\n        \"next_page_url\": false\n    },\n    \"data\": [\n        {\n            \"fixture_id\": 50559233,\n            \"fixture_name\": \"Chongqing Tongliang Long vs Shanghai Shenhua\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"9.03\",\n            \"closing\": \"4.17\",\n            \"drop_percentage\": \"53.820598\",\n            \"unix\": 1693395300,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50559233,\n            \"fixture_name\": \"Chongqing Tongliang Long vs Shanghai Shenhua\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"opening\": \"4.98\",\n            \"closing\": \"3.35\",\n            \"drop_percentage\": \"32.730924\",\n            \"unix\": 1693395300,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51054899,\n            \"fixture_name\": \"FCSB vs Universitatea Craiova\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.45\",\n            \"closing\": \"2.35\",\n            \"drop_percentage\": \"31.884058\",\n            \"unix\": 1693680300,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 47230081,\n            \"fixture_name\": \"Man Utd Zambia Academy vs Zanaco\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"2.06\",\n            \"closing\": \"1.53\",\n            \"drop_percentage\": \"25.728155\",\n            \"unix\": 1693400400,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813099,\n            \"fixture_name\": \"Partizani Tirana vs Astana\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.99\",\n            \"closing\": \"2.31\",\n            \"drop_percentage\": \"22.742475\",\n            \"unix\": 1693504800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 49213522,\n            \"fixture_name\": \"Sheffield United vs Lincoln City\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"8.19\",\n            \"closing\": \"6.49\",\n            \"drop_percentage\": \"20.757021\",\n            \"unix\": 1693421100,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813103,\n            \"fixture_name\": \"Ajax vs Ludogorets\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"opening\": \"7.53\",\n            \"closing\": \"5.99\",\n            \"drop_percentage\": \"20.451527\",\n            \"unix\": 1693504800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50846798,\n            \"fixture_name\": \"Midtjylland vs AGF\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.67\",\n            \"closing\": \"2.96\",\n            \"drop_percentage\": \"19.346049\",\n            \"unix\": 1693764000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50559216,\n            \"fixture_name\": \"Ümranıyespor U19 vs Bursaspor U19\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"1.89\",\n            \"closing\": \"1.54\",\n            \"drop_percentage\": \"18.518519\",\n            \"unix\": 1693404000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51791596,\n            \"fixture_name\": \"Kolos Kovalivka vs Hirnyk\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.00\",\n            \"closing\": \"2.46\",\n            \"drop_percentage\": \"18.000000\",\n            \"unix\": 1693749600,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51791529,\n            \"fixture_name\": \"Breidablik vs FH\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"4.65\",\n            \"closing\": \"3.86\",\n            \"drop_percentage\": \"16.989247\",\n            \"unix\": 1693749600,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50559217,\n            \"fixture_name\": \"Denizlispor U19 vs Adanaspor U19\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.34\",\n            \"closing\": \"1.95\",\n            \"drop_percentage\": \"16.666667\",\n            \"unix\": 1693404000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50846776,\n            \"fixture_name\": \"Boluspor vs Keçiörengücü\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"2.73\",\n            \"closing\": \"2.29\",\n            \"drop_percentage\": \"16.117216\",\n            \"unix\": 1693671300,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51020131,\n            \"fixture_name\": \"Veres vs Chornomorets\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.61\",\n            \"closing\": \"2.19\",\n            \"drop_percentage\": \"16.091954\",\n            \"unix\": 1693576800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51297747,\n            \"fixture_name\": \"Freiburg II vs Rot-Weiss Essen\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.30\",\n            \"closing\": \"2.78\",\n            \"drop_percentage\": \"15.757576\",\n            \"unix\": 1693656000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51298443,\n            \"fixture_name\": \"Solihull Moors vs Oxford City\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"4.46\",\n            \"closing\": \"3.78\",\n            \"drop_percentage\": \"15.246637\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51297319,\n            \"fixture_name\": \"Bucheon 1995 vs Asan Mugunghwa\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.21\",\n            \"closing\": \"2.74\",\n            \"drop_percentage\": \"14.641745\",\n            \"unix\": 1693638000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50341989,\n            \"fixture_name\": \"SJ Earthquakes vs LA Galaxy\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.86\",\n            \"closing\": \"3.31\",\n            \"drop_percentage\": \"14.248705\",\n            \"unix\": 1693449000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51020166,\n            \"fixture_name\": \"Al Ta'ee vs Abha\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"opening\": \"3.87\",\n            \"closing\": \"3.33\",\n            \"drop_percentage\": \"13.953488\",\n            \"unix\": 1693580400,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50341998,\n            \"fixture_name\": \"New England vs New York RB\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"opening\": \"4.12\",\n            \"closing\": \"3.56\",\n            \"drop_percentage\": \"13.592233\",\n            \"unix\": 1693438200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51020435,\n            \"fixture_name\": \"Kerry vs Bray Wanderers\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"6.26\",\n            \"closing\": \"5.41\",\n            \"drop_percentage\": \"13.578275\",\n            \"unix\": 1693593900,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595146,\n            \"fixture_name\": \"Newport County vs AFC Wimbledon\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.60\",\n            \"closing\": \"3.12\",\n            \"drop_percentage\": \"13.333333\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595195,\n            \"fixture_name\": \"Leyton Orient vs Stevenage\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.79\",\n            \"closing\": \"2.42\",\n            \"drop_percentage\": \"13.261649\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813067,\n            \"fixture_name\": \"FC Twente vs Fenerbahçe\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.15\",\n            \"closing\": \"2.74\",\n            \"drop_percentage\": \"13.015873\",\n            \"unix\": 1693501200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51054874,\n            \"fixture_name\": \"Espanyol vs Amorebieta\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"opening\": \"4.13\",\n            \"closing\": \"3.60\",\n            \"drop_percentage\": \"12.832930\",\n            \"unix\": 1693758600,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813107,\n            \"fixture_name\": \"Club Brugge vs Osasuna\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.89\",\n            \"closing\": \"3.40\",\n            \"drop_percentage\": \"12.596401\",\n            \"unix\": 1693506600,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51791883,\n            \"fixture_name\": \"Waasland-Beveren vs Standard Liège II\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"10.70\",\n            \"closing\": \"9.37\",\n            \"drop_percentage\": \"12.429907\",\n            \"unix\": 1693764000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595136,\n            \"fixture_name\": \"Atalanta vs Monza\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"6.10\",\n            \"closing\": \"5.35\",\n            \"drop_percentage\": \"12.295082\",\n            \"unix\": 1693680300,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50846841,\n            \"fixture_name\": \"Botafogo vs Flamengo\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"2.78\",\n            \"closing\": \"2.44\",\n            \"drop_percentage\": \"12.230216\",\n            \"unix\": 1693699200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595148,\n            \"fixture_name\": \"Mansfield Town vs Bradford City\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"4.09\",\n            \"closing\": \"3.59\",\n            \"drop_percentage\": \"12.224939\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51791948,\n            \"fixture_name\": \"Nacional vs Plaza Colonia\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"9.26\",\n            \"closing\": \"8.13\",\n            \"drop_percentage\": \"12.203024\",\n            \"unix\": 1693774800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50341998,\n            \"fixture_name\": \"New England vs New York RB\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.94\",\n            \"closing\": \"3.46\",\n            \"drop_percentage\": \"12.182741\",\n            \"unix\": 1693438200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51054914,\n            \"fixture_name\": \"Trelleborg vs AFC Eskilstuna\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.72\",\n            \"closing\": \"3.27\",\n            \"drop_percentage\": \"12.096774\",\n            \"unix\": 1693746000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813111,\n            \"fixture_name\": \"Legia Warszawa vs Midtjylland\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"4.26\",\n            \"closing\": \"3.76\",\n            \"drop_percentage\": \"11.737089\",\n            \"unix\": 1693508400,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813100,\n            \"fixture_name\": \"HJK vs SSC Farul\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.23\",\n            \"closing\": \"2.86\",\n            \"drop_percentage\": \"11.455108\",\n            \"unix\": 1693497600,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50559218,\n            \"fixture_name\": \"Altay U19 vs Eskişehirspor U19\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"1.75\",\n            \"closing\": \"1.55\",\n            \"drop_percentage\": \"11.428571\",\n            \"unix\": 1693404000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51020249,\n            \"fixture_name\": \"Tondela vs CF Os Belenenses\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"4.07\",\n            \"closing\": \"3.61\",\n            \"drop_percentage\": \"11.302211\",\n            \"unix\": 1693587600,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51791121,\n            \"fixture_name\": \"Podbeskidzie vs Katowice\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.11\",\n            \"closing\": \"2.76\",\n            \"drop_percentage\": \"11.254019\",\n            \"unix\": 1693746000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51790579,\n            \"fixture_name\": \"Alianza Petrolera vs América de Cali\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.03\",\n            \"closing\": \"2.69\",\n            \"drop_percentage\": \"11.221122\",\n            \"unix\": 1693704000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50341993,\n            \"fixture_name\": \"Houston Dynamo vs Columbus Crew\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.49\",\n            \"closing\": \"3.10\",\n            \"drop_percentage\": \"11.174785\",\n            \"unix\": 1693441800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51299066,\n            \"fixture_name\": \"Modena vs Pisa\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"opening\": \"3.23\",\n            \"closing\": \"2.87\",\n            \"drop_percentage\": \"11.145511\",\n            \"unix\": 1693672200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813068,\n            \"fixture_name\": \"Brann vs AZ Alkmaar\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.34\",\n            \"closing\": \"2.08\",\n            \"drop_percentage\": \"11.111111\",\n            \"unix\": 1693501200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 41849633,\n            \"fixture_name\": \"Unión Magdalena vs América de Cali\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"3.43\",\n            \"closing\": \"3.05\",\n            \"drop_percentage\": \"11.078717\",\n            \"unix\": 1693437300,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51297463,\n            \"fixture_name\": \"Mafra vs Porto II\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.36\",\n            \"closing\": \"2.99\",\n            \"drop_percentage\": \"11.011905\",\n            \"unix\": 1693648800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813113,\n            \"fixture_name\": \"Partizan vs Nordsjælland\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.75\",\n            \"closing\": \"2.45\",\n            \"drop_percentage\": \"10.909091\",\n            \"unix\": 1693508400,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51297568,\n            \"fixture_name\": \"Cheonan City vs Ansan Greeners\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"2.57\",\n            \"closing\": \"2.29\",\n            \"drop_percentage\": \"10.894942\",\n            \"unix\": 1693652400,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50341994,\n            \"fixture_name\": \"Chicago Fire vs Vancouver Whitecaps\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.31\",\n            \"closing\": \"2.95\",\n            \"drop_percentage\": \"10.876133\",\n            \"unix\": 1693441800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50559353,\n            \"fixture_name\": \"Oberachern vs CfR Pforzheim\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"3.88\",\n            \"closing\": \"3.46\",\n            \"drop_percentage\": \"10.824742\",\n            \"unix\": 1693411200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595152,\n            \"fixture_name\": \"Crewe Alexandra vs Milton Keynes Dons\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.59\",\n            \"closing\": \"2.31\",\n            \"drop_percentage\": \"10.810811\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595181,\n            \"fixture_name\": \"Krasnodar vs Spartak Moskva\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.24\",\n            \"closing\": \"2.89\",\n            \"drop_percentage\": \"10.802469\",\n            \"unix\": 1693674000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51054921,\n            \"fixture_name\": \"Go Ahead Eagles vs SC Heerenveen\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"2.51\",\n            \"closing\": \"2.24\",\n            \"drop_percentage\": \"10.756972\",\n            \"unix\": 1693673100,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595175,\n            \"fixture_name\": \"Concarneau vs Annecy\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.73\",\n            \"closing\": \"3.33\",\n            \"drop_percentage\": \"10.723861\",\n            \"unix\": 1693674000,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50813094,\n            \"fixture_name\": \"Celje vs Maccabi Tel Aviv\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.24\",\n            \"closing\": \"2.00\",\n            \"drop_percentage\": \"10.714286\",\n            \"unix\": 1693504800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50559518,\n            \"fixture_name\": \"Sampdoria vs Venezia\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.66\",\n            \"closing\": \"3.28\",\n            \"drop_percentage\": \"10.382514\",\n            \"unix\": 1693420200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 48960123,\n            \"fixture_name\": \"Gold Coast Knights vs Western United\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"5.79\",\n            \"closing\": \"5.19\",\n            \"drop_percentage\": \"10.362694\",\n            \"unix\": 1693387800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 40053180,\n            \"fixture_name\": \"PKKU II vs KoiPS\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"1.37\",\n            \"closing\": \"1.23\",\n            \"drop_percentage\": \"10.218978\",\n            \"unix\": 1693410300,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51298426,\n            \"fixture_name\": \"Vorskla vs Oleksandria\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"2.62\",\n            \"closing\": \"2.36\",\n            \"drop_percentage\": \"9.923664\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50559234,\n            \"fixture_name\": \"Hull City U21 vs Millwall U21\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"2.84\",\n            \"closing\": \"2.56\",\n            \"drop_percentage\": \"9.859155\",\n            \"unix\": 1693396800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595192,\n            \"fixture_name\": \"Portsmouth vs Peterborough United\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"2.44\",\n            \"closing\": \"2.20\",\n            \"drop_percentage\": \"9.836066\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51298414,\n            \"fixture_name\": \"Altrincham vs Bromley\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"2.18\",\n            \"closing\": \"1.97\",\n            \"drop_percentage\": \"9.633028\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 51054890,\n            \"fixture_name\": \"Charlton Athletic vs Fleetwood Town\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.43\",\n            \"closing\": \"3.10\",\n            \"drop_percentage\": \"9.620991\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595172,\n            \"fixture_name\": \"Beroe vs CSKA Sofia\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"1.56\",\n            \"closing\": \"1.41\",\n            \"drop_percentage\": \"9.615385\",\n            \"unix\": 1693678500,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50559540,\n            \"fixture_name\": \"Fortaleza CEIF vs Leones FC\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"draw\",\n            \"opening\": \"4.20\",\n            \"closing\": \"3.80\",\n            \"drop_percentage\": \"9.523810\",\n            \"unix\": 1693425600,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 50595150,\n            \"fixture_name\": \"Grimsby Town vs Gillingham\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"away\",\n            \"opening\": \"3.08\",\n            \"closing\": \"2.79\",\n            \"drop_percentage\": \"9.415584\",\n            \"unix\": 1693663200,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        },\n        {\n            \"fixture_id\": 48960118,\n            \"fixture_name\": \"APIA Leichhardt Tigers vs Sydney\",\n            \"market_key\": \"ft_result\",\n            \"market_id\": 6,\n            \"outcome\": \"home\",\n            \"opening\": \"5.22\",\n            \"closing\": \"4.73\",\n            \"drop_percentage\": \"9.386973\",\n            \"unix\": 1693387800,\n            \"bookmaker_id\": 1,\n            \"bookmaker_name\": \"Pinnacle\"\n        }\n    ]\n}"}],"_postman_id":"abc8d8e5-5cc2-45b1-8a0d-2c8b2054ad89"}],"id":"ac484e9a-5556-4aa0-8a5f-4f5ce40500fe","description":"<p>With the OddAlerts API, you can access the Odds History. At the time of writing, this includes ~8.2m records from the last 6 months, including the opening, closing, and peak odds for a wide-range of markets. We plan to add historical odds for games beyond 6 months after the launch of the API. You can expect this towards the fall of 2023.</p>\n","_postman_id":"ac484e9a-5556-4aa0-8a5f-4f5ce40500fe","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Teams","item":[{"name":"All Teams","id":"53c52496-a2a8-491e-8df8-a3771f7da1c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/teams/all?api_token=YOUR_API_TOKEN","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","teams","all"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[],"_postman_id":"53c52496-a2a8-491e-8df8-a3771f7da1c7"},{"name":"By ID","id":"909012ee-5f40-41bb-8ec0-994a04fe65fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/teams/find/:ID?api_token=YOUR_API_TOKEN","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","teams","find",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"type":"any","value":"34","key":"ID"}]}},"response":[],"_postman_id":"909012ee-5f40-41bb-8ec0-994a04fe65fc"},{"name":"By Country","id":"ed1ee9cd-70f3-4d75-80aa-7033fd079677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/teams/country/:ID?api_token=YOUR_API_TOKEN","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","teams","country",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"type":"any","value":"1","key":"ID"}]}},"response":[],"_postman_id":"ed1ee9cd-70f3-4d75-80aa-7033fd079677"}],"id":"bd29f0fa-ec3a-40ed-ad06-404b18055275","_postman_id":"bd29f0fa-ec3a-40ed-ad06-404b18055275","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Bet Tracking","item":[{"name":"Bankrolls","id":"69063363-ea2f-43c8-adea-3ac16819befc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/bankrolls?api_token=YOUR_API_TOKEN","description":"<p>This endpoint allows you to see all of your bankrolls from OddAlerts.com - You can create bankrolls and add bets to your bankrolls using the front-end on the site. You can then use the API to monitor your bets as they settle, calculate profits, and create further systems.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","bankrolls"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"show_deleted","value":"true"}],"variable":[]}},"response":[{"id":"1cd54b72-b1ba-4fee-82a0-60d75ac6b6b3","name":"Bankrolls","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/bankrolls?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","bankrolls"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"show_deleted","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Oct 2023 02:21:41 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"count\": 2,\n        \"next_page_url\": false\n    },\n    \"data\": [\n        {\n            \"id\": 14601,\n            \"title\": \"Joe's Unified Bankroll\",\n            \"capital\": 100,\n            \"archived\": 0,\n            \"profit\": {\n                \"yield\": 47.25,\n                \"roi\": 3.78\n            },\n            \"updated_at\": 1695898818\n        },\n        {\n            \"id\": 15644,\n            \"title\": \"Under 1.5 Goals (Value Bets)\",\n            \"capital\": 100,\n            \"archived\": 0,\n            \"profit\": {\n                \"yield\": 21.25,\n                \"roi\": 14.66\n            },\n            \"updated_at\": 1694042128\n        }\n    ]\n}"}],"_postman_id":"69063363-ea2f-43c8-adea-3ac16819befc"},{"name":"Bets","id":"2c4d73cf-de30-4731-84a1-f392c5e47025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/bets?api_token=YOUR_API_TOKEN","description":"<p>This endpoint allows you to view all of your latest bets within Bet Tracking on OddAlerts. You can filter by bankroll by adding the following parameter to the URL:</p>\n<ul>\n<li>&amp;bankrolls=YOUR_ID</li>\n</ul>\n<p>You can chain the IDs if you want to load multple, like:</p>\n<ul>\n<li>&amp;bankrolls=ID,ID,ID</li>\n</ul>\n<p>You can sort the feed by the following options:</p>\n<ul>\n<li><p>created_at</p>\n</li>\n<li><p>unix (fixture kick off)</p>\n</li>\n<li><p>odds</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","bets"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"bankrolls","value":"1,2,3"},{"disabled":true,"key":"sort","value":"created_at"}],"variable":[]}},"response":[{"id":"1ba2d8d7-34f9-411e-a0c4-3628c0053c52","name":"Bets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/bets?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","bets"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"bankrolls","value":"1,2,3","type":"text","disabled":true},{"key":"sort","value":"created_at","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Oct 2023 02:24:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"per_page\": 250,\n        \"count\": 81,\n        \"sort\": \"created_at\",\n        \"next_page_url\": false\n    },\n    \"data\": [\n        {\n            \"id\": 1522617,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 50026587,\n            \"fixture_name\": \"Adana Demirspor vs Beşiktaş\",\n            \"unix\": 1695834000,\n            \"market_id\": 10,\n            \"market_key\": \"dnb\",\n            \"market_title\": \"DNB (Draw No Bet)\",\n            \"stake\": 1,\n            \"bet\": \"home\",\n            \"odds\": 2.38,\n            \"multiple_id\": null,\n            \"created_at\": 1695898771,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 1.38\n            },\n            \"date\": \"2023-09-27T17:00:00.000000Z\",\n            \"ko_human\": \"Wed 27th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360987,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49621818,\n            \"fixture_name\": \"SD Logroñés vs Barcelona II\",\n            \"unix\": 1693164600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3,\n            \"multiple_id\": null,\n            \"created_at\": 1692749672,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2\n            },\n            \"date\": \"2023-08-27T19:30:00.000000Z\",\n            \"ko_human\": \"Sun 27th, 20:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360986,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49621798,\n            \"fixture_name\": \"Real Madrid II vs Melilla\",\n            \"unix\": 1693161000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3,\n            \"multiple_id\": null,\n            \"created_at\": 1692749669,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-27T18:30:00.000000Z\",\n            \"ko_human\": \"Sun 27th, 19:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360985,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49181922,\n            \"fixture_name\": \"Novi Pazar vs Železničar Pančevo\",\n            \"unix\": 1693150200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.5,\n            \"multiple_id\": null,\n            \"created_at\": 1692749668,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.5\n            },\n            \"date\": \"2023-08-27T15:30:00.000000Z\",\n            \"ko_human\": \"Sun 27th, 16:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360984,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49183761,\n            \"fixture_name\": \"Sivasspor vs Antalyaspor\",\n            \"unix\": 1693075500,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.75,\n            \"multiple_id\": null,\n            \"created_at\": 1692749665,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T18:45:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 19:45\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360983,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49019315,\n            \"fixture_name\": \"Piast Gliwice vs Ruch Chorzów\",\n            \"unix\": 1693072800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.75,\n            \"multiple_id\": null,\n            \"created_at\": 1692749663,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.75\n            },\n            \"date\": \"2023-08-26T18:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 19:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360982,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49183670,\n            \"fixture_name\": \"Othellos vs Anorthosis\",\n            \"unix\": 1693069200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.48,\n            \"multiple_id\": null,\n            \"created_at\": 1692749661,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T17:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360981,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49183639,\n            \"fixture_name\": \"Bastia vs Troyes\",\n            \"unix\": 1693069200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.39,\n            \"multiple_id\": null,\n            \"created_at\": 1692749658,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T17:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360980,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48960150,\n            \"fixture_name\": \"Tristán Suárez vs Atlanta\",\n            \"unix\": 1693069200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.14,\n            \"multiple_id\": null,\n            \"created_at\": 1692749656,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.14\n            },\n            \"date\": \"2023-08-26T17:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360979,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49183603,\n            \"fixture_name\": \"CFR Cluj vs Botoşani\",\n            \"unix\": 1693065600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.75,\n            \"multiple_id\": null,\n            \"created_at\": 1692749654,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T16:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 17:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360978,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49019312,\n            \"fixture_name\": \"Puszcza Niepołomice vs ŁKS Łódź\",\n            \"unix\": 1693063800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.33,\n            \"multiple_id\": null,\n            \"created_at\": 1692749652,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T15:30:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 16:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360977,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49182791,\n            \"fixture_name\": \"Hereford vs Peterborough Sports\",\n            \"unix\": 1693058400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692749650,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.25\n            },\n            \"date\": \"2023-08-26T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 15:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360976,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49182839,\n            \"fixture_name\": \"Lincoln City vs Blackpool\",\n            \"unix\": 1693058400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692749647,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 15:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360975,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49182925,\n            \"fixture_name\": \"Forfar Athletic vs Bonnyrigg Rose Athletic\",\n            \"unix\": 1693058400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.5,\n            \"multiple_id\": null,\n            \"created_at\": 1692749644,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 15:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360974,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49182471,\n            \"fixture_name\": \"Nzoia United vs Ulinzi Stars\",\n            \"unix\": 1693051200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 2.75,\n            \"multiple_id\": null,\n            \"created_at\": 1692749642,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T12:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 13:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360973,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49182072,\n            \"fixture_name\": \"CSM Slatina vs Unirea Dej\",\n            \"unix\": 1693036800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 2.75,\n            \"multiple_id\": null,\n            \"created_at\": 1692749640,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-26T08:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 09:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360972,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 49182070,\n            \"fixture_name\": \"Concordia Chiajna vs Viitorul Şelimbăr\",\n            \"unix\": 1693036800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3,\n            \"multiple_id\": null,\n            \"created_at\": 1692749637,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2\n            },\n            \"date\": \"2023-08-26T08:00:00.000000Z\",\n            \"ko_human\": \"Sat 26th, 09:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360971,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48065913,\n            \"fixture_name\": \"Chelsea vs Luton Town\",\n            \"unix\": 1692990000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 5.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692749635,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-25T19:00:00.000000Z\",\n            \"ko_human\": \"Fri 25th, 20:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360970,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48959789,\n            \"fixture_name\": \"Orléans vs Martigues\",\n            \"unix\": 1692984600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692749633,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.25\n            },\n            \"date\": \"2023-08-25T17:30:00.000000Z\",\n            \"ko_human\": \"Fri 25th, 18:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360969,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48959787,\n            \"fixture_name\": \"Cholet vs Nancy\",\n            \"unix\": 1692984600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.4,\n            \"multiple_id\": null,\n            \"created_at\": 1692749630,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-25T17:30:00.000000Z\",\n            \"ko_human\": \"Fri 25th, 18:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360968,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47231157,\n            \"fixture_name\": \"Deportivo Cali vs Millonarios\",\n            \"unix\": 1692927000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3,\n            \"multiple_id\": null,\n            \"created_at\": 1692749628,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2\n            },\n            \"date\": \"2023-08-25T01:30:00.000000Z\",\n            \"ko_human\": \"Fri 25th, 02:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360967,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48959526,\n            \"fixture_name\": \"Leones FC vs Orsomarso\",\n            \"unix\": 1692923400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.58,\n            \"multiple_id\": null,\n            \"created_at\": 1692749624,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-25T00:30:00.000000Z\",\n            \"ko_human\": \"Fri 25th, 01:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360966,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48778279,\n            \"fixture_name\": \"Cimarrones de Sonora vs Alebrijes\",\n            \"unix\": 1692846300,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.4,\n            \"multiple_id\": null,\n            \"created_at\": 1692749622,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-24T03:05:00.000000Z\",\n            \"ko_human\": \"Thu 24th, 04:05\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360965,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48551628,\n            \"fixture_name\": \"Richards Bay vs Mamelodi Sundowns\",\n            \"unix\": 1692802800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 4,\n            \"multiple_id\": null,\n            \"created_at\": 1692749620,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 3\n            },\n            \"date\": \"2023-08-23T15:00:00.000000Z\",\n            \"ko_human\": \"Wed 23rd, 16:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1360964,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48551558,\n            \"fixture_name\": \"Makedonija vs Shkupi\",\n            \"unix\": 1692801000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 2.85,\n            \"multiple_id\": null,\n            \"created_at\": 1692749618,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 1.85\n            },\n            \"date\": \"2023-08-23T14:30:00.000000Z\",\n            \"ko_human\": \"Wed 23rd, 15:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1347811,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48271683,\n            \"fixture_name\": \"Club Atlético Güemes vs Almirante Brown\",\n            \"unix\": 1692663000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 2.63,\n            \"multiple_id\": null,\n            \"created_at\": 1692536556,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 1.63\n            },\n            \"date\": \"2023-08-22T00:10:00.000000Z\",\n            \"ko_human\": \"Tue 22nd, 01:10\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1347810,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47068684,\n            \"fixture_name\": \"Doxa vs AEL\",\n            \"unix\": 1692637200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.38,\n            \"multiple_id\": null,\n            \"created_at\": 1692536553,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.38\n            },\n            \"date\": \"2023-08-21T17:00:00.000000Z\",\n            \"ko_human\": \"Mon 21st, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1347808,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46247435,\n            \"fixture_name\": \"Torino vs Cagliari\",\n            \"unix\": 1692635400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.24,\n            \"multiple_id\": null,\n            \"created_at\": 1692536548,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.24\n            },\n            \"date\": \"2023-08-21T16:30:00.000000Z\",\n            \"ko_human\": \"Mon 21st, 17:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1345449,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48025157,\n            \"fixture_name\": \"LA Force vs Gold Star\",\n            \"unix\": 1697940000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.3,\n            \"multiple_id\": null,\n            \"created_at\": 1692490653,\n            \"result\": {\n                \"id\": null,\n                \"text\": \"Pending\",\n                \"profit\": null\n            },\n            \"date\": \"2023-10-22T02:00:00.000000Z\",\n            \"ko_human\": \"Sun 22nd, 03:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1345447,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47651842,\n            \"fixture_name\": \"Cancún vs Morelia\",\n            \"unix\": 1692493500,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.54,\n            \"multiple_id\": null,\n            \"created_at\": 1692490641,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-20T01:05:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 02:05\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1343388,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48551474,\n            \"fixture_name\": \"Real Frontera vs Héroes de Falcón\",\n            \"unix\": 1692558000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.04,\n            \"multiple_id\": null,\n            \"created_at\": 1692451559,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-20T19:00:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 20:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342928,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 48551472,\n            \"fixture_name\": \"Sporting Braga II vs Trofense\",\n            \"unix\": 1692550800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.29,\n            \"multiple_id\": null,\n            \"created_at\": 1692446451,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-20T17:00:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342927,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47652567,\n            \"fixture_name\": \"Turan vs Bunyodkor\",\n            \"unix\": 1692540000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 2.71,\n            \"multiple_id\": null,\n            \"created_at\": 1692446448,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-20T14:00:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 15:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342926,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47947960,\n            \"fixture_name\": \"Dalian Zhixing vs Yichun Grand Tiger\",\n            \"unix\": 1692529200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.18,\n            \"multiple_id\": null,\n            \"created_at\": 1692446445,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-20T11:00:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 12:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342924,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47231130,\n            \"fixture_name\": \"Retrô vs Maranhão\",\n            \"unix\": 1692478800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.34,\n            \"multiple_id\": null,\n            \"created_at\": 1692446441,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T21:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 22:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342923,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47011601,\n            \"fixture_name\": \"Cañuelas vs Fénix\",\n            \"unix\": 1692469800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.4,\n            \"multiple_id\": null,\n            \"created_at\": 1692446437,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.4\n            },\n            \"date\": \"2023-08-19T18:30:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 19:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342921,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47230817,\n            \"fixture_name\": \"Lusitania FC Lourosa vs Vianense\",\n            \"unix\": 1692457200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692446434,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T15:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 16:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342920,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47230478,\n            \"fixture_name\": \"Coleraine vs Larne\",\n            \"unix\": 1692453600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.32,\n            \"multiple_id\": null,\n            \"created_at\": 1692446432,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.32\n            },\n            \"date\": \"2023-08-19T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 15:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342919,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47230457,\n            \"fixture_name\": \"Tadamon Sour vs Al Nejmeh\",\n            \"unix\": 1692453600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692446429,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T14:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 15:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1342916,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47229325,\n            \"fixture_name\": \"Podillya Khmelnytskyi vs Epitsentr Dunayivtsi\",\n            \"unix\": 1692451800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 2.75,\n            \"multiple_id\": null,\n            \"created_at\": 1692446386,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 1.75\n            },\n            \"date\": \"2023-08-19T13:30:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 14:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1326544,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47011593,\n            \"fixture_name\": \"Vida vs Motagua\",\n            \"unix\": 1692576000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.28,\n            \"multiple_id\": null,\n            \"created_at\": 1692169600,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-21T00:00:00.000000Z\",\n            \"ko_human\": \"Mon 21st, 01:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1326543,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47229331,\n            \"fixture_name\": \"Napredak vs Mladost Lučani\",\n            \"unix\": 1692552600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.75,\n            \"multiple_id\": null,\n            \"created_at\": 1692169596,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.75\n            },\n            \"date\": \"2023-08-20T17:30:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 18:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1326542,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47068686,\n            \"fixture_name\": \"AE Zakakiou vs APOEL\",\n            \"unix\": 1692550800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.55,\n            \"multiple_id\": null,\n            \"created_at\": 1692169593,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-20T17:00:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1326541,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47297481,\n            \"fixture_name\": \"Boston River vs Racing\",\n            \"unix\": 1692536400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692169589,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.25\n            },\n            \"date\": \"2023-08-20T13:00:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 14:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1326540,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47229849,\n            \"fixture_name\": \"Ratchaburi Mitrphol FC vs Nakhon Pathom\",\n            \"unix\": 1692446400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.56,\n            \"multiple_id\": null,\n            \"created_at\": 1692169577,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.56\n            },\n            \"date\": \"2023-08-19T12:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 13:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1326538,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46836558,\n            \"fixture_name\": \"Libertad vs Delfin\",\n            \"unix\": 1692298800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.16,\n            \"multiple_id\": null,\n            \"created_at\": 1692169566,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-17T19:00:00.000000Z\",\n            \"ko_human\": \"Thu 17th, 20:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1326537,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47174861,\n            \"fixture_name\": \"Deportivo Maldonado vs Plaza Colonia\",\n            \"unix\": 1692396000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.37,\n            \"multiple_id\": null,\n            \"created_at\": 1692169550,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.37\n            },\n            \"date\": \"2023-08-18T22:00:00.000000Z\",\n            \"ko_human\": \"Fri 18th, 23:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322123,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46247433,\n            \"fixture_name\": \"Bologna vs Milan\",\n            \"unix\": 1692643500,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.4,\n            \"multiple_id\": null,\n            \"created_at\": 1692079133,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-21T18:45:00.000000Z\",\n            \"ko_human\": \"Mon 21st, 19:45\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322121,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47652900,\n            \"fixture_name\": \"Nacional Asunción vs General Caballero JLM\",\n            \"unix\": 1692574200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.31,\n            \"multiple_id\": null,\n            \"created_at\": 1692079129,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-20T23:30:00.000000Z\",\n            \"ko_human\": \"Mon 21st, 00:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322120,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 45525365,\n            \"fixture_name\": \"Envigado vs América de Cali\",\n            \"unix\": 1694034300,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692079127,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.25\n            },\n            \"date\": \"2023-09-06T21:05:00.000000Z\",\n            \"ko_human\": \"Wed 6th, 22:05\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322119,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 45320671,\n            \"fixture_name\": \"Gimnasia Jujuy vs Deportivo Maipú\",\n            \"unix\": 1692557400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 2.75,\n            \"multiple_id\": null,\n            \"created_at\": 1692079122,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 1.75\n            },\n            \"date\": \"2023-08-20T18:50:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 19:50\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322118,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 45952301,\n            \"fixture_name\": \"PAOK vs Asteras Tripolis\",\n            \"unix\": 1692550800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.51,\n            \"multiple_id\": null,\n            \"created_at\": 1692079120,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-20T17:00:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322117,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 45320672,\n            \"fixture_name\": \"Quilmes vs Villa Dálmine\",\n            \"unix\": 1692486000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.5,\n            \"multiple_id\": null,\n            \"created_at\": 1692079118,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T23:00:00.000000Z\",\n            \"ko_human\": \"Sun 20th, 00:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322116,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 45320670,\n            \"fixture_name\": \"Ferro Carril Oeste vs Independiente Rivadavia\",\n            \"unix\": 1692483000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3,\n            \"multiple_id\": null,\n            \"created_at\": 1692079116,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T22:10:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 23:10\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322115,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47231131,\n            \"fixture_name\": \"Wanderers vs La Luz\",\n            \"unix\": 1692478800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.5,\n            \"multiple_id\": null,\n            \"created_at\": 1692079114,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2.5\n            },\n            \"date\": \"2023-08-19T21:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 22:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322114,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 45566380,\n            \"fixture_name\": \"Panathinaikos vs Atromitos\",\n            \"unix\": 1696789800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.3,\n            \"multiple_id\": null,\n            \"created_at\": 1692079111,\n            \"result\": {\n                \"id\": null,\n                \"text\": \"Pending\",\n                \"profit\": null\n            },\n            \"date\": \"2023-10-08T18:30:00.000000Z\",\n            \"ko_human\": \"Sun 8th, 19:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322113,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47231094,\n            \"fixture_name\": \"Cerro vs Peñarol\",\n            \"unix\": 1692469800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692079108,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T18:30:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 19:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322112,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46888370,\n            \"fixture_name\": \"Concarneau vs Caen\",\n            \"unix\": 1692464400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.22,\n            \"multiple_id\": null,\n            \"created_at\": 1692079106,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T17:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322111,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46888367,\n            \"fixture_name\": \"Amiens SC vs Bastia\",\n            \"unix\": 1692464400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.3,\n            \"multiple_id\": null,\n            \"created_at\": 1692079102,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T17:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 18:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322110,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47230840,\n            \"fixture_name\": \"Fénix vs Defensor Sporting\",\n            \"unix\": 1692459000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.25,\n            \"multiple_id\": null,\n            \"created_at\": 1692079099,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-19T15:30:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 16:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322109,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47229955,\n            \"fixture_name\": \"River Plate vs Cerro Largo\",\n            \"unix\": 1692450000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3,\n            \"multiple_id\": null,\n            \"created_at\": 1692079097,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2\n            },\n            \"date\": \"2023-08-19T13:00:00.000000Z\",\n            \"ko_human\": \"Sat 19th, 14:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322108,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47011589,\n            \"fixture_name\": \"Cumbaya vs Deportivo Cuenca\",\n            \"unix\": 1692388800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.4,\n            \"multiple_id\": null,\n            \"created_at\": 1692079094,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-18T20:00:00.000000Z\",\n            \"ko_human\": \"Fri 18th, 21:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322107,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47011584,\n            \"fixture_name\": \"Metz vs Olympique Marseille\",\n            \"unix\": 1692385200,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 4,\n            \"multiple_id\": null,\n            \"created_at\": 1692079092,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-18T19:00:00.000000Z\",\n            \"ko_human\": \"Fri 18th, 20:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322106,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46860503,\n            \"fixture_name\": \"Universitatea Craiova vs UTA Arad\",\n            \"unix\": 1692383400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.36,\n            \"multiple_id\": null,\n            \"created_at\": 1692079089,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-18T18:30:00.000000Z\",\n            \"ko_human\": \"Fri 18th, 19:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322105,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47011540,\n            \"fixture_name\": \"Lokomotiv Plovdiv vs Arda\",\n            \"unix\": 1692382500,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3,\n            \"multiple_id\": null,\n            \"created_at\": 1692079083,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 2\n            },\n            \"date\": \"2023-08-18T18:15:00.000000Z\",\n            \"ko_human\": \"Fri 18th, 19:15\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322104,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 47011484,\n            \"fixture_name\": \"Royal AM vs Stellenbosch\",\n            \"unix\": 1692379800,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.09,\n            \"multiple_id\": null,\n            \"created_at\": 1692079080,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-18T17:30:00.000000Z\",\n            \"ko_human\": \"Fri 18th, 18:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322103,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46860504,\n            \"fixture_name\": \"Petrolul 52 vs U Craiova 1948\",\n            \"unix\": 1692372600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.17,\n            \"multiple_id\": null,\n            \"created_at\": 1692079077,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-18T15:30:00.000000Z\",\n            \"ko_human\": \"Fri 18th, 16:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322102,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46648938,\n            \"fixture_name\": \"Hajer vs Ohod\",\n            \"unix\": 1692201300,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.2,\n            \"multiple_id\": null,\n            \"created_at\": 1692079074,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-16T15:55:00.000000Z\",\n            \"ko_human\": \"Wed 16th, 16:55\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322101,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46648869,\n            \"fixture_name\": \"Alebrijes vs Celaya\",\n            \"unix\": 1692147900,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.26,\n            \"multiple_id\": null,\n            \"created_at\": 1692079070,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-16T01:05:00.000000Z\",\n            \"ko_human\": \"Wed 16th, 02:05\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322100,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46429110,\n            \"fixture_name\": \"Carlisle United vs Wigan Athletic\",\n            \"unix\": 1692125100,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.3,\n            \"multiple_id\": null,\n            \"created_at\": 1692079064,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-15T18:45:00.000000Z\",\n            \"ko_human\": \"Tue 15th, 19:45\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322099,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46429137,\n            \"fixture_name\": \"Colchester United vs AFC Wimbledon\",\n            \"unix\": 1692125100,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 3.05,\n            \"multiple_id\": null,\n            \"created_at\": 1692079033,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-15T18:45:00.000000Z\",\n            \"ko_human\": \"Tue 15th, 19:45\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322098,\n            \"bankroll_id\": 15644,\n            \"fixture_id\": 46429038,\n            \"fixture_name\": \"San Telmo vs Agropecuario\",\n            \"unix\": 1692122400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 2.77,\n            \"multiple_id\": null,\n            \"created_at\": 1692079015,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 1.77\n            },\n            \"date\": \"2023-08-15T18:00:00.000000Z\",\n            \"ko_human\": \"Tue 15th, 19:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1322083,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 46428853,\n            \"fixture_name\": \"Binh Thuan vs Quang Nam\",\n            \"unix\": 1692090000,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_15\",\n            \"odds\": 4.6,\n            \"multiple_id\": null,\n            \"created_at\": 1692078569,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-08-15T09:00:00.000000Z\",\n            \"ko_human\": \"Tue 15th, 10:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1223420,\n            \"bankroll_id\": 1,\n            \"fixture_id\": 40428705,\n            \"fixture_name\": \"KF Ballkani vs Ludogorets\",\n            \"unix\": 1689101100,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"over_25\",\n            \"odds\": 2.3,\n            \"multiple_id\": null,\n            \"created_at\": 1689061407,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-07-11T18:45:00.000000Z\",\n            \"ko_human\": \"Tue 11th, 19:45\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 1031406,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 34575575,\n            \"fixture_name\": \"Ulsan vs Gangwon\",\n            \"unix\": 1683626400,\n            \"market_id\": 21,\n            \"market_key\": \"highest_scoring_half\",\n            \"market_title\": \"Half with Most Goals\",\n            \"stake\": 1,\n            \"bet\": \"second_half\",\n            \"odds\": 1.9,\n            \"multiple_id\": null,\n            \"created_at\": 1683617354,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 0.8999999999999999\n            },\n            \"date\": \"2023-05-09T10:00:00.000000Z\",\n            \"ko_human\": \"Tue 9th, 11:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 874610,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 29908813,\n            \"fixture_name\": \"Cartaginés vs Guadalupe\",\n            \"unix\": 1680228000,\n            \"market_id\": 15,\n            \"market_key\": \"goal_line\",\n            \"market_title\": \"Goal Line\",\n            \"stake\": 1,\n            \"bet\": \"over_25\",\n            \"odds\": 1.8,\n            \"multiple_id\": null,\n            \"created_at\": 1680239710,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 0.8\n            },\n            \"date\": \"2023-03-31T02:00:00.000000Z\",\n            \"ko_human\": \"Fri 31st, 03:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 779978,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 27682247,\n            \"fixture_name\": \"Persib v Persik Kediri\",\n            \"unix\": 1678262400,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"under_25\",\n            \"odds\": 2.2,\n            \"multiple_id\": null,\n            \"created_at\": 1678269876,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 1.2000000000000002\n            },\n            \"date\": \"2023-03-08T08:00:00.000000Z\",\n            \"ko_human\": \"Wed 8th, 08:00\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 772644,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 27155835,\n            \"fixture_name\": \"South Melbourne vs Melbourne Knights\",\n            \"unix\": 1678094100,\n            \"market_id\": 9,\n            \"market_key\": \"btts\",\n            \"market_title\": \"BTTS (Both Teams to Score)\",\n            \"stake\": 1,\n            \"bet\": \"yes\",\n            \"odds\": 2,\n            \"multiple_id\": null,\n            \"created_at\": 1678103867,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 1\n            },\n            \"date\": \"2023-03-06T09:15:00.000000Z\",\n            \"ko_human\": \"Mon 6th, 09:15\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 763281,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 27153897,\n            \"fixture_name\": \"Juve Stabia U19 v Fermana U19\",\n            \"unix\": 1677936600,\n            \"market_id\": 13,\n            \"market_key\": \"total_goals\",\n            \"market_title\": \"Total Goals\",\n            \"stake\": 1,\n            \"bet\": \"over_25\",\n            \"odds\": 1.5,\n            \"multiple_id\": null,\n            \"created_at\": 1677929912,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 0.5\n            },\n            \"date\": \"2023-03-04T13:30:00.000000Z\",\n            \"ko_human\": \"Sat 4th, 13:30\",\n            \"is_multiple\": false\n        },\n        {\n            \"id\": 763260,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 27153553,\n            \"fixture_name\": \"Manchester City vs Newcastle United\",\n            \"unix\": 1677933000,\n            \"market_id\": 9,\n            \"market_key\": \"btts\",\n            \"market_title\": \"BTTS (Both Teams to Score)\",\n            \"stake\": 1,\n            \"bet\": \"yes\",\n            \"odds\": 1.8,\n            \"multiple_id\": 9025,\n            \"created_at\": 1677929651,\n            \"result\": {\n                \"id\": 0,\n                \"text\": \"Lost\",\n                \"profit\": -1\n            },\n            \"date\": \"2023-03-04T12:30:00.000000Z\",\n            \"ko_human\": \"Sat 4th, 12:30\",\n            \"is_multiple\": true\n        },\n        {\n            \"id\": 763259,\n            \"bankroll_id\": 14601,\n            \"fixture_id\": 27153553,\n            \"fixture_name\": \"Manchester City vs Newcastle United\",\n            \"unix\": 1677933000,\n            \"market_id\": 14,\n            \"market_key\": \"total_goals_1h\",\n            \"market_title\": \"1H Goals\",\n            \"stake\": 1,\n            \"bet\": \"over_05\",\n            \"odds\": 1.33,\n            \"multiple_id\": 9025,\n            \"created_at\": 1677929651,\n            \"result\": {\n                \"id\": 1,\n                \"text\": \"Won\",\n                \"profit\": 0.33000000000000007\n            },\n            \"date\": \"2023-03-04T12:30:00.000000Z\",\n            \"ko_human\": \"Sat 4th, 12:30\",\n            \"is_multiple\": true\n        }\n    ]\n}"}],"_postman_id":"2c4d73cf-de30-4731-84a1-f392c5e47025"}],"id":"7c9ab577-0d58-41bb-92db-6219ad178251","_postman_id":"7c9ab577-0d58-41bb-92db-6219ad178251","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Stats (BETA)","item":[{"name":"Team Stats by Season","id":"589d03da-d637-459d-a440-ffc2268afc8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/stats/season/:ID?api_token=YOUR_API_TOKEN&include_frozen=false","description":"<p>This HTTP GET request retrieves statistics for a specific season using the season ID and API token. The request includes a query parameter 'include_frozen' which is set to false. You can set this to true to include all of the frozen stats. They will have the fixture_id set and this is the stats as they were before kick-off in that game. The response will include information about the teams' performance in the specified season, such as matches played, won, drawn, lost, points, goals, fouls, and more.</p>\n<h2 id=\"available-settings-and-includes\">Available Settings and Includes</h2>\n<h3 id=\"last-x-games\">Last X Games</h3>\n<p>This allows you to view the recent form of the teams within a season. For example, adding &amp;last_x=10_overall will bring you the last 10 games worth of data. You can comibine any number with home, away, overall to find the form you're looking for.</p>\n<h3 id=\"include-avg\">Include AVG</h3>\n<p>When adding <strong>&amp;include_avg=true</strong> to the call, you'll see a team that represents the average of the league and settings you're looking at. Very useful when comparing how a team is doing vs the rest of the teams in the league.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","stats","season",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include_frozen","value":"false"}],"variable":[{"type":"any","value":"4402","key":"ID"}]}},"response":[{"id":"e2da653e-9e29-4888-9892-aa271aef35c8","name":"Team Stats by Season","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/stats/season/:ID?api_token=YOUR_API_TOKEN&include_frozen=false","protocol":"https","host":["data","oddalerts","com"],"path":["api","stats","season",":ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include_frozen","value":"false"}],"variable":[{"key":"ID","value":"4402"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 04:08:41 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"pages\": 1,\n        \"per_page\": 100,\n        \"total\": 16,\n        \"include_frozen\": false\n    },\n    \"data\": [\n        {\n            \"team_id\": 5766,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Anderlecht\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 8,\n                \"away\": 10\n            },\n            \"won\": {\n                \"total\": 10,\n                \"home\": 6,\n                \"away\": 4,\n                \"total_percentage\": 55.56,\n                \"home_percentage\": 75,\n                \"away_percentage\": 40\n            },\n            \"drawn\": {\n                \"total\": 6,\n                \"home\": 2,\n                \"away\": 4,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 25,\n                \"away_percentage\": 40\n            },\n            \"lost\": {\n                \"total\": 2,\n                \"home\": 0,\n                \"away\": 2,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 0,\n                \"away_percentage\": 20\n            },\n            \"points\": {\n                \"total\": 36,\n                \"home\": 20,\n                \"away\": 16,\n                \"total_avg\": 2,\n                \"home_avg\": 2.5,\n                \"away_avg\": 1.6\n            },\n            \"total_goals\": {\n                \"total\": 55,\n                \"home\": 26,\n                \"away\": 29,\n                \"total_avg\": 3.06,\n                \"home_avg\": 3.25,\n                \"away_avg\": 2.9\n            },\n            \"goals_for\": {\n                \"total\": 35,\n                \"home\": 18,\n                \"away\": 17,\n                \"total_avg\": 1.94,\n                \"home_avg\": 2.25,\n                \"away_avg\": 1.7\n            },\n            \"goals_against\": {\n                \"total\": 20,\n                \"home\": 8,\n                \"away\": 12,\n                \"total_avg\": 1.11,\n                \"home_avg\": 1,\n                \"away_avg\": 1.2\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 14,\n                \"home\": 7,\n                \"away\": 7,\n                \"total_percentage\": 77.78,\n                \"home_percentage\": 87.5,\n                \"away_percentage\": 70\n            },\n            \"total_fouls\": {\n                \"total\": 436,\n                \"home\": 189,\n                \"away\": 247,\n                \"total_avg\": 24.22,\n                \"home_avg\": 23.63,\n                \"away_avg\": 24.7\n            },\n            \"fouls_won\": {\n                \"total\": 211,\n                \"home\": 81,\n                \"away\": 130,\n                \"total_avg\": 11.72,\n                \"home_avg\": 10.13,\n                \"away_avg\": 13\n            },\n            \"fouls_committed\": {\n                \"total\": 225,\n                \"home\": 108,\n                \"away\": 117,\n                \"total_avg\": 12.5,\n                \"home_avg\": 13.5,\n                \"away_avg\": 11.7\n            }\n        },\n        {\n            \"team_id\": 7482,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Cercle Brugge\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 9,\n                \"home\": 5,\n                \"away\": 4,\n                \"total_percentage\": 50,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 44.44\n            },\n            \"drawn\": {\n                \"total\": 1,\n                \"home\": 0,\n                \"away\": 1,\n                \"total_percentage\": 5.56,\n                \"home_percentage\": 0,\n                \"away_percentage\": 11.11\n            },\n            \"lost\": {\n                \"total\": 8,\n                \"home\": 4,\n                \"away\": 4,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 44.44\n            },\n            \"points\": {\n                \"total\": 28,\n                \"home\": 15,\n                \"away\": 13,\n                \"total_avg\": 1.56,\n                \"home_avg\": 1.67,\n                \"away_avg\": 1.44\n            },\n            \"total_goals\": {\n                \"total\": 42,\n                \"home\": 24,\n                \"away\": 18,\n                \"total_avg\": 2.33,\n                \"home_avg\": 2.67,\n                \"away_avg\": 2\n            },\n            \"goals_for\": {\n                \"total\": 22,\n                \"home\": 12,\n                \"away\": 10,\n                \"total_avg\": 1.22,\n                \"home_avg\": 1.33,\n                \"away_avg\": 1.11\n            },\n            \"goals_against\": {\n                \"total\": 20,\n                \"home\": 12,\n                \"away\": 8,\n                \"total_avg\": 1.11,\n                \"home_avg\": 1.33,\n                \"away_avg\": 0.89\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 7,\n                \"home\": 3,\n                \"away\": 4,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 44.44\n            },\n            \"total_fouls\": {\n                \"total\": 472,\n                \"home\": 230,\n                \"away\": 242,\n                \"total_avg\": 26.22,\n                \"home_avg\": 25.56,\n                \"away_avg\": 26.89\n            },\n            \"fouls_won\": {\n                \"total\": 237,\n                \"home\": 108,\n                \"away\": 129,\n                \"total_avg\": 13.17,\n                \"home_avg\": 12,\n                \"away_avg\": 14.33\n            },\n            \"fouls_committed\": {\n                \"total\": 235,\n                \"home\": 122,\n                \"away\": 113,\n                \"total_avg\": 13.06,\n                \"home_avg\": 13.56,\n                \"away_avg\": 12.56\n            }\n        },\n        {\n            \"team_id\": 7485,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"OH Leuven\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 3,\n                \"home\": 2,\n                \"away\": 1,\n                \"total_percentage\": 16.67,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 11.11\n            },\n            \"drawn\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 11,\n                \"home\": 5,\n                \"away\": 6,\n                \"total_percentage\": 61.11,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 66.67\n            },\n            \"points\": {\n                \"total\": 13,\n                \"home\": 8,\n                \"away\": 5,\n                \"total_avg\": 0.72,\n                \"home_avg\": 0.89,\n                \"away_avg\": 0.56\n            },\n            \"total_goals\": {\n                \"total\": 56,\n                \"home\": 23,\n                \"away\": 33,\n                \"total_avg\": 3.11,\n                \"home_avg\": 2.56,\n                \"away_avg\": 3.67\n            },\n            \"goals_for\": {\n                \"total\": 22,\n                \"home\": 12,\n                \"away\": 10,\n                \"total_avg\": 1.22,\n                \"home_avg\": 1.33,\n                \"away_avg\": 1.11\n            },\n            \"goals_against\": {\n                \"total\": 34,\n                \"home\": 11,\n                \"away\": 23,\n                \"total_avg\": 1.89,\n                \"home_avg\": 1.22,\n                \"away_avg\": 2.56\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 13,\n                \"home\": 5,\n                \"away\": 8,\n                \"total_percentage\": 72.22,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 88.89\n            },\n            \"total_fouls\": {\n                \"total\": 423,\n                \"home\": 225,\n                \"away\": 198,\n                \"total_avg\": 23.5,\n                \"home_avg\": 25,\n                \"away_avg\": 22\n            },\n            \"fouls_won\": {\n                \"total\": 215,\n                \"home\": 109,\n                \"away\": 106,\n                \"total_avg\": 11.94,\n                \"home_avg\": 12.11,\n                \"away_avg\": 11.78\n            },\n            \"fouls_committed\": {\n                \"total\": 208,\n                \"home\": 116,\n                \"away\": 92,\n                \"total_avg\": 11.56,\n                \"home_avg\": 12.89,\n                \"away_avg\": 10.22\n            }\n        },\n        {\n            \"team_id\": 7667,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"RWDM\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 6,\n                \"home\": 4,\n                \"away\": 2,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 7,\n                \"home\": 2,\n                \"away\": 5,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 55.56\n            },\n            \"points\": {\n                \"total\": 21,\n                \"home\": 13,\n                \"away\": 8,\n                \"total_avg\": 1.17,\n                \"home_avg\": 1.44,\n                \"away_avg\": 0.89\n            },\n            \"total_goals\": {\n                \"total\": 52,\n                \"home\": 22,\n                \"away\": 30,\n                \"total_avg\": 2.89,\n                \"home_avg\": 2.44,\n                \"away_avg\": 3.33\n            },\n            \"goals_for\": {\n                \"total\": 21,\n                \"home\": 11,\n                \"away\": 10,\n                \"total_avg\": 1.17,\n                \"home_avg\": 1.22,\n                \"away_avg\": 1.11\n            },\n            \"goals_against\": {\n                \"total\": 31,\n                \"home\": 11,\n                \"away\": 20,\n                \"total_avg\": 1.72,\n                \"home_avg\": 1.22,\n                \"away_avg\": 2.22\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 12,\n                \"home\": 5,\n                \"away\": 7,\n                \"total_percentage\": 66.67,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 77.78\n            },\n            \"total_fouls\": {\n                \"total\": 393,\n                \"home\": 190,\n                \"away\": 203,\n                \"total_avg\": 21.83,\n                \"home_avg\": 21.11,\n                \"away_avg\": 22.56\n            },\n            \"fouls_won\": {\n                \"total\": 219,\n                \"home\": 100,\n                \"away\": 119,\n                \"total_avg\": 12.17,\n                \"home_avg\": 11.11,\n                \"away_avg\": 13.22\n            },\n            \"fouls_committed\": {\n                \"total\": 174,\n                \"home\": 90,\n                \"away\": 84,\n                \"total_avg\": 9.67,\n                \"home_avg\": 10,\n                \"away_avg\": 9.33\n            }\n        },\n        {\n            \"team_id\": 8052,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Genk\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 8,\n                \"home\": 3,\n                \"away\": 5,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 55.56\n            },\n            \"drawn\": {\n                \"total\": 7,\n                \"home\": 5,\n                \"away\": 2,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 3,\n                \"home\": 1,\n                \"away\": 2,\n                \"total_percentage\": 16.67,\n                \"home_percentage\": 11.11,\n                \"away_percentage\": 22.22\n            },\n            \"points\": {\n                \"total\": 31,\n                \"home\": 14,\n                \"away\": 17,\n                \"total_avg\": 1.72,\n                \"home_avg\": 1.56,\n                \"away_avg\": 1.89\n            },\n            \"total_goals\": {\n                \"total\": 55,\n                \"home\": 31,\n                \"away\": 24,\n                \"total_avg\": 3.06,\n                \"home_avg\": 3.44,\n                \"away_avg\": 2.67\n            },\n            \"goals_for\": {\n                \"total\": 37,\n                \"home\": 20,\n                \"away\": 17,\n                \"total_avg\": 2.06,\n                \"home_avg\": 2.22,\n                \"away_avg\": 1.89\n            },\n            \"goals_against\": {\n                \"total\": 18,\n                \"home\": 11,\n                \"away\": 7,\n                \"total_avg\": 1,\n                \"home_avg\": 1.22,\n                \"away_avg\": 0.78\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 9,\n                \"home\": 5,\n                \"away\": 4,\n                \"total_percentage\": 50,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 44.44\n            },\n            \"total_fouls\": {\n                \"total\": 439,\n                \"home\": 210,\n                \"away\": 229,\n                \"total_avg\": 24.39,\n                \"home_avg\": 23.33,\n                \"away_avg\": 25.44\n            },\n            \"fouls_won\": {\n                \"total\": 209,\n                \"home\": 94,\n                \"away\": 115,\n                \"total_avg\": 11.61,\n                \"home_avg\": 10.44,\n                \"away_avg\": 12.78\n            },\n            \"fouls_committed\": {\n                \"total\": 230,\n                \"home\": 116,\n                \"away\": 114,\n                \"total_avg\": 12.78,\n                \"home_avg\": 12.89,\n                \"away_avg\": 12.67\n            }\n        },\n        {\n            \"team_id\": 8053,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Club Brugge\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 8,\n                \"home\": 5,\n                \"away\": 3,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 33.33\n            },\n            \"drawn\": {\n                \"total\": 6,\n                \"home\": 4,\n                \"away\": 2,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 4,\n                \"home\": 0,\n                \"away\": 4,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 0,\n                \"away_percentage\": 44.44\n            },\n            \"points\": {\n                \"total\": 30,\n                \"home\": 19,\n                \"away\": 11,\n                \"total_avg\": 1.67,\n                \"home_avg\": 2.11,\n                \"away_avg\": 1.22\n            },\n            \"total_goals\": {\n                \"total\": 46,\n                \"home\": 27,\n                \"away\": 19,\n                \"total_avg\": 2.56,\n                \"home_avg\": 3,\n                \"away_avg\": 2.11\n            },\n            \"goals_for\": {\n                \"total\": 31,\n                \"home\": 20,\n                \"away\": 11,\n                \"total_avg\": 1.72,\n                \"home_avg\": 2.22,\n                \"away_avg\": 1.22\n            },\n            \"goals_against\": {\n                \"total\": 15,\n                \"home\": 7,\n                \"away\": 8,\n                \"total_avg\": 0.83,\n                \"home_avg\": 0.78,\n                \"away_avg\": 0.89\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 10,\n                \"home\": 6,\n                \"away\": 4,\n                \"total_percentage\": 55.56,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 44.44\n            },\n            \"total_fouls\": {\n                \"total\": 390,\n                \"home\": 184,\n                \"away\": 206,\n                \"total_avg\": 21.67,\n                \"home_avg\": 20.44,\n                \"away_avg\": 22.89\n            },\n            \"fouls_won\": {\n                \"total\": 196,\n                \"home\": 100,\n                \"away\": 96,\n                \"total_avg\": 10.89,\n                \"home_avg\": 11.11,\n                \"away_avg\": 10.67\n            },\n            \"fouls_committed\": {\n                \"total\": 194,\n                \"home\": 84,\n                \"away\": 110,\n                \"total_avg\": 10.78,\n                \"home_avg\": 9.33,\n                \"away_avg\": 12.22\n            }\n        },\n        {\n            \"team_id\": 8244,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Standard Liège\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 7,\n                \"home\": 4,\n                \"away\": 3,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 33.33\n            },\n            \"lost\": {\n                \"total\": 6,\n                \"home\": 2,\n                \"away\": 4,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 44.44\n            },\n            \"points\": {\n                \"total\": 22,\n                \"home\": 13,\n                \"away\": 9,\n                \"total_avg\": 1.22,\n                \"home_avg\": 1.44,\n                \"away_avg\": 1\n            },\n            \"total_goals\": {\n                \"total\": 43,\n                \"home\": 15,\n                \"away\": 28,\n                \"total_avg\": 2.39,\n                \"home_avg\": 1.67,\n                \"away_avg\": 3.11\n            },\n            \"goals_for\": {\n                \"total\": 18,\n                \"home\": 8,\n                \"away\": 10,\n                \"total_avg\": 1,\n                \"home_avg\": 0.89,\n                \"away_avg\": 1.11\n            },\n            \"goals_against\": {\n                \"total\": 25,\n                \"home\": 7,\n                \"away\": 18,\n                \"total_avg\": 1.39,\n                \"home_avg\": 0.78,\n                \"away_avg\": 2\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 10,\n                \"home\": 4,\n                \"away\": 6,\n                \"total_percentage\": 55.56,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 66.67\n            },\n            \"total_fouls\": {\n                \"total\": 452,\n                \"home\": 248,\n                \"away\": 204,\n                \"total_avg\": 25.11,\n                \"home_avg\": 27.56,\n                \"away_avg\": 22.67\n            },\n            \"fouls_won\": {\n                \"total\": 208,\n                \"home\": 100,\n                \"away\": 108,\n                \"total_avg\": 11.56,\n                \"home_avg\": 11.11,\n                \"away_avg\": 12\n            },\n            \"fouls_committed\": {\n                \"total\": 244,\n                \"home\": 148,\n                \"away\": 96,\n                \"total_avg\": 13.56,\n                \"home_avg\": 16.44,\n                \"away_avg\": 10.67\n            }\n        },\n        {\n            \"team_id\": 8246,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Westerlo\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 5,\n                \"home\": 1,\n                \"away\": 4,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 11.11,\n                \"away_percentage\": 44.44\n            },\n            \"lost\": {\n                \"total\": 9,\n                \"home\": 6,\n                \"away\": 3,\n                \"total_percentage\": 50,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 33.33\n            },\n            \"points\": {\n                \"total\": 17,\n                \"home\": 7,\n                \"away\": 10,\n                \"total_avg\": 0.94,\n                \"home_avg\": 0.78,\n                \"away_avg\": 1.11\n            },\n            \"total_goals\": {\n                \"total\": 58,\n                \"home\": 30,\n                \"away\": 28,\n                \"total_avg\": 3.22,\n                \"home_avg\": 3.33,\n                \"away_avg\": 3.11\n            },\n            \"goals_for\": {\n                \"total\": 25,\n                \"home\": 11,\n                \"away\": 14,\n                \"total_avg\": 1.39,\n                \"home_avg\": 1.22,\n                \"away_avg\": 1.56\n            },\n            \"goals_against\": {\n                \"total\": 33,\n                \"home\": 19,\n                \"away\": 14,\n                \"total_avg\": 1.83,\n                \"home_avg\": 2.11,\n                \"away_avg\": 1.56\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 12,\n                \"home\": 5,\n                \"away\": 7,\n                \"total_percentage\": 66.67,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 77.78\n            },\n            \"total_fouls\": {\n                \"total\": 396,\n                \"home\": 186,\n                \"away\": 210,\n                \"total_avg\": 22,\n                \"home_avg\": 20.67,\n                \"away_avg\": 23.33\n            },\n            \"fouls_won\": {\n                \"total\": 209,\n                \"home\": 93,\n                \"away\": 116,\n                \"total_avg\": 11.61,\n                \"home_avg\": 10.33,\n                \"away_avg\": 12.89\n            },\n            \"fouls_committed\": {\n                \"total\": 187,\n                \"home\": 93,\n                \"away\": 94,\n                \"total_avg\": 10.39,\n                \"home_avg\": 10.33,\n                \"away_avg\": 10.44\n            }\n        },\n        {\n            \"team_id\": 8607,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Sporting Charleroi\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 4,\n                \"home\": 4,\n                \"away\": 0,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 0\n            },\n            \"drawn\": {\n                \"total\": 6,\n                \"home\": 3,\n                \"away\": 3,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 33.33\n            },\n            \"lost\": {\n                \"total\": 8,\n                \"home\": 2,\n                \"away\": 6,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 66.67\n            },\n            \"points\": {\n                \"total\": 18,\n                \"home\": 15,\n                \"away\": 3,\n                \"total_avg\": 1,\n                \"home_avg\": 1.67,\n                \"away_avg\": 0.33\n            },\n            \"total_goals\": {\n                \"total\": 46,\n                \"home\": 28,\n                \"away\": 18,\n                \"total_avg\": 2.56,\n                \"home_avg\": 3.11,\n                \"away_avg\": 2\n            },\n            \"goals_for\": {\n                \"total\": 18,\n                \"home\": 14,\n                \"away\": 4,\n                \"total_avg\": 1,\n                \"home_avg\": 1.56,\n                \"away_avg\": 0.44\n            },\n            \"goals_against\": {\n                \"total\": 28,\n                \"home\": 14,\n                \"away\": 14,\n                \"total_avg\": 1.56,\n                \"home_avg\": 1.56,\n                \"away_avg\": 1.56\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 11,\n                \"home\": 8,\n                \"away\": 3,\n                \"total_percentage\": 61.11,\n                \"home_percentage\": 88.89,\n                \"away_percentage\": 33.33\n            },\n            \"total_fouls\": {\n                \"total\": 382,\n                \"home\": 177,\n                \"away\": 205,\n                \"total_avg\": 21.22,\n                \"home_avg\": 19.67,\n                \"away_avg\": 22.78\n            },\n            \"fouls_won\": {\n                \"total\": 201,\n                \"home\": 88,\n                \"away\": 113,\n                \"total_avg\": 11.17,\n                \"home_avg\": 9.78,\n                \"away_avg\": 12.56\n            },\n            \"fouls_committed\": {\n                \"total\": 181,\n                \"home\": 89,\n                \"away\": 92,\n                \"total_avg\": 10.06,\n                \"home_avg\": 9.89,\n                \"away_avg\": 10.22\n            }\n        },\n        {\n            \"team_id\": 8608,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Antwerp\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 8,\n                \"home\": 6,\n                \"away\": 2,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 7,\n                \"home\": 3,\n                \"away\": 4,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 44.44\n            },\n            \"lost\": {\n                \"total\": 3,\n                \"home\": 0,\n                \"away\": 3,\n                \"total_percentage\": 16.67,\n                \"home_percentage\": 0,\n                \"away_percentage\": 33.33\n            },\n            \"points\": {\n                \"total\": 31,\n                \"home\": 21,\n                \"away\": 10,\n                \"total_avg\": 1.72,\n                \"home_avg\": 2.33,\n                \"away_avg\": 1.11\n            },\n            \"total_goals\": {\n                \"total\": 50,\n                \"home\": 26,\n                \"away\": 24,\n                \"total_avg\": 2.78,\n                \"home_avg\": 2.89,\n                \"away_avg\": 2.67\n            },\n            \"goals_for\": {\n                \"total\": 35,\n                \"home\": 22,\n                \"away\": 13,\n                \"total_avg\": 1.94,\n                \"home_avg\": 2.44,\n                \"away_avg\": 1.44\n            },\n            \"goals_against\": {\n                \"total\": 15,\n                \"home\": 4,\n                \"away\": 11,\n                \"total_avg\": 0.83,\n                \"home_avg\": 0.44,\n                \"away_avg\": 1.22\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 9,\n                \"home\": 3,\n                \"away\": 6,\n                \"total_percentage\": 50,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 66.67\n            },\n            \"total_fouls\": {\n                \"total\": 363,\n                \"home\": 181,\n                \"away\": 182,\n                \"total_avg\": 20.17,\n                \"home_avg\": 20.11,\n                \"away_avg\": 20.22\n            },\n            \"fouls_won\": {\n                \"total\": 179,\n                \"home\": 86,\n                \"away\": 93,\n                \"total_avg\": 9.94,\n                \"home_avg\": 9.56,\n                \"away_avg\": 10.33\n            },\n            \"fouls_committed\": {\n                \"total\": 184,\n                \"home\": 95,\n                \"away\": 89,\n                \"total_avg\": 10.22,\n                \"home_avg\": 10.56,\n                \"away_avg\": 9.89\n            }\n        },\n        {\n            \"team_id\": 8663,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Mechelen\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 9,\n                \"home\": 4,\n                \"away\": 5,\n                \"total_percentage\": 50,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 55.56\n            },\n            \"points\": {\n                \"total\": 19,\n                \"home\": 11,\n                \"away\": 8,\n                \"total_avg\": 1.06,\n                \"home_avg\": 1.22,\n                \"away_avg\": 0.89\n            },\n            \"total_goals\": {\n                \"total\": 38,\n                \"home\": 14,\n                \"away\": 24,\n                \"total_avg\": 2.11,\n                \"home_avg\": 1.56,\n                \"away_avg\": 2.67\n            },\n            \"goals_for\": {\n                \"total\": 16,\n                \"home\": 7,\n                \"away\": 9,\n                \"total_avg\": 0.89,\n                \"home_avg\": 0.78,\n                \"away_avg\": 1\n            },\n            \"goals_against\": {\n                \"total\": 22,\n                \"home\": 7,\n                \"away\": 15,\n                \"total_avg\": 1.22,\n                \"home_avg\": 0.78,\n                \"away_avg\": 1.67\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 5,\n                \"home\": 1,\n                \"away\": 4,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 11.11,\n                \"away_percentage\": 44.44\n            },\n            \"total_fouls\": {\n                \"total\": 380,\n                \"home\": 184,\n                \"away\": 196,\n                \"total_avg\": 21.11,\n                \"home_avg\": 20.44,\n                \"away_avg\": 21.78\n            },\n            \"fouls_won\": {\n                \"total\": 196,\n                \"home\": 93,\n                \"away\": 103,\n                \"total_avg\": 10.89,\n                \"home_avg\": 10.33,\n                \"away_avg\": 11.44\n            },\n            \"fouls_committed\": {\n                \"total\": 184,\n                \"home\": 91,\n                \"away\": 93,\n                \"total_avg\": 10.22,\n                \"home_avg\": 10.11,\n                \"away_avg\": 10.33\n            }\n        },\n        {\n            \"team_id\": 6895,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"AS Eupen\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 3,\n                \"home\": 2,\n                \"away\": 1,\n                \"total_percentage\": 16.67,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 11.11\n            },\n            \"lost\": {\n                \"total\": 11,\n                \"home\": 5,\n                \"away\": 6,\n                \"total_percentage\": 61.11,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 66.67\n            },\n            \"points\": {\n                \"total\": 15,\n                \"home\": 8,\n                \"away\": 7,\n                \"total_avg\": 0.83,\n                \"home_avg\": 0.89,\n                \"away_avg\": 0.78\n            },\n            \"total_goals\": {\n                \"total\": 58,\n                \"home\": 33,\n                \"away\": 25,\n                \"total_avg\": 3.22,\n                \"home_avg\": 3.67,\n                \"away_avg\": 2.78\n            },\n            \"goals_for\": {\n                \"total\": 20,\n                \"home\": 12,\n                \"away\": 8,\n                \"total_avg\": 1.11,\n                \"home_avg\": 1.33,\n                \"away_avg\": 0.89\n            },\n            \"goals_against\": {\n                \"total\": 38,\n                \"home\": 21,\n                \"away\": 17,\n                \"total_avg\": 2.11,\n                \"home_avg\": 2.33,\n                \"away_avg\": 1.89\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 12,\n                \"home\": 7,\n                \"away\": 5,\n                \"total_percentage\": 66.67,\n                \"home_percentage\": 77.78,\n                \"away_percentage\": 55.56\n            },\n            \"total_fouls\": {\n                \"total\": 422,\n                \"home\": 204,\n                \"away\": 218,\n                \"total_avg\": 23.44,\n                \"home_avg\": 22.67,\n                \"away_avg\": 24.22\n            },\n            \"fouls_won\": {\n                \"total\": 217,\n                \"home\": 103,\n                \"away\": 114,\n                \"total_avg\": 12.06,\n                \"home_avg\": 11.44,\n                \"away_avg\": 12.67\n            },\n            \"fouls_committed\": {\n                \"total\": 205,\n                \"home\": 101,\n                \"away\": 104,\n                \"total_avg\": 11.39,\n                \"home_avg\": 11.22,\n                \"away_avg\": 11.56\n            }\n        },\n        {\n            \"team_id\": 7483,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Kortrijk\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 2,\n                \"home\": 2,\n                \"away\": 0,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 0\n            },\n            \"drawn\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 12,\n                \"home\": 5,\n                \"away\": 7,\n                \"total_percentage\": 66.67,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 77.78\n            },\n            \"points\": {\n                \"total\": 10,\n                \"home\": 8,\n                \"away\": 2,\n                \"total_avg\": 0.56,\n                \"home_avg\": 0.89,\n                \"away_avg\": 0.22\n            },\n            \"total_goals\": {\n                \"total\": 51,\n                \"home\": 24,\n                \"away\": 27,\n                \"total_avg\": 2.83,\n                \"home_avg\": 2.67,\n                \"away_avg\": 3\n            },\n            \"goals_for\": {\n                \"total\": 12,\n                \"home\": 8,\n                \"away\": 4,\n                \"total_avg\": 0.67,\n                \"home_avg\": 0.89,\n                \"away_avg\": 0.44\n            },\n            \"goals_against\": {\n                \"total\": 39,\n                \"home\": 16,\n                \"away\": 23,\n                \"total_avg\": 2.17,\n                \"home_avg\": 1.78,\n                \"away_avg\": 2.56\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 8,\n                \"home\": 5,\n                \"away\": 3,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 33.33\n            },\n            \"total_fouls\": {\n                \"total\": 411,\n                \"home\": 217,\n                \"away\": 194,\n                \"total_avg\": 22.83,\n                \"home_avg\": 24.11,\n                \"away_avg\": 21.56\n            },\n            \"fouls_won\": {\n                \"total\": 197,\n                \"home\": 102,\n                \"away\": 95,\n                \"total_avg\": 10.94,\n                \"home_avg\": 11.33,\n                \"away_avg\": 10.56\n            },\n            \"fouls_committed\": {\n                \"total\": 214,\n                \"home\": 115,\n                \"away\": 99,\n                \"total_avg\": 11.89,\n                \"home_avg\": 12.78,\n                \"away_avg\": 11\n            }\n        },\n        {\n            \"team_id\": 8245,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Union Saint-Gilloise\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 10,\n                \"away\": 8\n            },\n            \"won\": {\n                \"total\": 14,\n                \"home\": 8,\n                \"away\": 6,\n                \"total_percentage\": 77.78,\n                \"home_percentage\": 80,\n                \"away_percentage\": 75\n            },\n            \"drawn\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 10,\n                \"away_percentage\": 12.5\n            },\n            \"lost\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 10,\n                \"away_percentage\": 12.5\n            },\n            \"points\": {\n                \"total\": 44,\n                \"home\": 25,\n                \"away\": 19,\n                \"total_avg\": 2.44,\n                \"home_avg\": 2.5,\n                \"away_avg\": 2.38\n            },\n            \"total_goals\": {\n                \"total\": 59,\n                \"home\": 33,\n                \"away\": 26,\n                \"total_avg\": 3.28,\n                \"home_avg\": 3.3,\n                \"away_avg\": 3.25\n            },\n            \"goals_for\": {\n                \"total\": 41,\n                \"home\": 24,\n                \"away\": 17,\n                \"total_avg\": 2.28,\n                \"home_avg\": 2.4,\n                \"away_avg\": 2.13\n            },\n            \"goals_against\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9,\n                \"total_avg\": 1,\n                \"home_avg\": 0.9,\n                \"away_avg\": 1.13\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 10,\n                \"home\": 6,\n                \"away\": 4,\n                \"total_percentage\": 55.56,\n                \"home_percentage\": 60,\n                \"away_percentage\": 50\n            },\n            \"total_fouls\": {\n                \"total\": 431,\n                \"home\": 264,\n                \"away\": 167,\n                \"total_avg\": 23.94,\n                \"home_avg\": 26.4,\n                \"away_avg\": 20.88\n            },\n            \"fouls_won\": {\n                \"total\": 238,\n                \"home\": 134,\n                \"away\": 104,\n                \"total_avg\": 13.22,\n                \"home_avg\": 13.4,\n                \"away_avg\": 13\n            },\n            \"fouls_committed\": {\n                \"total\": 193,\n                \"home\": 130,\n                \"away\": 63,\n                \"total_avg\": 10.72,\n                \"home_avg\": 13,\n                \"away_avg\": 7.88\n            }\n        },\n        {\n            \"team_id\": 6896,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Sint-Truiden\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 8,\n                \"home\": 3,\n                \"away\": 5,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 55.56\n            },\n            \"lost\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"points\": {\n                \"total\": 23,\n                \"home\": 12,\n                \"away\": 11,\n                \"total_avg\": 1.28,\n                \"home_avg\": 1.33,\n                \"away_avg\": 1.22\n            },\n            \"total_goals\": {\n                \"total\": 49,\n                \"home\": 19,\n                \"away\": 30,\n                \"total_avg\": 2.72,\n                \"home_avg\": 2.11,\n                \"away_avg\": 3.33\n            },\n            \"goals_for\": {\n                \"total\": 21,\n                \"home\": 8,\n                \"away\": 13,\n                \"total_avg\": 1.17,\n                \"home_avg\": 0.89,\n                \"away_avg\": 1.44\n            },\n            \"goals_against\": {\n                \"total\": 28,\n                \"home\": 11,\n                \"away\": 17,\n                \"total_avg\": 1.56,\n                \"home_avg\": 1.22,\n                \"away_avg\": 1.89\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 9,\n                \"home\": 4,\n                \"away\": 5,\n                \"total_percentage\": 50,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 55.56\n            },\n            \"total_fouls\": {\n                \"total\": 382,\n                \"home\": 189,\n                \"away\": 193,\n                \"total_avg\": 21.22,\n                \"home_avg\": 21,\n                \"away_avg\": 21.44\n            },\n            \"fouls_won\": {\n                \"total\": 164,\n                \"home\": 77,\n                \"away\": 87,\n                \"total_avg\": 9.11,\n                \"home_avg\": 8.56,\n                \"away_avg\": 9.67\n            },\n            \"fouls_committed\": {\n                \"total\": 218,\n                \"home\": 112,\n                \"away\": 106,\n                \"total_avg\": 12.11,\n                \"home_avg\": 12.44,\n                \"away_avg\": 11.78\n            }\n        },\n        {\n            \"team_id\": 8662,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Gent\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 8,\n                \"home\": 5,\n                \"away\": 3,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 33.33\n            },\n            \"drawn\": {\n                \"total\": 8,\n                \"home\": 4,\n                \"away\": 4,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 44.44\n            },\n            \"lost\": {\n                \"total\": 2,\n                \"home\": 0,\n                \"away\": 2,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 0,\n                \"away_percentage\": 22.22\n            },\n            \"points\": {\n                \"total\": 32,\n                \"home\": 19,\n                \"away\": 13,\n                \"total_avg\": 1.78,\n                \"home_avg\": 2.11,\n                \"away_avg\": 1.44\n            },\n            \"total_goals\": {\n                \"total\": 50,\n                \"home\": 29,\n                \"away\": 21,\n                \"total_avg\": 2.78,\n                \"home_avg\": 3.22,\n                \"away_avg\": 2.33\n            },\n            \"goals_for\": {\n                \"total\": 30,\n                \"home\": 19,\n                \"away\": 11,\n                \"total_avg\": 1.67,\n                \"home_avg\": 2.11,\n                \"away_avg\": 1.22\n            },\n            \"goals_against\": {\n                \"total\": 20,\n                \"home\": 10,\n                \"away\": 10,\n                \"total_avg\": 1.11,\n                \"home_avg\": 1.11,\n                \"away_avg\": 1.11\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 13,\n                \"home\": 8,\n                \"away\": 5,\n                \"total_percentage\": 72.22,\n                \"home_percentage\": 88.89,\n                \"away_percentage\": 55.56\n            },\n            \"total_fouls\": {\n                \"total\": 400,\n                \"home\": 208,\n                \"away\": 192,\n                \"total_avg\": 22.22,\n                \"home_avg\": 23.11,\n                \"away_avg\": 21.33\n            },\n            \"fouls_won\": {\n                \"total\": 190,\n                \"home\": 95,\n                \"away\": 95,\n                \"total_avg\": 10.56,\n                \"home_avg\": 10.56,\n                \"away_avg\": 10.56\n            },\n            \"fouls_committed\": {\n                \"total\": 210,\n                \"home\": 113,\n                \"away\": 97,\n                \"total_avg\": 11.67,\n                \"home_avg\": 12.56,\n                \"away_avg\": 10.78\n            }\n        }\n    ]\n}"}],"_postman_id":"589d03da-d637-459d-a440-ffc2268afc8b"},{"name":"Team Stats by Fixture","id":"575f6226-b008-47e3-9364-f91512aa8c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/stats/fixture/:ID?api_token=YOUR_API_TOKEN","description":"<p>This HTTP GET request retrieves statistics for a specific season using the season ID and API token. The request includes a query parameter 'include_frozen' which is set to false. You can set this to true to include all of the frozen stats. They will have the fixture_id set and this is the stats as they were before kick-off in that game. The response will include information about the teams' performance in the specified season, such as matches played, won, drawn, lost, points, goals, fouls, and more.</p>\n<h2 id=\"available-settings-and-includes\">Available Settings and Includes</h2>\n<h3 id=\"last-x-games\">Last X Games</h3>\n<p>This allows you to view the recent form of the teams within a season. For example, adding &amp;last_x=10_overall will bring you the last 10 games worth of data. You can comibine any number with home, away, overall to find the form you're looking for.</p>\n<h3 id=\"include-avg\">Include AVG</h3>\n<p>When adding <strong>&amp;include_avg=true</strong> to the call, you'll see a team that represents the average of the league and settings you're looking at. Very useful when comparing how a team is doing vs the rest of the teams in the league.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","stats","fixture",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"include_frozen","value":"false"}],"variable":[{"type":"any","value":"365992349","key":"ID"}]}},"response":[{"id":"3423ad0f-ba28-4c11-8def-87cce215a4fc","name":"Team Stats by Fixture","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/stats/fixture/:ID?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","stats","fixture",":ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include_frozen","value":"false","disabled":true}],"variable":[{"key":"ID","value":"365992349"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 13 Oct 2025 03:15:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Redis-Health","value":"ok"},{"key":"X-Redis-Response-Time","value":"0.21ms"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=ixdsq40jyugxn1JgT8BfRz%2FmTVaABuw%2FJgkK1zBno%2BIwSZUfYFNLIUkF%2FIZfsFhL%2ByyWKLz2xRJRqjcRfsZl1tBgi5Nn%2Fqk%2FLlbqNzCZqQ%3D%3D\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Speculation-Rules","value":"\"/cdn-cgi/speculation\""},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"98dbac577c10d330-BKK"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"pages\": 1,\n        \"per_page\": 100,\n        \"total\": 2,\n        \"include_frozen\": false,\n        \"last_x\": false,\n        \"include_avg\": false\n    },\n    \"data\": [\n        {\n            \"team_id\": 5303,\n            \"fixture_id\": null,\n            \"season_id\": 667780,\n            \"name\": \"Arsenal\",\n            \"played\": {\n                \"total\": 7,\n                \"home\": 4,\n                \"away\": 3\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 71.43,\n                \"home_percentage\": 75,\n                \"away_percentage\": 66.67\n            },\n            \"drawn\": {\n                \"total\": 1,\n                \"home\": 1,\n                \"away\": 0,\n                \"total_percentage\": 14.29,\n                \"home_percentage\": 25,\n                \"away_percentage\": 0\n            },\n            \"lost\": {\n                \"total\": 1,\n                \"home\": 0,\n                \"away\": 1,\n                \"total_percentage\": 14.29,\n                \"home_percentage\": 0,\n                \"away_percentage\": 33.33\n            },\n            \"points\": {\n                \"total\": 16,\n                \"home\": 10,\n                \"away\": 6,\n                \"total_avg\": 2.29,\n                \"home_avg\": 2.5,\n                \"away_avg\": 2\n            },\n            \"goals_total\": {\n                \"total\": 17,\n                \"home\": 12,\n                \"away\": 5,\n                \"total_avg\": 2.43,\n                \"home_avg\": 3,\n                \"away_avg\": 1.67\n            },\n            \"goals_for\": {\n                \"total\": 14,\n                \"home\": 11,\n                \"away\": 3,\n                \"total_avg\": 2,\n                \"home_avg\": 2.75,\n                \"away_avg\": 1\n            },\n            \"goals_against\": {\n                \"total\": 3,\n                \"home\": 1,\n                \"away\": 2,\n                \"total_avg\": 0.43,\n                \"home_avg\": 0.25,\n                \"away_avg\": 0.67\n            },\n            \"goals_difference\": {\n                \"total\": 11,\n                \"home\": 10,\n                \"away\": 1\n            },\n            \"goals_over\": {\n                \"o0\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"o1\": {\n                    \"total\": 5,\n                    \"home\": 4,\n                    \"away\": 1,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 33.33\n                },\n                \"o2\": {\n                    \"total\": 3,\n                    \"home\": 2,\n                    \"away\": 1,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 50,\n                    \"away_percentage\": 33.33\n                },\n                \"o3\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_for_over\": {\n                \"o0\": {\n                    \"total\": 6,\n                    \"home\": 4,\n                    \"away\": 2,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 66.67\n                },\n                \"o1\": {\n                    \"total\": 4,\n                    \"home\": 3,\n                    \"away\": 1,\n                    \"total_percentage\": 57.14,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 33.33\n                },\n                \"o2\": {\n                    \"total\": 2,\n                    \"home\": 2,\n                    \"away\": 0,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 50,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_against_over\": {\n                \"o0\": {\n                    \"total\": 3,\n                    \"home\": 1,\n                    \"away\": 2,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 66.67\n                },\n                \"o1\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o2\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"btts\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_percentage\": 28.57,\n                \"home_percentage\": 25,\n                \"away_percentage\": 33.33\n            },\n            \"scored_first\": {\n                \"total\": 4,\n                \"home\": 3,\n                \"away\": 1,\n                \"total_percentage\": 57.14,\n                \"home_percentage\": 75,\n                \"away_percentage\": 33.33\n            },\n            \"conceded_first\": {\n                \"total\": 3,\n                \"home\": 1,\n                \"away\": 2,\n                \"total_percentage\": 42.86,\n                \"home_percentage\": 25,\n                \"away_percentage\": 66.67\n            },\n            \"goals_1h\": {\n                \"total\": 7,\n                \"home\": 5,\n                \"away\": 2,\n                \"total_avg\": 1,\n                \"home_avg\": 1.25,\n                \"away_avg\": 0.67\n            },\n            \"goals_2h\": {\n                \"total\": 10,\n                \"home\": 7,\n                \"away\": 3,\n                \"total_avg\": 1.43,\n                \"home_avg\": 1.75,\n                \"away_avg\": 1\n            },\n            \"goals_for_1h\": {\n                \"total\": 5,\n                \"home\": 4,\n                \"away\": 1,\n                \"total_avg\": 0.71,\n                \"home_avg\": 1,\n                \"away_avg\": 0.33\n            },\n            \"goals_for_2h\": {\n                \"total\": 9,\n                \"home\": 7,\n                \"away\": 2,\n                \"total_avg\": 1.29,\n                \"home_avg\": 1.75,\n                \"away_avg\": 0.67\n            },\n            \"goals_against_1h\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_avg\": 0.29,\n                \"home_avg\": 0.25,\n                \"away_avg\": 0.33\n            },\n            \"goals_against_2h\": {\n                \"total\": 1,\n                \"home\": 0,\n                \"away\": 1,\n                \"total_avg\": 0.14,\n                \"home_avg\": 0,\n                \"away_avg\": 0.33\n            },\n            \"goals_1h_over\": {\n                \"o0\": {\n                    \"total\": 6,\n                    \"home\": 4,\n                    \"away\": 2,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 66.67\n                },\n                \"o1\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 0\n                },\n                \"o2\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_2h_over\": {\n                \"o0\": {\n                    \"total\": 6,\n                    \"home\": 4,\n                    \"away\": 2,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 66.67\n                },\n                \"o1\": {\n                    \"total\": 3,\n                    \"home\": 2,\n                    \"away\": 1,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 50,\n                    \"away_percentage\": 33.33\n                },\n                \"o2\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_for_1h_over\": {\n                \"o0\": {\n                    \"total\": 4,\n                    \"home\": 3,\n                    \"away\": 1,\n                    \"total_percentage\": 57.14,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 33.33\n                },\n                \"o1\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 0\n                },\n                \"o2\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_for_2h_over\": {\n                \"o0\": {\n                    \"total\": 5,\n                    \"home\": 4,\n                    \"away\": 1,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 33.33\n                },\n                \"o1\": {\n                    \"total\": 3,\n                    \"home\": 2,\n                    \"away\": 1,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 50,\n                    \"away_percentage\": 33.33\n                },\n                \"o2\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_against_2h_over\": {\n                \"o0\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 33.33\n                },\n                \"o1\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o2\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"btts_1h\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0,\n                \"total_percentage\": 0,\n                \"home_percentage\": 0,\n                \"away_percentage\": 0\n            },\n            \"btts_2h\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0,\n                \"total_percentage\": 0,\n                \"home_percentage\": 0,\n                \"away_percentage\": 0\n            },\n            \"most_goals_1h\": {\n                \"total\": 1,\n                \"home\": 0,\n                \"away\": 1,\n                \"total_percentage\": 14.29,\n                \"home_percentage\": 0,\n                \"away_percentage\": 33.33\n            },\n            \"most_goals_2h\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 57.14,\n                \"home_percentage\": 50,\n                \"away_percentage\": 66.67\n            },\n            \"most_goals_tie\": {\n                \"total\": 2,\n                \"home\": 2,\n                \"away\": 0,\n                \"total_percentage\": 28.57,\n                \"home_percentage\": 50,\n                \"away_percentage\": 0\n            },\n            \"fouls_total\": {\n                \"total\": 150,\n                \"home\": 87,\n                \"away\": 63,\n                \"total_avg\": 21.43,\n                \"home_avg\": 21.75,\n                \"away_avg\": 21\n            },\n            \"fouls_won\": {\n                \"total\": 79,\n                \"home\": 41,\n                \"away\": 38,\n                \"total_avg\": 11.29,\n                \"home_avg\": 10.25,\n                \"away_avg\": 12.67\n            },\n            \"fouls_committed\": {\n                \"total\": 71,\n                \"home\": 46,\n                \"away\": 25,\n                \"total_avg\": 10.14,\n                \"home_avg\": 11.5,\n                \"away_avg\": 8.33\n            },\n            \"yellow_cards_total\": {\n                \"total\": 21,\n                \"home\": 9,\n                \"away\": 12,\n                \"total_avg\": 3,\n                \"home_avg\": 2.25,\n                \"away_avg\": 4\n            },\n            \"yellow_cards_for\": {\n                \"total\": 9,\n                \"home\": 2,\n                \"away\": 7,\n                \"total_avg\": 1.29,\n                \"home_avg\": 0.5,\n                \"away_avg\": 2.33\n            },\n            \"yellow_cards_opponent\": {\n                \"total\": 12,\n                \"home\": 7,\n                \"away\": 5,\n                \"total_avg\": 1.71,\n                \"home_avg\": 1.75,\n                \"away_avg\": 1.67\n            },\n            \"red_cards_total\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0,\n                \"total_avg\": 0,\n                \"home_avg\": 0,\n                \"away_avg\": 0\n            },\n            \"red_cards_for\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0,\n                \"total_avg\": 0,\n                \"home_avg\": 0,\n                \"away_avg\": 0\n            },\n            \"red_cards_opponent\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0,\n                \"total_avg\": 0,\n                \"home_avg\": 0,\n                \"away_avg\": 0\n            },\n            \"cards_over\": {\n                \"o0\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"o1\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"o2\": {\n                    \"total\": 4,\n                    \"home\": 1,\n                    \"away\": 3,\n                    \"total_percentage\": 57.14,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 100\n                },\n                \"o3\": {\n                    \"total\": 2,\n                    \"home\": 0,\n                    \"away\": 2,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 66.67\n                },\n                \"o4\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 33.33\n                },\n                \"o5\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o6\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"corners_total\": {\n                \"total\": 75,\n                \"home\": 38,\n                \"away\": 37,\n                \"total_avg\": 10.71,\n                \"home_avg\": 9.5,\n                \"away_avg\": 12.33\n            },\n            \"corners_for\": {\n                \"total\": 53,\n                \"home\": 29,\n                \"away\": 24,\n                \"total_avg\": 7.57,\n                \"home_avg\": 7.25,\n                \"away_avg\": 8\n            },\n            \"corners_against\": {\n                \"total\": 22,\n                \"home\": 9,\n                \"away\": 13,\n                \"total_avg\": 3.14,\n                \"home_avg\": 2.25,\n                \"away_avg\": 4.33\n            },\n            \"corners_over\": {\n                \"o5\": {\n                    \"total\": 6,\n                    \"home\": 3,\n                    \"away\": 3,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 100\n                },\n                \"o6\": {\n                    \"total\": 6,\n                    \"home\": 3,\n                    \"away\": 3,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 100\n                },\n                \"o7\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 66.67\n                },\n                \"o8\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 66.67\n                },\n                \"o9\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 66.67\n                },\n                \"o10\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 66.67\n                },\n                \"o11\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 33.33\n                },\n                \"o12\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 33.33\n                }\n            },\n            \"corners_for_over\": {\n                \"o4\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 66.67\n                },\n                \"o5\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 66.67\n                },\n                \"o6\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 66.67\n                },\n                \"o7\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 66.67\n                },\n                \"o8\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 33.33\n                },\n                \"o9\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 33.33\n                },\n                \"o10\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 25,\n                    \"away_percentage\": 33.33\n                },\n                \"o11\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 33.33\n                },\n                \"o12\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"corners_against_over\": {\n                \"o4\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 33.33\n                },\n                \"o5\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 33.33\n                },\n                \"o6\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 33.33\n                },\n                \"o7\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o8\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o9\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o10\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o11\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o12\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"tackles_total\": {\n                \"total\": 218,\n                \"home\": 128,\n                \"away\": 90,\n                \"total_avg\": 31.14,\n                \"home_avg\": 32,\n                \"away_avg\": 30\n            },\n            \"tackles_for\": {\n                \"total\": 113,\n                \"home\": 68,\n                \"away\": 45,\n                \"total_avg\": 16.14,\n                \"home_avg\": 17,\n                \"away_avg\": 15\n            },\n            \"tackles_opponent\": {\n                \"total\": 105,\n                \"home\": 60,\n                \"away\": 45,\n                \"total_avg\": 15,\n                \"home_avg\": 15,\n                \"away_avg\": 15\n            },\n            \"offsides_total\": {\n                \"total\": 15,\n                \"home\": 10,\n                \"away\": 5,\n                \"total_avg\": 2.14,\n                \"home_avg\": 2.5,\n                \"away_avg\": 1.67\n            },\n            \"offsides_for\": {\n                \"total\": 9,\n                \"home\": 7,\n                \"away\": 2,\n                \"total_avg\": 1.29,\n                \"home_avg\": 1.75,\n                \"away_avg\": 0.67\n            },\n            \"offsides_opponent\": {\n                \"total\": 6,\n                \"home\": 3,\n                \"away\": 3,\n                \"total_avg\": 0.86,\n                \"home_avg\": 0.75,\n                \"away_avg\": 1\n            },\n            \"goal_kicks_total\": {\n                \"total\": 87,\n                \"home\": 51,\n                \"away\": 36,\n                \"total_avg\": 12.43,\n                \"home_avg\": 12.75,\n                \"away_avg\": 12\n            },\n            \"goal_kicks_for\": {\n                \"total\": 30,\n                \"home\": 13,\n                \"away\": 17,\n                \"total_avg\": 4.29,\n                \"home_avg\": 3.25,\n                \"away_avg\": 5.67\n            },\n            \"goal_kicks_opponent\": {\n                \"total\": 57,\n                \"home\": 38,\n                \"away\": 19,\n                \"total_avg\": 8.14,\n                \"home_avg\": 9.5,\n                \"away_avg\": 6.33\n            },\n            \"throw_ins_total\": {\n                \"total\": 265,\n                \"home\": 155,\n                \"away\": 110,\n                \"total_avg\": 37.86,\n                \"home_avg\": 38.75,\n                \"away_avg\": 36.67\n            },\n            \"throw_ins_for\": {\n                \"total\": 126,\n                \"home\": 76,\n                \"away\": 50,\n                \"total_avg\": 18,\n                \"home_avg\": 19,\n                \"away_avg\": 16.67\n            },\n            \"throw_ins_opponent\": {\n                \"total\": 139,\n                \"home\": 79,\n                \"away\": 60,\n                \"total_avg\": 19.86,\n                \"home_avg\": 19.75,\n                \"away_avg\": 20\n            },\n            \"xg_total\": {\n                \"total\": 18.9796,\n                \"home\": 11.7303,\n                \"away\": 7.2493,\n                \"total_avg\": 2.71,\n                \"home_avg\": 2.93,\n                \"away_avg\": 2.42\n            },\n            \"xg_for\": {\n                \"total\": 13.7513,\n                \"home\": 9.8215,\n                \"away\": 3.9298,\n                \"total_avg\": 1.96,\n                \"home_avg\": 2.46,\n                \"away_avg\": 1.31\n            },\n            \"xg_against\": {\n                \"total\": 5.2283,\n                \"home\": 1.9088,\n                \"away\": 3.3194999999999997,\n                \"total_avg\": 0.75,\n                \"home_avg\": 0.48,\n                \"away_avg\": 1.11\n            },\n            \"shots_total\": {\n                \"total\": 163,\n                \"home\": 84,\n                \"away\": 79,\n                \"total_avg\": 23.29,\n                \"home_avg\": 21,\n                \"away_avg\": 26.33\n            },\n            \"shots_for\": {\n                \"total\": 107,\n                \"home\": 67,\n                \"away\": 40,\n                \"total_avg\": 15.29,\n                \"home_avg\": 16.75,\n                \"away_avg\": 13.33\n            },\n            \"shots_against\": {\n                \"total\": 56,\n                \"home\": 17,\n                \"away\": 39,\n                \"total_avg\": 8,\n                \"home_avg\": 4.25,\n                \"away_avg\": 13\n            },\n            \"shots_on_total\": {\n                \"total\": 47,\n                \"home\": 23,\n                \"away\": 24,\n                \"total_avg\": 6.71,\n                \"home_avg\": 5.75,\n                \"away_avg\": 8\n            },\n            \"shots_on_for\": {\n                \"total\": 29,\n                \"home\": 18,\n                \"away\": 11,\n                \"total_avg\": 4.14,\n                \"home_avg\": 4.5,\n                \"away_avg\": 3.67\n            },\n            \"shots_on_against\": {\n                \"total\": 18,\n                \"home\": 5,\n                \"away\": 13,\n                \"total_avg\": 2.57,\n                \"home_avg\": 1.25,\n                \"away_avg\": 4.33\n            },\n            \"most_cards\": {\n                \"total\": 1,\n                \"home\": 0,\n                \"away\": 1,\n                \"total_percentage\": 14.29,\n                \"home_percentage\": 0,\n                \"away_percentage\": 33.33\n            },\n            \"most_corners\": {\n                \"total\": 6,\n                \"home\": 3,\n                \"away\": 3,\n                \"total_percentage\": 85.71,\n                \"home_percentage\": 75,\n                \"away_percentage\": 100\n            },\n            \"most_shots\": {\n                \"total\": 6,\n                \"home\": 4,\n                \"away\": 2,\n                \"total_percentage\": 85.71,\n                \"home_percentage\": 100,\n                \"away_percentage\": 66.67\n            },\n            \"most_shots_on\": {\n                \"total\": 4,\n                \"home\": 3,\n                \"away\": 1,\n                \"total_percentage\": 57.14,\n                \"home_percentage\": 75,\n                \"away_percentage\": 33.33\n            },\n            \"most_xg\": {\n                \"total\": 5,\n                \"home\": 4,\n                \"away\": 1,\n                \"total_percentage\": 71.43,\n                \"home_percentage\": 100,\n                \"away_percentage\": 33.33\n            },\n            \"coverage\": {\n                \"xg\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"ht_score\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"goal_timings\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"card_data\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"corner_data\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"shots_data\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"tackles_data\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"offsides_data\": {\n                    \"total\": 6,\n                    \"home\": 3,\n                    \"away\": 3,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 75,\n                    \"away_percentage\": 100\n                },\n                \"goal_kicks_data\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"throw_ins_data\": {\n                    \"total\": 7,\n                    \"home\": 4,\n                    \"away\": 3,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                }\n            }\n        },\n        {\n            \"team_id\": 10719,\n            \"fixture_id\": null,\n            \"season_id\": 667780,\n            \"name\": \"Fulham\",\n            \"played\": {\n                \"total\": 7,\n                \"home\": 3,\n                \"away\": 4\n            },\n            \"won\": {\n                \"total\": 2,\n                \"home\": 2,\n                \"away\": 0,\n                \"total_percentage\": 28.57,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 0\n            },\n            \"drawn\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_percentage\": 28.57,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 25\n            },\n            \"lost\": {\n                \"total\": 3,\n                \"home\": 0,\n                \"away\": 3,\n                \"total_percentage\": 42.86,\n                \"home_percentage\": 0,\n                \"away_percentage\": 75\n            },\n            \"points\": {\n                \"total\": 8,\n                \"home\": 7,\n                \"away\": 1,\n                \"total_avg\": 1.14,\n                \"home_avg\": 2.33,\n                \"away_avg\": 0.25\n            },\n            \"goals_total\": {\n                \"total\": 19,\n                \"home\": 7,\n                \"away\": 12,\n                \"total_avg\": 2.71,\n                \"home_avg\": 2.33,\n                \"away_avg\": 3\n            },\n            \"goals_for\": {\n                \"total\": 8,\n                \"home\": 5,\n                \"away\": 3,\n                \"total_avg\": 1.14,\n                \"home_avg\": 1.67,\n                \"away_avg\": 0.75\n            },\n            \"goals_against\": {\n                \"total\": 11,\n                \"home\": 2,\n                \"away\": 9,\n                \"total_avg\": 1.57,\n                \"home_avg\": 0.67,\n                \"away_avg\": 2.25\n            },\n            \"goals_difference\": {\n                \"total\": -3,\n                \"home\": 3,\n                \"away\": -6\n            },\n            \"goals_over\": {\n                \"o0\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"o1\": {\n                    \"total\": 6,\n                    \"home\": 2,\n                    \"away\": 4,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 100\n                },\n                \"o2\": {\n                    \"total\": 3,\n                    \"home\": 1,\n                    \"away\": 2,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 50\n                },\n                \"o3\": {\n                    \"total\": 3,\n                    \"home\": 1,\n                    \"away\": 2,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 50\n                }\n            },\n            \"goals_for_over\": {\n                \"o0\": {\n                    \"total\": 6,\n                    \"home\": 3,\n                    \"away\": 3,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 75\n                },\n                \"o1\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o2\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_against_over\": {\n                \"o0\": {\n                    \"total\": 6,\n                    \"home\": 2,\n                    \"away\": 4,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 100\n                },\n                \"o1\": {\n                    \"total\": 3,\n                    \"home\": 0,\n                    \"away\": 3,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 75\n                },\n                \"o2\": {\n                    \"total\": 2,\n                    \"home\": 0,\n                    \"away\": 2,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 50\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"btts\": {\n                \"total\": 5,\n                \"home\": 2,\n                \"away\": 3,\n                \"total_percentage\": 71.43,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 75\n            },\n            \"scored_first\": {\n                \"total\": 3,\n                \"home\": 1,\n                \"away\": 2,\n                \"total_percentage\": 42.86,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 50\n            },\n            \"conceded_first\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 57.14,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 50\n            },\n            \"goals_1h\": {\n                \"total\": 6,\n                \"home\": 3,\n                \"away\": 3,\n                \"total_avg\": 0.86,\n                \"home_avg\": 1,\n                \"away_avg\": 0.75\n            },\n            \"goals_2h\": {\n                \"total\": 13,\n                \"home\": 4,\n                \"away\": 9,\n                \"total_avg\": 1.86,\n                \"home_avg\": 1.33,\n                \"away_avg\": 2.25\n            },\n            \"goals_for_1h\": {\n                \"total\": 3,\n                \"home\": 2,\n                \"away\": 1,\n                \"total_avg\": 0.43,\n                \"home_avg\": 0.67,\n                \"away_avg\": 0.25\n            },\n            \"goals_for_2h\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_avg\": 0.71,\n                \"home_avg\": 1,\n                \"away_avg\": 0.5\n            },\n            \"goals_against_1h\": {\n                \"total\": 3,\n                \"home\": 1,\n                \"away\": 2,\n                \"total_avg\": 0.43,\n                \"home_avg\": 0.33,\n                \"away_avg\": 0.5\n            },\n            \"goals_against_2h\": {\n                \"total\": 8,\n                \"home\": 1,\n                \"away\": 7,\n                \"total_avg\": 1.14,\n                \"home_avg\": 0.33,\n                \"away_avg\": 1.75\n            },\n            \"goals_1h_over\": {\n                \"o0\": {\n                    \"total\": 3,\n                    \"home\": 1,\n                    \"away\": 2,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 50\n                },\n                \"o1\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 25\n                },\n                \"o2\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_2h_over\": {\n                \"o0\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"o1\": {\n                    \"total\": 4,\n                    \"home\": 1,\n                    \"away\": 3,\n                    \"total_percentage\": 57.14,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 75\n                },\n                \"o2\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 25\n                },\n                \"o3\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 25\n                }\n            },\n            \"goals_for_1h_over\": {\n                \"o0\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 25\n                },\n                \"o1\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o2\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_for_2h_over\": {\n                \"o0\": {\n                    \"total\": 5,\n                    \"home\": 3,\n                    \"away\": 2,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 50\n                },\n                \"o1\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o2\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"goals_against_2h_over\": {\n                \"o0\": {\n                    \"total\": 5,\n                    \"home\": 1,\n                    \"away\": 4,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 100\n                },\n                \"o1\": {\n                    \"total\": 2,\n                    \"home\": 0,\n                    \"away\": 2,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 50\n                },\n                \"o2\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 25\n                },\n                \"o3\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"btts_1h\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_percentage\": 28.57,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 25\n            },\n            \"btts_2h\": {\n                \"total\": 3,\n                \"home\": 1,\n                \"away\": 2,\n                \"total_percentage\": 42.86,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 50\n            },\n            \"most_goals_1h\": {\n                \"total\": 1,\n                \"home\": 1,\n                \"away\": 0,\n                \"total_percentage\": 14.29,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 0\n            },\n            \"most_goals_2h\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 57.14,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 50\n            },\n            \"most_goals_tie\": {\n                \"total\": 2,\n                \"home\": 0,\n                \"away\": 2,\n                \"total_percentage\": 28.57,\n                \"home_percentage\": 0,\n                \"away_percentage\": 50\n            },\n            \"fouls_total\": {\n                \"total\": 181,\n                \"home\": 81,\n                \"away\": 100,\n                \"total_avg\": 25.86,\n                \"home_avg\": 27,\n                \"away_avg\": 25\n            },\n            \"fouls_won\": {\n                \"total\": 98,\n                \"home\": 43,\n                \"away\": 55,\n                \"total_avg\": 14,\n                \"home_avg\": 14.33,\n                \"away_avg\": 13.75\n            },\n            \"fouls_committed\": {\n                \"total\": 83,\n                \"home\": 38,\n                \"away\": 45,\n                \"total_avg\": 11.86,\n                \"home_avg\": 12.67,\n                \"away_avg\": 11.25\n            },\n            \"yellow_cards_total\": {\n                \"total\": 26,\n                \"home\": 10,\n                \"away\": 16,\n                \"total_avg\": 3.71,\n                \"home_avg\": 3.33,\n                \"away_avg\": 4\n            },\n            \"yellow_cards_for\": {\n                \"total\": 16,\n                \"home\": 6,\n                \"away\": 10,\n                \"total_avg\": 2.29,\n                \"home_avg\": 2,\n                \"away_avg\": 2.5\n            },\n            \"yellow_cards_opponent\": {\n                \"total\": 10,\n                \"home\": 4,\n                \"away\": 6,\n                \"total_avg\": 1.43,\n                \"home_avg\": 1.33,\n                \"away_avg\": 1.5\n            },\n            \"red_cards_total\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0,\n                \"total_avg\": 0,\n                \"home_avg\": 0,\n                \"away_avg\": 0\n            },\n            \"red_cards_for\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0,\n                \"total_avg\": 0,\n                \"home_avg\": 0,\n                \"away_avg\": 0\n            },\n            \"red_cards_opponent\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0,\n                \"total_avg\": 0,\n                \"home_avg\": 0,\n                \"away_avg\": 0\n            },\n            \"cards_over\": {\n                \"o0\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"o1\": {\n                    \"total\": 6,\n                    \"home\": 3,\n                    \"away\": 3,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 75\n                },\n                \"o2\": {\n                    \"total\": 5,\n                    \"home\": 2,\n                    \"away\": 3,\n                    \"total_percentage\": 71.43,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 75\n                },\n                \"o3\": {\n                    \"total\": 4,\n                    \"home\": 1,\n                    \"away\": 3,\n                    \"total_percentage\": 57.14,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 75\n                },\n                \"o4\": {\n                    \"total\": 3,\n                    \"home\": 1,\n                    \"away\": 2,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 50\n                },\n                \"o5\": {\n                    \"total\": 1,\n                    \"home\": 0,\n                    \"away\": 1,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 25\n                },\n                \"o6\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"corners_total\": {\n                \"total\": 67,\n                \"home\": 33,\n                \"away\": 34,\n                \"total_avg\": 9.57,\n                \"home_avg\": 11,\n                \"away_avg\": 8.5\n            },\n            \"corners_for\": {\n                \"total\": 32,\n                \"home\": 14,\n                \"away\": 18,\n                \"total_avg\": 4.57,\n                \"home_avg\": 4.67,\n                \"away_avg\": 4.5\n            },\n            \"corners_against\": {\n                \"total\": 35,\n                \"home\": 19,\n                \"away\": 16,\n                \"total_avg\": 5,\n                \"home_avg\": 6.33,\n                \"away_avg\": 4\n            },\n            \"corners_over\": {\n                \"o5\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"o6\": {\n                    \"total\": 6,\n                    \"home\": 2,\n                    \"away\": 4,\n                    \"total_percentage\": 85.71,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 100\n                },\n                \"o7\": {\n                    \"total\": 4,\n                    \"home\": 2,\n                    \"away\": 2,\n                    \"total_percentage\": 57.14,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 50\n                },\n                \"o8\": {\n                    \"total\": 4,\n                    \"home\": 2,\n                    \"away\": 2,\n                    \"total_percentage\": 57.14,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 50\n                },\n                \"o9\": {\n                    \"total\": 4,\n                    \"home\": 2,\n                    \"away\": 2,\n                    \"total_percentage\": 57.14,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 50\n                },\n                \"o10\": {\n                    \"total\": 2,\n                    \"home\": 2,\n                    \"away\": 0,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 0\n                },\n                \"o11\": {\n                    \"total\": 2,\n                    \"home\": 2,\n                    \"away\": 0,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 0\n                },\n                \"o12\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                }\n            },\n            \"corners_for_over\": {\n                \"o4\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 25\n                },\n                \"o5\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 25\n                },\n                \"o6\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 25\n                },\n                \"o7\": {\n                    \"total\": 2,\n                    \"home\": 1,\n                    \"away\": 1,\n                    \"total_percentage\": 28.57,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 25\n                },\n                \"o8\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o9\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o10\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o11\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o12\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"corners_against_over\": {\n                \"o4\": {\n                    \"total\": 3,\n                    \"home\": 2,\n                    \"away\": 1,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 25\n                },\n                \"o5\": {\n                    \"total\": 3,\n                    \"home\": 2,\n                    \"away\": 1,\n                    \"total_percentage\": 42.86,\n                    \"home_percentage\": 66.67,\n                    \"away_percentage\": 25\n                },\n                \"o6\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o7\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o8\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o9\": {\n                    \"total\": 1,\n                    \"home\": 1,\n                    \"away\": 0,\n                    \"total_percentage\": 14.29,\n                    \"home_percentage\": 33.33,\n                    \"away_percentage\": 0\n                },\n                \"o10\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o11\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"o12\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                }\n            },\n            \"tackles_total\": {\n                \"total\": 230,\n                \"home\": 101,\n                \"away\": 129,\n                \"total_avg\": 32.86,\n                \"home_avg\": 33.67,\n                \"away_avg\": 32.25\n            },\n            \"tackles_for\": {\n                \"total\": 124,\n                \"home\": 53,\n                \"away\": 71,\n                \"total_avg\": 17.71,\n                \"home_avg\": 17.67,\n                \"away_avg\": 17.75\n            },\n            \"tackles_opponent\": {\n                \"total\": 106,\n                \"home\": 48,\n                \"away\": 58,\n                \"total_avg\": 15.14,\n                \"home_avg\": 16,\n                \"away_avg\": 14.5\n            },\n            \"offsides_total\": {\n                \"total\": 30,\n                \"home\": 11,\n                \"away\": 19,\n                \"total_avg\": 4.29,\n                \"home_avg\": 3.67,\n                \"away_avg\": 4.75\n            },\n            \"offsides_for\": {\n                \"total\": 14,\n                \"home\": 5,\n                \"away\": 9,\n                \"total_avg\": 2,\n                \"home_avg\": 1.67,\n                \"away_avg\": 2.25\n            },\n            \"offsides_opponent\": {\n                \"total\": 16,\n                \"home\": 6,\n                \"away\": 10,\n                \"total_avg\": 2.29,\n                \"home_avg\": 2,\n                \"away_avg\": 2.5\n            },\n            \"goal_kicks_total\": {\n                \"total\": 108,\n                \"home\": 42,\n                \"away\": 66,\n                \"total_avg\": 15.43,\n                \"home_avg\": 14,\n                \"away_avg\": 16.5\n            },\n            \"goal_kicks_for\": {\n                \"total\": 57,\n                \"home\": 21,\n                \"away\": 36,\n                \"total_avg\": 8.14,\n                \"home_avg\": 7,\n                \"away_avg\": 9\n            },\n            \"goal_kicks_opponent\": {\n                \"total\": 51,\n                \"home\": 21,\n                \"away\": 30,\n                \"total_avg\": 7.29,\n                \"home_avg\": 7,\n                \"away_avg\": 7.5\n            },\n            \"throw_ins_total\": {\n                \"total\": 260,\n                \"home\": 117,\n                \"away\": 143,\n                \"total_avg\": 37.14,\n                \"home_avg\": 39,\n                \"away_avg\": 35.75\n            },\n            \"throw_ins_for\": {\n                \"total\": 139,\n                \"home\": 62,\n                \"away\": 77,\n                \"total_avg\": 19.86,\n                \"home_avg\": 20.67,\n                \"away_avg\": 19.25\n            },\n            \"throw_ins_opponent\": {\n                \"total\": 121,\n                \"home\": 55,\n                \"away\": 66,\n                \"total_avg\": 17.29,\n                \"home_avg\": 18.33,\n                \"away_avg\": 16.5\n            },\n            \"xg_total\": {\n                \"total\": 16.5625,\n                \"home\": 6.8828,\n                \"away\": 9.6797,\n                \"total_avg\": 2.37,\n                \"home_avg\": 2.29,\n                \"away_avg\": 2.42\n            },\n            \"xg_for\": {\n                \"total\": 7.669999999999999,\n                \"home\": 3.6873,\n                \"away\": 3.9827,\n                \"total_avg\": 1.1,\n                \"home_avg\": 1.23,\n                \"away_avg\": 1\n            },\n            \"xg_against\": {\n                \"total\": 8.892500000000002,\n                \"home\": 3.1955,\n                \"away\": 5.697,\n                \"total_avg\": 1.27,\n                \"home_avg\": 1.07,\n                \"away_avg\": 1.42\n            },\n            \"shots_total\": {\n                \"total\": 144,\n                \"home\": 60,\n                \"away\": 84,\n                \"total_avg\": 20.57,\n                \"home_avg\": 20,\n                \"away_avg\": 21\n            },\n            \"shots_for\": {\n                \"total\": 73,\n                \"home\": 32,\n                \"away\": 41,\n                \"total_avg\": 10.43,\n                \"home_avg\": 10.67,\n                \"away_avg\": 10.25\n            },\n            \"shots_against\": {\n                \"total\": 71,\n                \"home\": 28,\n                \"away\": 43,\n                \"total_avg\": 10.14,\n                \"home_avg\": 9.33,\n                \"away_avg\": 10.75\n            },\n            \"shots_on_total\": {\n                \"total\": 52,\n                \"home\": 19,\n                \"away\": 33,\n                \"total_avg\": 7.43,\n                \"home_avg\": 6.33,\n                \"away_avg\": 8.25\n            },\n            \"shots_on_for\": {\n                \"total\": 23,\n                \"home\": 10,\n                \"away\": 13,\n                \"total_avg\": 3.29,\n                \"home_avg\": 3.33,\n                \"away_avg\": 3.25\n            },\n            \"shots_on_against\": {\n                \"total\": 29,\n                \"home\": 9,\n                \"away\": 20,\n                \"total_avg\": 4.14,\n                \"home_avg\": 3,\n                \"away_avg\": 5\n            },\n            \"most_cards\": {\n                \"total\": 3,\n                \"home\": 1,\n                \"away\": 2,\n                \"total_percentage\": 42.86,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 50\n            },\n            \"most_corners\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_percentage\": 28.57,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 25\n            },\n            \"most_shots\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 57.14,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 50\n            },\n            \"most_shots_on\": {\n                \"total\": 1,\n                \"home\": 1,\n                \"away\": 0,\n                \"total_percentage\": 14.29,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 0\n            },\n            \"most_xg\": {\n                \"total\": 2,\n                \"home\": 2,\n                \"away\": 0,\n                \"total_percentage\": 28.57,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 0\n            },\n            \"coverage\": {\n                \"xg\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"ht_score\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"goal_timings\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"card_data\": {\n                    \"total\": 0,\n                    \"home\": 0,\n                    \"away\": 0,\n                    \"total_percentage\": 0,\n                    \"home_percentage\": 0,\n                    \"away_percentage\": 0\n                },\n                \"corner_data\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"shots_data\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"tackles_data\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"offsides_data\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"goal_kicks_data\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                },\n                \"throw_ins_data\": {\n                    \"total\": 7,\n                    \"home\": 3,\n                    \"away\": 4,\n                    \"total_percentage\": 100,\n                    \"home_percentage\": 100,\n                    \"away_percentage\": 100\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"575f6226-b008-47e3-9364-f91512aa8c40"},{"name":"Team Stats (Last X Games)","id":"639e83cd-f008-4941-8b02-ceaed313e5cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/stats/season/:ID?api_token=YOUR_API_TOKEN&last_x=10_overall","description":"<p>This request shows you how you can fetch the latest X games for all teams from a season, a really powerful include. For example:</p>\n<p><code>last_x=10_overall</code></p>\n<p>Will pull in the last 10 games for all teams and present the stats across all competitions. If you want the last X form to be for the competition you're looking at, then you can set all_comps to false and it'll work with the current season only.</p>\n<p>Here's the available options:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Form Number</strong></th>\n<th><strong>Location</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1-25</td>\n<td>home,away,overall</td>\n</tr>\n</tbody>\n</table>\n</div><p>For example, you might do:</p>\n<ul>\n<li><p>5_away</p>\n</li>\n<li><p>15_home</p>\n</li>\n<li><p>20_overall</p>\n</li>\n</ul>\n<p>or any other combination.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","stats","season",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"last_x","value":"10_overall"}],"variable":[{"type":"any","value":"4402","key":"ID"}]}},"response":[{"id":"e79531e0-3102-44f1-8a42-f34dc5490f30","name":"Team Stats by Season","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/stats/season/:ID?api_token=YOUR_API_TOKEN&include_frozen=false","protocol":"https","host":["data","oddalerts","com"],"path":["api","stats","season",":ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include_frozen","value":"false"}],"variable":[{"key":"ID","value":"4402"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 04:08:41 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"pages\": 1,\n        \"per_page\": 100,\n        \"total\": 16,\n        \"include_frozen\": false\n    },\n    \"data\": [\n        {\n            \"team_id\": 5766,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Anderlecht\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 8,\n                \"away\": 10\n            },\n            \"won\": {\n                \"total\": 10,\n                \"home\": 6,\n                \"away\": 4,\n                \"total_percentage\": 55.56,\n                \"home_percentage\": 75,\n                \"away_percentage\": 40\n            },\n            \"drawn\": {\n                \"total\": 6,\n                \"home\": 2,\n                \"away\": 4,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 25,\n                \"away_percentage\": 40\n            },\n            \"lost\": {\n                \"total\": 2,\n                \"home\": 0,\n                \"away\": 2,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 0,\n                \"away_percentage\": 20\n            },\n            \"points\": {\n                \"total\": 36,\n                \"home\": 20,\n                \"away\": 16,\n                \"total_avg\": 2,\n                \"home_avg\": 2.5,\n                \"away_avg\": 1.6\n            },\n            \"total_goals\": {\n                \"total\": 55,\n                \"home\": 26,\n                \"away\": 29,\n                \"total_avg\": 3.06,\n                \"home_avg\": 3.25,\n                \"away_avg\": 2.9\n            },\n            \"goals_for\": {\n                \"total\": 35,\n                \"home\": 18,\n                \"away\": 17,\n                \"total_avg\": 1.94,\n                \"home_avg\": 2.25,\n                \"away_avg\": 1.7\n            },\n            \"goals_against\": {\n                \"total\": 20,\n                \"home\": 8,\n                \"away\": 12,\n                \"total_avg\": 1.11,\n                \"home_avg\": 1,\n                \"away_avg\": 1.2\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 14,\n                \"home\": 7,\n                \"away\": 7,\n                \"total_percentage\": 77.78,\n                \"home_percentage\": 87.5,\n                \"away_percentage\": 70\n            },\n            \"total_fouls\": {\n                \"total\": 436,\n                \"home\": 189,\n                \"away\": 247,\n                \"total_avg\": 24.22,\n                \"home_avg\": 23.63,\n                \"away_avg\": 24.7\n            },\n            \"fouls_won\": {\n                \"total\": 211,\n                \"home\": 81,\n                \"away\": 130,\n                \"total_avg\": 11.72,\n                \"home_avg\": 10.13,\n                \"away_avg\": 13\n            },\n            \"fouls_committed\": {\n                \"total\": 225,\n                \"home\": 108,\n                \"away\": 117,\n                \"total_avg\": 12.5,\n                \"home_avg\": 13.5,\n                \"away_avg\": 11.7\n            }\n        },\n        {\n            \"team_id\": 7482,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Cercle Brugge\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 9,\n                \"home\": 5,\n                \"away\": 4,\n                \"total_percentage\": 50,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 44.44\n            },\n            \"drawn\": {\n                \"total\": 1,\n                \"home\": 0,\n                \"away\": 1,\n                \"total_percentage\": 5.56,\n                \"home_percentage\": 0,\n                \"away_percentage\": 11.11\n            },\n            \"lost\": {\n                \"total\": 8,\n                \"home\": 4,\n                \"away\": 4,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 44.44\n            },\n            \"points\": {\n                \"total\": 28,\n                \"home\": 15,\n                \"away\": 13,\n                \"total_avg\": 1.56,\n                \"home_avg\": 1.67,\n                \"away_avg\": 1.44\n            },\n            \"total_goals\": {\n                \"total\": 42,\n                \"home\": 24,\n                \"away\": 18,\n                \"total_avg\": 2.33,\n                \"home_avg\": 2.67,\n                \"away_avg\": 2\n            },\n            \"goals_for\": {\n                \"total\": 22,\n                \"home\": 12,\n                \"away\": 10,\n                \"total_avg\": 1.22,\n                \"home_avg\": 1.33,\n                \"away_avg\": 1.11\n            },\n            \"goals_against\": {\n                \"total\": 20,\n                \"home\": 12,\n                \"away\": 8,\n                \"total_avg\": 1.11,\n                \"home_avg\": 1.33,\n                \"away_avg\": 0.89\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 7,\n                \"home\": 3,\n                \"away\": 4,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 44.44\n            },\n            \"total_fouls\": {\n                \"total\": 472,\n                \"home\": 230,\n                \"away\": 242,\n                \"total_avg\": 26.22,\n                \"home_avg\": 25.56,\n                \"away_avg\": 26.89\n            },\n            \"fouls_won\": {\n                \"total\": 237,\n                \"home\": 108,\n                \"away\": 129,\n                \"total_avg\": 13.17,\n                \"home_avg\": 12,\n                \"away_avg\": 14.33\n            },\n            \"fouls_committed\": {\n                \"total\": 235,\n                \"home\": 122,\n                \"away\": 113,\n                \"total_avg\": 13.06,\n                \"home_avg\": 13.56,\n                \"away_avg\": 12.56\n            }\n        },\n        {\n            \"team_id\": 7485,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"OH Leuven\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 3,\n                \"home\": 2,\n                \"away\": 1,\n                \"total_percentage\": 16.67,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 11.11\n            },\n            \"drawn\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 11,\n                \"home\": 5,\n                \"away\": 6,\n                \"total_percentage\": 61.11,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 66.67\n            },\n            \"points\": {\n                \"total\": 13,\n                \"home\": 8,\n                \"away\": 5,\n                \"total_avg\": 0.72,\n                \"home_avg\": 0.89,\n                \"away_avg\": 0.56\n            },\n            \"total_goals\": {\n                \"total\": 56,\n                \"home\": 23,\n                \"away\": 33,\n                \"total_avg\": 3.11,\n                \"home_avg\": 2.56,\n                \"away_avg\": 3.67\n            },\n            \"goals_for\": {\n                \"total\": 22,\n                \"home\": 12,\n                \"away\": 10,\n                \"total_avg\": 1.22,\n                \"home_avg\": 1.33,\n                \"away_avg\": 1.11\n            },\n            \"goals_against\": {\n                \"total\": 34,\n                \"home\": 11,\n                \"away\": 23,\n                \"total_avg\": 1.89,\n                \"home_avg\": 1.22,\n                \"away_avg\": 2.56\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 13,\n                \"home\": 5,\n                \"away\": 8,\n                \"total_percentage\": 72.22,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 88.89\n            },\n            \"total_fouls\": {\n                \"total\": 423,\n                \"home\": 225,\n                \"away\": 198,\n                \"total_avg\": 23.5,\n                \"home_avg\": 25,\n                \"away_avg\": 22\n            },\n            \"fouls_won\": {\n                \"total\": 215,\n                \"home\": 109,\n                \"away\": 106,\n                \"total_avg\": 11.94,\n                \"home_avg\": 12.11,\n                \"away_avg\": 11.78\n            },\n            \"fouls_committed\": {\n                \"total\": 208,\n                \"home\": 116,\n                \"away\": 92,\n                \"total_avg\": 11.56,\n                \"home_avg\": 12.89,\n                \"away_avg\": 10.22\n            }\n        },\n        {\n            \"team_id\": 7667,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"RWDM\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 6,\n                \"home\": 4,\n                \"away\": 2,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 7,\n                \"home\": 2,\n                \"away\": 5,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 55.56\n            },\n            \"points\": {\n                \"total\": 21,\n                \"home\": 13,\n                \"away\": 8,\n                \"total_avg\": 1.17,\n                \"home_avg\": 1.44,\n                \"away_avg\": 0.89\n            },\n            \"total_goals\": {\n                \"total\": 52,\n                \"home\": 22,\n                \"away\": 30,\n                \"total_avg\": 2.89,\n                \"home_avg\": 2.44,\n                \"away_avg\": 3.33\n            },\n            \"goals_for\": {\n                \"total\": 21,\n                \"home\": 11,\n                \"away\": 10,\n                \"total_avg\": 1.17,\n                \"home_avg\": 1.22,\n                \"away_avg\": 1.11\n            },\n            \"goals_against\": {\n                \"total\": 31,\n                \"home\": 11,\n                \"away\": 20,\n                \"total_avg\": 1.72,\n                \"home_avg\": 1.22,\n                \"away_avg\": 2.22\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 12,\n                \"home\": 5,\n                \"away\": 7,\n                \"total_percentage\": 66.67,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 77.78\n            },\n            \"total_fouls\": {\n                \"total\": 393,\n                \"home\": 190,\n                \"away\": 203,\n                \"total_avg\": 21.83,\n                \"home_avg\": 21.11,\n                \"away_avg\": 22.56\n            },\n            \"fouls_won\": {\n                \"total\": 219,\n                \"home\": 100,\n                \"away\": 119,\n                \"total_avg\": 12.17,\n                \"home_avg\": 11.11,\n                \"away_avg\": 13.22\n            },\n            \"fouls_committed\": {\n                \"total\": 174,\n                \"home\": 90,\n                \"away\": 84,\n                \"total_avg\": 9.67,\n                \"home_avg\": 10,\n                \"away_avg\": 9.33\n            }\n        },\n        {\n            \"team_id\": 8052,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Genk\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 8,\n                \"home\": 3,\n                \"away\": 5,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 55.56\n            },\n            \"drawn\": {\n                \"total\": 7,\n                \"home\": 5,\n                \"away\": 2,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 3,\n                \"home\": 1,\n                \"away\": 2,\n                \"total_percentage\": 16.67,\n                \"home_percentage\": 11.11,\n                \"away_percentage\": 22.22\n            },\n            \"points\": {\n                \"total\": 31,\n                \"home\": 14,\n                \"away\": 17,\n                \"total_avg\": 1.72,\n                \"home_avg\": 1.56,\n                \"away_avg\": 1.89\n            },\n            \"total_goals\": {\n                \"total\": 55,\n                \"home\": 31,\n                \"away\": 24,\n                \"total_avg\": 3.06,\n                \"home_avg\": 3.44,\n                \"away_avg\": 2.67\n            },\n            \"goals_for\": {\n                \"total\": 37,\n                \"home\": 20,\n                \"away\": 17,\n                \"total_avg\": 2.06,\n                \"home_avg\": 2.22,\n                \"away_avg\": 1.89\n            },\n            \"goals_against\": {\n                \"total\": 18,\n                \"home\": 11,\n                \"away\": 7,\n                \"total_avg\": 1,\n                \"home_avg\": 1.22,\n                \"away_avg\": 0.78\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 9,\n                \"home\": 5,\n                \"away\": 4,\n                \"total_percentage\": 50,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 44.44\n            },\n            \"total_fouls\": {\n                \"total\": 439,\n                \"home\": 210,\n                \"away\": 229,\n                \"total_avg\": 24.39,\n                \"home_avg\": 23.33,\n                \"away_avg\": 25.44\n            },\n            \"fouls_won\": {\n                \"total\": 209,\n                \"home\": 94,\n                \"away\": 115,\n                \"total_avg\": 11.61,\n                \"home_avg\": 10.44,\n                \"away_avg\": 12.78\n            },\n            \"fouls_committed\": {\n                \"total\": 230,\n                \"home\": 116,\n                \"away\": 114,\n                \"total_avg\": 12.78,\n                \"home_avg\": 12.89,\n                \"away_avg\": 12.67\n            }\n        },\n        {\n            \"team_id\": 8053,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Club Brugge\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 8,\n                \"home\": 5,\n                \"away\": 3,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 33.33\n            },\n            \"drawn\": {\n                \"total\": 6,\n                \"home\": 4,\n                \"away\": 2,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 4,\n                \"home\": 0,\n                \"away\": 4,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 0,\n                \"away_percentage\": 44.44\n            },\n            \"points\": {\n                \"total\": 30,\n                \"home\": 19,\n                \"away\": 11,\n                \"total_avg\": 1.67,\n                \"home_avg\": 2.11,\n                \"away_avg\": 1.22\n            },\n            \"total_goals\": {\n                \"total\": 46,\n                \"home\": 27,\n                \"away\": 19,\n                \"total_avg\": 2.56,\n                \"home_avg\": 3,\n                \"away_avg\": 2.11\n            },\n            \"goals_for\": {\n                \"total\": 31,\n                \"home\": 20,\n                \"away\": 11,\n                \"total_avg\": 1.72,\n                \"home_avg\": 2.22,\n                \"away_avg\": 1.22\n            },\n            \"goals_against\": {\n                \"total\": 15,\n                \"home\": 7,\n                \"away\": 8,\n                \"total_avg\": 0.83,\n                \"home_avg\": 0.78,\n                \"away_avg\": 0.89\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 10,\n                \"home\": 6,\n                \"away\": 4,\n                \"total_percentage\": 55.56,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 44.44\n            },\n            \"total_fouls\": {\n                \"total\": 390,\n                \"home\": 184,\n                \"away\": 206,\n                \"total_avg\": 21.67,\n                \"home_avg\": 20.44,\n                \"away_avg\": 22.89\n            },\n            \"fouls_won\": {\n                \"total\": 196,\n                \"home\": 100,\n                \"away\": 96,\n                \"total_avg\": 10.89,\n                \"home_avg\": 11.11,\n                \"away_avg\": 10.67\n            },\n            \"fouls_committed\": {\n                \"total\": 194,\n                \"home\": 84,\n                \"away\": 110,\n                \"total_avg\": 10.78,\n                \"home_avg\": 9.33,\n                \"away_avg\": 12.22\n            }\n        },\n        {\n            \"team_id\": 8244,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Standard Liège\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 7,\n                \"home\": 4,\n                \"away\": 3,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 33.33\n            },\n            \"lost\": {\n                \"total\": 6,\n                \"home\": 2,\n                \"away\": 4,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 44.44\n            },\n            \"points\": {\n                \"total\": 22,\n                \"home\": 13,\n                \"away\": 9,\n                \"total_avg\": 1.22,\n                \"home_avg\": 1.44,\n                \"away_avg\": 1\n            },\n            \"total_goals\": {\n                \"total\": 43,\n                \"home\": 15,\n                \"away\": 28,\n                \"total_avg\": 2.39,\n                \"home_avg\": 1.67,\n                \"away_avg\": 3.11\n            },\n            \"goals_for\": {\n                \"total\": 18,\n                \"home\": 8,\n                \"away\": 10,\n                \"total_avg\": 1,\n                \"home_avg\": 0.89,\n                \"away_avg\": 1.11\n            },\n            \"goals_against\": {\n                \"total\": 25,\n                \"home\": 7,\n                \"away\": 18,\n                \"total_avg\": 1.39,\n                \"home_avg\": 0.78,\n                \"away_avg\": 2\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 10,\n                \"home\": 4,\n                \"away\": 6,\n                \"total_percentage\": 55.56,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 66.67\n            },\n            \"total_fouls\": {\n                \"total\": 452,\n                \"home\": 248,\n                \"away\": 204,\n                \"total_avg\": 25.11,\n                \"home_avg\": 27.56,\n                \"away_avg\": 22.67\n            },\n            \"fouls_won\": {\n                \"total\": 208,\n                \"home\": 100,\n                \"away\": 108,\n                \"total_avg\": 11.56,\n                \"home_avg\": 11.11,\n                \"away_avg\": 12\n            },\n            \"fouls_committed\": {\n                \"total\": 244,\n                \"home\": 148,\n                \"away\": 96,\n                \"total_avg\": 13.56,\n                \"home_avg\": 16.44,\n                \"away_avg\": 10.67\n            }\n        },\n        {\n            \"team_id\": 8246,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Westerlo\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 5,\n                \"home\": 1,\n                \"away\": 4,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 11.11,\n                \"away_percentage\": 44.44\n            },\n            \"lost\": {\n                \"total\": 9,\n                \"home\": 6,\n                \"away\": 3,\n                \"total_percentage\": 50,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 33.33\n            },\n            \"points\": {\n                \"total\": 17,\n                \"home\": 7,\n                \"away\": 10,\n                \"total_avg\": 0.94,\n                \"home_avg\": 0.78,\n                \"away_avg\": 1.11\n            },\n            \"total_goals\": {\n                \"total\": 58,\n                \"home\": 30,\n                \"away\": 28,\n                \"total_avg\": 3.22,\n                \"home_avg\": 3.33,\n                \"away_avg\": 3.11\n            },\n            \"goals_for\": {\n                \"total\": 25,\n                \"home\": 11,\n                \"away\": 14,\n                \"total_avg\": 1.39,\n                \"home_avg\": 1.22,\n                \"away_avg\": 1.56\n            },\n            \"goals_against\": {\n                \"total\": 33,\n                \"home\": 19,\n                \"away\": 14,\n                \"total_avg\": 1.83,\n                \"home_avg\": 2.11,\n                \"away_avg\": 1.56\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 12,\n                \"home\": 5,\n                \"away\": 7,\n                \"total_percentage\": 66.67,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 77.78\n            },\n            \"total_fouls\": {\n                \"total\": 396,\n                \"home\": 186,\n                \"away\": 210,\n                \"total_avg\": 22,\n                \"home_avg\": 20.67,\n                \"away_avg\": 23.33\n            },\n            \"fouls_won\": {\n                \"total\": 209,\n                \"home\": 93,\n                \"away\": 116,\n                \"total_avg\": 11.61,\n                \"home_avg\": 10.33,\n                \"away_avg\": 12.89\n            },\n            \"fouls_committed\": {\n                \"total\": 187,\n                \"home\": 93,\n                \"away\": 94,\n                \"total_avg\": 10.39,\n                \"home_avg\": 10.33,\n                \"away_avg\": 10.44\n            }\n        },\n        {\n            \"team_id\": 8607,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Sporting Charleroi\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 4,\n                \"home\": 4,\n                \"away\": 0,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 0\n            },\n            \"drawn\": {\n                \"total\": 6,\n                \"home\": 3,\n                \"away\": 3,\n                \"total_percentage\": 33.33,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 33.33\n            },\n            \"lost\": {\n                \"total\": 8,\n                \"home\": 2,\n                \"away\": 6,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 66.67\n            },\n            \"points\": {\n                \"total\": 18,\n                \"home\": 15,\n                \"away\": 3,\n                \"total_avg\": 1,\n                \"home_avg\": 1.67,\n                \"away_avg\": 0.33\n            },\n            \"total_goals\": {\n                \"total\": 46,\n                \"home\": 28,\n                \"away\": 18,\n                \"total_avg\": 2.56,\n                \"home_avg\": 3.11,\n                \"away_avg\": 2\n            },\n            \"goals_for\": {\n                \"total\": 18,\n                \"home\": 14,\n                \"away\": 4,\n                \"total_avg\": 1,\n                \"home_avg\": 1.56,\n                \"away_avg\": 0.44\n            },\n            \"goals_against\": {\n                \"total\": 28,\n                \"home\": 14,\n                \"away\": 14,\n                \"total_avg\": 1.56,\n                \"home_avg\": 1.56,\n                \"away_avg\": 1.56\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 11,\n                \"home\": 8,\n                \"away\": 3,\n                \"total_percentage\": 61.11,\n                \"home_percentage\": 88.89,\n                \"away_percentage\": 33.33\n            },\n            \"total_fouls\": {\n                \"total\": 382,\n                \"home\": 177,\n                \"away\": 205,\n                \"total_avg\": 21.22,\n                \"home_avg\": 19.67,\n                \"away_avg\": 22.78\n            },\n            \"fouls_won\": {\n                \"total\": 201,\n                \"home\": 88,\n                \"away\": 113,\n                \"total_avg\": 11.17,\n                \"home_avg\": 9.78,\n                \"away_avg\": 12.56\n            },\n            \"fouls_committed\": {\n                \"total\": 181,\n                \"home\": 89,\n                \"away\": 92,\n                \"total_avg\": 10.06,\n                \"home_avg\": 9.89,\n                \"away_avg\": 10.22\n            }\n        },\n        {\n            \"team_id\": 8608,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Antwerp\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 8,\n                \"home\": 6,\n                \"away\": 2,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 66.67,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 7,\n                \"home\": 3,\n                \"away\": 4,\n                \"total_percentage\": 38.89,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 44.44\n            },\n            \"lost\": {\n                \"total\": 3,\n                \"home\": 0,\n                \"away\": 3,\n                \"total_percentage\": 16.67,\n                \"home_percentage\": 0,\n                \"away_percentage\": 33.33\n            },\n            \"points\": {\n                \"total\": 31,\n                \"home\": 21,\n                \"away\": 10,\n                \"total_avg\": 1.72,\n                \"home_avg\": 2.33,\n                \"away_avg\": 1.11\n            },\n            \"total_goals\": {\n                \"total\": 50,\n                \"home\": 26,\n                \"away\": 24,\n                \"total_avg\": 2.78,\n                \"home_avg\": 2.89,\n                \"away_avg\": 2.67\n            },\n            \"goals_for\": {\n                \"total\": 35,\n                \"home\": 22,\n                \"away\": 13,\n                \"total_avg\": 1.94,\n                \"home_avg\": 2.44,\n                \"away_avg\": 1.44\n            },\n            \"goals_against\": {\n                \"total\": 15,\n                \"home\": 4,\n                \"away\": 11,\n                \"total_avg\": 0.83,\n                \"home_avg\": 0.44,\n                \"away_avg\": 1.22\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 9,\n                \"home\": 3,\n                \"away\": 6,\n                \"total_percentage\": 50,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 66.67\n            },\n            \"total_fouls\": {\n                \"total\": 363,\n                \"home\": 181,\n                \"away\": 182,\n                \"total_avg\": 20.17,\n                \"home_avg\": 20.11,\n                \"away_avg\": 20.22\n            },\n            \"fouls_won\": {\n                \"total\": 179,\n                \"home\": 86,\n                \"away\": 93,\n                \"total_avg\": 9.94,\n                \"home_avg\": 9.56,\n                \"away_avg\": 10.33\n            },\n            \"fouls_committed\": {\n                \"total\": 184,\n                \"home\": 95,\n                \"away\": 89,\n                \"total_avg\": 10.22,\n                \"home_avg\": 10.56,\n                \"away_avg\": 9.89\n            }\n        },\n        {\n            \"team_id\": 8663,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Mechelen\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 9,\n                \"home\": 4,\n                \"away\": 5,\n                \"total_percentage\": 50,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 55.56\n            },\n            \"points\": {\n                \"total\": 19,\n                \"home\": 11,\n                \"away\": 8,\n                \"total_avg\": 1.06,\n                \"home_avg\": 1.22,\n                \"away_avg\": 0.89\n            },\n            \"total_goals\": {\n                \"total\": 38,\n                \"home\": 14,\n                \"away\": 24,\n                \"total_avg\": 2.11,\n                \"home_avg\": 1.56,\n                \"away_avg\": 2.67\n            },\n            \"goals_for\": {\n                \"total\": 16,\n                \"home\": 7,\n                \"away\": 9,\n                \"total_avg\": 0.89,\n                \"home_avg\": 0.78,\n                \"away_avg\": 1\n            },\n            \"goals_against\": {\n                \"total\": 22,\n                \"home\": 7,\n                \"away\": 15,\n                \"total_avg\": 1.22,\n                \"home_avg\": 0.78,\n                \"away_avg\": 1.67\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 5,\n                \"home\": 1,\n                \"away\": 4,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 11.11,\n                \"away_percentage\": 44.44\n            },\n            \"total_fouls\": {\n                \"total\": 380,\n                \"home\": 184,\n                \"away\": 196,\n                \"total_avg\": 21.11,\n                \"home_avg\": 20.44,\n                \"away_avg\": 21.78\n            },\n            \"fouls_won\": {\n                \"total\": 196,\n                \"home\": 93,\n                \"away\": 103,\n                \"total_avg\": 10.89,\n                \"home_avg\": 10.33,\n                \"away_avg\": 11.44\n            },\n            \"fouls_committed\": {\n                \"total\": 184,\n                \"home\": 91,\n                \"away\": 93,\n                \"total_avg\": 10.22,\n                \"home_avg\": 10.11,\n                \"away_avg\": 10.33\n            }\n        },\n        {\n            \"team_id\": 6895,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"AS Eupen\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 3,\n                \"home\": 2,\n                \"away\": 1,\n                \"total_percentage\": 16.67,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 11.11\n            },\n            \"lost\": {\n                \"total\": 11,\n                \"home\": 5,\n                \"away\": 6,\n                \"total_percentage\": 61.11,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 66.67\n            },\n            \"points\": {\n                \"total\": 15,\n                \"home\": 8,\n                \"away\": 7,\n                \"total_avg\": 0.83,\n                \"home_avg\": 0.89,\n                \"away_avg\": 0.78\n            },\n            \"total_goals\": {\n                \"total\": 58,\n                \"home\": 33,\n                \"away\": 25,\n                \"total_avg\": 3.22,\n                \"home_avg\": 3.67,\n                \"away_avg\": 2.78\n            },\n            \"goals_for\": {\n                \"total\": 20,\n                \"home\": 12,\n                \"away\": 8,\n                \"total_avg\": 1.11,\n                \"home_avg\": 1.33,\n                \"away_avg\": 0.89\n            },\n            \"goals_against\": {\n                \"total\": 38,\n                \"home\": 21,\n                \"away\": 17,\n                \"total_avg\": 2.11,\n                \"home_avg\": 2.33,\n                \"away_avg\": 1.89\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 12,\n                \"home\": 7,\n                \"away\": 5,\n                \"total_percentage\": 66.67,\n                \"home_percentage\": 77.78,\n                \"away_percentage\": 55.56\n            },\n            \"total_fouls\": {\n                \"total\": 422,\n                \"home\": 204,\n                \"away\": 218,\n                \"total_avg\": 23.44,\n                \"home_avg\": 22.67,\n                \"away_avg\": 24.22\n            },\n            \"fouls_won\": {\n                \"total\": 217,\n                \"home\": 103,\n                \"away\": 114,\n                \"total_avg\": 12.06,\n                \"home_avg\": 11.44,\n                \"away_avg\": 12.67\n            },\n            \"fouls_committed\": {\n                \"total\": 205,\n                \"home\": 101,\n                \"away\": 104,\n                \"total_avg\": 11.39,\n                \"home_avg\": 11.22,\n                \"away_avg\": 11.56\n            }\n        },\n        {\n            \"team_id\": 7483,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Kortrijk\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 2,\n                \"home\": 2,\n                \"away\": 0,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 0\n            },\n            \"drawn\": {\n                \"total\": 4,\n                \"home\": 2,\n                \"away\": 2,\n                \"total_percentage\": 22.22,\n                \"home_percentage\": 22.22,\n                \"away_percentage\": 22.22\n            },\n            \"lost\": {\n                \"total\": 12,\n                \"home\": 5,\n                \"away\": 7,\n                \"total_percentage\": 66.67,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 77.78\n            },\n            \"points\": {\n                \"total\": 10,\n                \"home\": 8,\n                \"away\": 2,\n                \"total_avg\": 0.56,\n                \"home_avg\": 0.89,\n                \"away_avg\": 0.22\n            },\n            \"total_goals\": {\n                \"total\": 51,\n                \"home\": 24,\n                \"away\": 27,\n                \"total_avg\": 2.83,\n                \"home_avg\": 2.67,\n                \"away_avg\": 3\n            },\n            \"goals_for\": {\n                \"total\": 12,\n                \"home\": 8,\n                \"away\": 4,\n                \"total_avg\": 0.67,\n                \"home_avg\": 0.89,\n                \"away_avg\": 0.44\n            },\n            \"goals_against\": {\n                \"total\": 39,\n                \"home\": 16,\n                \"away\": 23,\n                \"total_avg\": 2.17,\n                \"home_avg\": 1.78,\n                \"away_avg\": 2.56\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 8,\n                \"home\": 5,\n                \"away\": 3,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 33.33\n            },\n            \"total_fouls\": {\n                \"total\": 411,\n                \"home\": 217,\n                \"away\": 194,\n                \"total_avg\": 22.83,\n                \"home_avg\": 24.11,\n                \"away_avg\": 21.56\n            },\n            \"fouls_won\": {\n                \"total\": 197,\n                \"home\": 102,\n                \"away\": 95,\n                \"total_avg\": 10.94,\n                \"home_avg\": 11.33,\n                \"away_avg\": 10.56\n            },\n            \"fouls_committed\": {\n                \"total\": 214,\n                \"home\": 115,\n                \"away\": 99,\n                \"total_avg\": 11.89,\n                \"home_avg\": 12.78,\n                \"away_avg\": 11\n            }\n        },\n        {\n            \"team_id\": 8245,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Union Saint-Gilloise\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 10,\n                \"away\": 8\n            },\n            \"won\": {\n                \"total\": 14,\n                \"home\": 8,\n                \"away\": 6,\n                \"total_percentage\": 77.78,\n                \"home_percentage\": 80,\n                \"away_percentage\": 75\n            },\n            \"drawn\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 10,\n                \"away_percentage\": 12.5\n            },\n            \"lost\": {\n                \"total\": 2,\n                \"home\": 1,\n                \"away\": 1,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 10,\n                \"away_percentage\": 12.5\n            },\n            \"points\": {\n                \"total\": 44,\n                \"home\": 25,\n                \"away\": 19,\n                \"total_avg\": 2.44,\n                \"home_avg\": 2.5,\n                \"away_avg\": 2.38\n            },\n            \"total_goals\": {\n                \"total\": 59,\n                \"home\": 33,\n                \"away\": 26,\n                \"total_avg\": 3.28,\n                \"home_avg\": 3.3,\n                \"away_avg\": 3.25\n            },\n            \"goals_for\": {\n                \"total\": 41,\n                \"home\": 24,\n                \"away\": 17,\n                \"total_avg\": 2.28,\n                \"home_avg\": 2.4,\n                \"away_avg\": 2.13\n            },\n            \"goals_against\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9,\n                \"total_avg\": 1,\n                \"home_avg\": 0.9,\n                \"away_avg\": 1.13\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 10,\n                \"home\": 6,\n                \"away\": 4,\n                \"total_percentage\": 55.56,\n                \"home_percentage\": 60,\n                \"away_percentage\": 50\n            },\n            \"total_fouls\": {\n                \"total\": 431,\n                \"home\": 264,\n                \"away\": 167,\n                \"total_avg\": 23.94,\n                \"home_avg\": 26.4,\n                \"away_avg\": 20.88\n            },\n            \"fouls_won\": {\n                \"total\": 238,\n                \"home\": 134,\n                \"away\": 104,\n                \"total_avg\": 13.22,\n                \"home_avg\": 13.4,\n                \"away_avg\": 13\n            },\n            \"fouls_committed\": {\n                \"total\": 193,\n                \"home\": 130,\n                \"away\": 63,\n                \"total_avg\": 10.72,\n                \"home_avg\": 13,\n                \"away_avg\": 7.88\n            }\n        },\n        {\n            \"team_id\": 6896,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Sint-Truiden\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"drawn\": {\n                \"total\": 8,\n                \"home\": 3,\n                \"away\": 5,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 55.56\n            },\n            \"lost\": {\n                \"total\": 5,\n                \"home\": 3,\n                \"away\": 2,\n                \"total_percentage\": 27.78,\n                \"home_percentage\": 33.33,\n                \"away_percentage\": 22.22\n            },\n            \"points\": {\n                \"total\": 23,\n                \"home\": 12,\n                \"away\": 11,\n                \"total_avg\": 1.28,\n                \"home_avg\": 1.33,\n                \"away_avg\": 1.22\n            },\n            \"total_goals\": {\n                \"total\": 49,\n                \"home\": 19,\n                \"away\": 30,\n                \"total_avg\": 2.72,\n                \"home_avg\": 2.11,\n                \"away_avg\": 3.33\n            },\n            \"goals_for\": {\n                \"total\": 21,\n                \"home\": 8,\n                \"away\": 13,\n                \"total_avg\": 1.17,\n                \"home_avg\": 0.89,\n                \"away_avg\": 1.44\n            },\n            \"goals_against\": {\n                \"total\": 28,\n                \"home\": 11,\n                \"away\": 17,\n                \"total_avg\": 1.56,\n                \"home_avg\": 1.22,\n                \"away_avg\": 1.89\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 9,\n                \"home\": 4,\n                \"away\": 5,\n                \"total_percentage\": 50,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 55.56\n            },\n            \"total_fouls\": {\n                \"total\": 382,\n                \"home\": 189,\n                \"away\": 193,\n                \"total_avg\": 21.22,\n                \"home_avg\": 21,\n                \"away_avg\": 21.44\n            },\n            \"fouls_won\": {\n                \"total\": 164,\n                \"home\": 77,\n                \"away\": 87,\n                \"total_avg\": 9.11,\n                \"home_avg\": 8.56,\n                \"away_avg\": 9.67\n            },\n            \"fouls_committed\": {\n                \"total\": 218,\n                \"home\": 112,\n                \"away\": 106,\n                \"total_avg\": 12.11,\n                \"home_avg\": 12.44,\n                \"away_avg\": 11.78\n            }\n        },\n        {\n            \"team_id\": 8662,\n            \"fixture_id\": null,\n            \"season_id\": 4402,\n            \"name\": \"Gent\",\n            \"played\": {\n                \"total\": 18,\n                \"home\": 9,\n                \"away\": 9\n            },\n            \"won\": {\n                \"total\": 8,\n                \"home\": 5,\n                \"away\": 3,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 55.56,\n                \"away_percentage\": 33.33\n            },\n            \"drawn\": {\n                \"total\": 8,\n                \"home\": 4,\n                \"away\": 4,\n                \"total_percentage\": 44.44,\n                \"home_percentage\": 44.44,\n                \"away_percentage\": 44.44\n            },\n            \"lost\": {\n                \"total\": 2,\n                \"home\": 0,\n                \"away\": 2,\n                \"total_percentage\": 11.11,\n                \"home_percentage\": 0,\n                \"away_percentage\": 22.22\n            },\n            \"points\": {\n                \"total\": 32,\n                \"home\": 19,\n                \"away\": 13,\n                \"total_avg\": 1.78,\n                \"home_avg\": 2.11,\n                \"away_avg\": 1.44\n            },\n            \"total_goals\": {\n                \"total\": 50,\n                \"home\": 29,\n                \"away\": 21,\n                \"total_avg\": 2.78,\n                \"home_avg\": 3.22,\n                \"away_avg\": 2.33\n            },\n            \"goals_for\": {\n                \"total\": 30,\n                \"home\": 19,\n                \"away\": 11,\n                \"total_avg\": 1.67,\n                \"home_avg\": 2.11,\n                \"away_avg\": 1.22\n            },\n            \"goals_against\": {\n                \"total\": 20,\n                \"home\": 10,\n                \"away\": 10,\n                \"total_avg\": 1.11,\n                \"home_avg\": 1.11,\n                \"away_avg\": 1.11\n            },\n            \"goals_difference\": {\n                \"total\": 0,\n                \"home\": 0,\n                \"away\": 0\n            },\n            \"btts\": {\n                \"total\": 13,\n                \"home\": 8,\n                \"away\": 5,\n                \"total_percentage\": 72.22,\n                \"home_percentage\": 88.89,\n                \"away_percentage\": 55.56\n            },\n            \"total_fouls\": {\n                \"total\": 400,\n                \"home\": 208,\n                \"away\": 192,\n                \"total_avg\": 22.22,\n                \"home_avg\": 23.11,\n                \"away_avg\": 21.33\n            },\n            \"fouls_won\": {\n                \"total\": 190,\n                \"home\": 95,\n                \"away\": 95,\n                \"total_avg\": 10.56,\n                \"home_avg\": 10.56,\n                \"away_avg\": 10.56\n            },\n            \"fouls_committed\": {\n                \"total\": 210,\n                \"home\": 113,\n                \"away\": 97,\n                \"total_avg\": 11.67,\n                \"home_avg\": 12.56,\n                \"away_avg\": 10.78\n            }\n        }\n    ]\n}"}],"_postman_id":"639e83cd-f008-4941-8b02-ceaed313e5cd"}],"id":"4d4970c4-8aea-490a-b5ff-d1515df9088d","_postman_id":"4d4970c4-8aea-490a-b5ff-d1515df9088d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Probability","item":[{"name":"Probability Rankings","id":"12448892-481a-4e8d-bc7e-00cd3f94c5c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/probability/:ID?api_token=YOUR_API_TOKEN&start=1724050989&end=1724310189","description":"<p>This endpoint allows you to explore the probability model. It ranks upcoming (or historic) games by probability highest to lowest. You can view games by entering the ID or SLUG of the market you desire.</p>\n<p>By default, it will show you all outcomes within a certain market. For example, requesting ft_result will show:</p>\n<ul>\n<li><p>home</p>\n</li>\n<li><p>draw</p>\n</li>\n<li><p>away</p>\n</li>\n</ul>\n<p>But if you just wanted to see the top games for home win probability, you could add:</p>\n<ul>\n<li>&amp;outcome=home</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","probability",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"start","value":"1724050989"},{"key":"end","value":"1724310189"},{"disabled":true,"key":"outcome","value":"home"}],"variable":[{"type":"any","value":"ft_result","key":"ID"}]}},"response":[{"id":"de7abb9a-47cd-4fc7-ad14-2a1aef87ad05","name":"Probability Rankings","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/probability/:ID?api_token=YOUR_API_TOKEN&start=1724050989&end=1724310189","protocol":"https","host":["data","oddalerts","com"],"path":["api","probability",":ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"start","value":"1724050989"},{"key":"end","value":"1724310189"},{"key":"outcome","value":"home","type":"text","disabled":true}],"variable":[{"key":"ID","value":"ft_result"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 07:05:01 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"89"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"start\": \"1724050989\",\n        \"end\": \"1724310189\",\n        \"page\": 1,\n        \"note\": null,\n        \"next_page_url\": \"NEXT_PAGE_URL_HERE\",\n        \"market\": {\n            \"id\": 221,\n            \"name\": \"ft_result\",\n            \"title\": \"Fulltime Result Probability\"\n        }\n    },\n    \"data\": [\n        {\n            \"probability\": \"92.17\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Paro FC vs Tensung\",\n            \"unix\": 1724058000,\n            \"fixture_id\": 155619498,\n            \"home_id\": 18259,\n            \"away_id\": 18289\n        },\n        {\n            \"probability\": \"91.75\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Vidar vs Sandnes Ulf II\",\n            \"unix\": 1724169600,\n            \"fixture_id\": 155864492,\n            \"home_id\": 6764,\n            \"away_id\": 23249\n        },\n        {\n            \"probability\": \"89.47\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Götaholm vs Öster\",\n            \"unix\": 1724256000,\n            \"fixture_id\": 156119550,\n            \"home_id\": 63156,\n            \"away_id\": 7229\n        },\n        {\n            \"probability\": \"89.31\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Rangers W vs Queen's Park W\",\n            \"unix\": 1724266800,\n            \"fixture_id\": 156119748,\n            \"home_id\": 20311,\n            \"away_id\": 20312\n        },\n        {\n            \"probability\": \"88.74\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Enskede W vs Uppsala W\",\n            \"unix\": 1724259600,\n            \"fixture_id\": 156119604,\n            \"home_id\": 10321,\n            \"away_id\": 6314\n        },\n        {\n            \"probability\": \"87.94\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Valur W vs Fylkir W\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 155864594,\n            \"home_id\": 5669,\n            \"away_id\": 6661\n        },\n        {\n            \"probability\": \"86.89\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Lillestrøm II vs Mosjøen\",\n            \"unix\": 1724068800,\n            \"fixture_id\": 155619507,\n            \"home_id\": 6717,\n            \"away_id\": 31961\n        },\n        {\n            \"probability\": \"86.13\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Koblenz vs VfL Wolfsburg\",\n            \"unix\": 1724083200,\n            \"fixture_id\": 155619535,\n            \"home_id\": 9687,\n            \"away_id\": 6630\n        },\n        {\n            \"probability\": \"85.28\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Al Faysali vs Shabab Al Ordon\",\n            \"unix\": 1724262300,\n            \"fixture_id\": 156119642,\n            \"home_id\": 4451,\n            \"away_id\": 4028\n        },\n        {\n            \"probability\": \"84.95\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Team TG FF W vs Umea W\",\n            \"unix\": 1724259600,\n            \"fixture_id\": 156119603,\n            \"home_id\": 20771,\n            \"away_id\": 6313\n        },\n        {\n            \"probability\": \"84.71\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Skeid vs Vålerenga II\",\n            \"unix\": 1724083200,\n            \"fixture_id\": 155619537,\n            \"home_id\": 6258,\n            \"away_id\": 8618\n        },\n        {\n            \"probability\": \"84.55\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Lidingö W vs Gamla Upsala W\",\n            \"unix\": 1724173200,\n            \"fixture_id\": 155864527,\n            \"home_id\": 21038,\n            \"away_id\": 10464\n        },\n        {\n            \"probability\": \"84.06\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Bolívar vs San Antonio Bulo Bulo\",\n            \"unix\": 1724112000,\n            \"fixture_id\": 155864422,\n            \"home_id\": 11550,\n            \"away_id\": 21345\n        },\n        {\n            \"probability\": \"83.82\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Hibernian W vs Dundee United W\",\n            \"unix\": 1724265000,\n            \"fixture_id\": 156119710,\n            \"home_id\": 20315,\n            \"away_id\": 20317\n        },\n        {\n            \"probability\": \"83.20\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Trollhättans W vs Lidköping W\",\n            \"unix\": 1724175000,\n            \"fixture_id\": 145237732,\n            \"home_id\": 20772,\n            \"away_id\": 4640\n        },\n        {\n            \"probability\": \"81.11\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sanfrecce Hiroshima vs Ehime\",\n            \"unix\": 1724234400,\n            \"fixture_id\": 156119420,\n            \"home_id\": 6171,\n            \"away_id\": 6179\n        },\n        {\n            \"probability\": \"80.09\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Borec vs FK Bashkimi Kumanovo\",\n            \"unix\": 1724166000,\n            \"fixture_id\": 154793597,\n            \"home_id\": 8807,\n            \"away_id\": 34287\n        },\n        {\n            \"probability\": \"79.50\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Glasgow City W vs Hearts W\",\n            \"unix\": 1724266800,\n            \"fixture_id\": 156119747,\n            \"home_id\": 15381,\n            \"away_id\": 20318\n        },\n        {\n            \"probability\": \"79.21\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Mykolaiv vs Bukovyna\",\n            \"unix\": 1724248800,\n            \"fixture_id\": 156185413,\n            \"home_id\": 63710,\n            \"away_id\": 5831\n        },\n        {\n            \"probability\": \"79.18\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Santos U20 vs Goias U20\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119659,\n            \"home_id\": 12440,\n            \"away_id\": 12435\n        },\n        {\n            \"probability\": \"79.02\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Al Fahaheel vs Al Kuwait\",\n            \"unix\": 1724088000,\n            \"fixture_id\": 155619552,\n            \"home_id\": 8824,\n            \"away_id\": 4572\n        },\n        {\n            \"probability\": \"78.53\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Celtic W vs Motherwell W\",\n            \"unix\": 1724264400,\n            \"fixture_id\": 156119707,\n            \"home_id\": 20073,\n            \"away_id\": 20310\n        },\n        {\n            \"probability\": \"78.15\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Navbahor vs Bunyodkor\",\n            \"unix\": 1724077800,\n            \"fixture_id\": 155619516,\n            \"home_id\": 4015,\n            \"away_id\": 5471\n        },\n        {\n            \"probability\": \"77.11\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Bentonit Idzhevan vs Lernayin Artsakh\",\n            \"unix\": 1724157000,\n            \"fixture_id\": 155864440,\n            \"home_id\": 63707,\n            \"away_id\": 4353\n        },\n        {\n            \"probability\": \"76.87\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Viimsi vs Tabasalu\",\n            \"unix\": 1724146200,\n            \"fixture_id\": 155864428,\n            \"home_id\": 11144,\n            \"away_id\": 6525\n        },\n        {\n            \"probability\": \"76.06\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Spartak Police n/Metují vs Chlumec nad Cidlinou\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119507,\n            \"home_id\": 63694,\n            \"away_id\": 8815\n        },\n        {\n            \"probability\": \"76.06\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"River Plate Res. vs Barracas Central Res.\",\n            \"unix\": 1724187600,\n            \"fixture_id\": 155994214,\n            \"home_id\": 16881,\n            \"away_id\": 23000\n        },\n        {\n            \"probability\": \"75.38\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Tammeka II vs Pärnu\",\n            \"unix\": 1724083200,\n            \"fixture_id\": 155619532,\n            \"home_id\": 6497,\n            \"away_id\": 4951\n        },\n        {\n            \"probability\": \"75.22\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Víkingur Reykjavík vs ÍA\",\n            \"unix\": 1724094900,\n            \"fixture_id\": 155619584,\n            \"home_id\": 5270,\n            \"away_id\": 8616\n        },\n        {\n            \"probability\": \"75.11\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Krasnodar W vs Krylya Sovetov W\",\n            \"unix\": 1724079600,\n            \"fixture_id\": 155244907,\n            \"home_id\": 4393,\n            \"away_id\": 18732\n        },\n        {\n            \"probability\": \"75.03\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Noah vs West Armenia\",\n            \"unix\": 1724072400,\n            \"fixture_id\": 155619510,\n            \"home_id\": 4915,\n            \"away_id\": 4355\n        },\n        {\n            \"probability\": \"74.90\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Gute vs Västerås SK\",\n            \"unix\": 1724169600,\n            \"fixture_id\": 155864494,\n            \"home_id\": 6245,\n            \"away_id\": 6263\n        },\n        {\n            \"probability\": \"74.83\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Sunshine Coast Wanderers W vs Brisbane City W\",\n            \"unix\": 1724146200,\n            \"fixture_id\": 147728919,\n            \"home_id\": 17347,\n            \"away_id\": 17346\n        },\n        {\n            \"probability\": \"74.14\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Fredrikstad II vs Bodø / Glimt II\",\n            \"unix\": 1724070600,\n            \"fixture_id\": 155619509,\n            \"home_id\": 6741,\n            \"away_id\": 6785\n        },\n        {\n            \"probability\": \"74.00\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Selfoss vs KF\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119663,\n            \"home_id\": 6639,\n            \"away_id\": 7288\n        },\n        {\n            \"probability\": \"73.78\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Port FC vs Singha Chiangrai United\",\n            \"unix\": 1724068800,\n            \"fixture_id\": 155619505,\n            \"home_id\": 4320,\n            \"away_id\": 4385\n        },\n        {\n            \"probability\": \"73.78\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Independiente vs Port Layola\",\n            \"unix\": 1724277600,\n            \"fixture_id\": 156119813,\n            \"home_id\": 14409,\n            \"away_id\": 25787\n        },\n        {\n            \"probability\": \"73.42\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Independiente Petrolero vs Santa Cruz\",\n            \"unix\": 1724194800,\n            \"fixture_id\": 151347191,\n            \"home_id\": 15378,\n            \"away_id\": 15764\n        },\n        {\n            \"probability\": \"73.21\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Baník Veľký Krtíš vs Pohronie\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156618598,\n            \"home_id\": 4467,\n            \"away_id\": 8626\n        },\n        {\n            \"probability\": \"72.99\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Kickers Offenbach vs Magdeburg\",\n            \"unix\": 1724083200,\n            \"fixture_id\": 155619536,\n            \"home_id\": 4073,\n            \"away_id\": 4005\n        },\n        {\n            \"probability\": \"72.69\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sheffield United U21 vs Brentford U21\",\n            \"unix\": 1724158800,\n            \"fixture_id\": 155864445,\n            \"home_id\": 26240,\n            \"away_id\": 28434\n        },\n        {\n            \"probability\": \"72.45\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Dobrovice vs Viktoria Žižkov\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119511,\n            \"home_id\": 25563,\n            \"away_id\": 7892\n        },\n        {\n            \"probability\": \"71.99\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sport Boys vs Carlos Manucci\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119756,\n            \"home_id\": 4826,\n            \"away_id\": 4580\n        },\n        {\n            \"probability\": \"71.62\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Atlético Mineiro W vs Palmeiras W\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119684,\n            \"home_id\": 18328,\n            \"away_id\": 7620\n        },\n        {\n            \"probability\": \"71.58\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Viking FK W vs Rosenborg W\",\n            \"unix\": 1724256000,\n            \"fixture_id\": 156119551,\n            \"home_id\": 19772,\n            \"away_id\": 4589\n        },\n        {\n            \"probability\": \"71.53\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Årsunda vs Skövde AIK\",\n            \"unix\": 1724171400,\n            \"fixture_id\": 155864514,\n            \"home_id\": 63086,\n            \"away_id\": 6484\n        },\n        {\n            \"probability\": \"71.43\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Piteå vs Norrköping\",\n            \"unix\": 1724257800,\n            \"fixture_id\": 156119579,\n            \"home_id\": 8025,\n            \"away_id\": 8547\n        },\n        {\n            \"probability\": \"71.34\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Nacional Potosí vs Royal Pari\",\n            \"unix\": 1724281200,\n            \"fixture_id\": 151347027,\n            \"home_id\": 15763,\n            \"away_id\": 15774\n        },\n        {\n            \"probability\": \"70.91\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Nordsjælland U21 vs Lyngby U21\",\n            \"unix\": 1724063400,\n            \"fixture_id\": 153765312,\n            \"home_id\": 27388,\n            \"away_id\": 27391\n        },\n        {\n            \"probability\": \"70.72\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Slavoj Koloveč vs Jiskra Domažlice\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119510,\n            \"home_id\": 63695,\n            \"away_id\": 5592\n        },\n        {\n            \"probability\": \"70.69\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Sydney II vs Rockdale City Suns\",\n            \"unix\": 1724060700,\n            \"fixture_id\": 155619500,\n            \"home_id\": 6131,\n            \"away_id\": 7852\n        },\n        {\n            \"probability\": \"70.29\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"ÍH vs Kári\",\n            \"unix\": 1724267700,\n            \"fixture_id\": 156119753,\n            \"home_id\": 4192,\n            \"away_id\": 7287\n        },\n        {\n            \"probability\": \"70.29\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Skjetten vs Hødd II\",\n            \"unix\": 1724079600,\n            \"fixture_id\": 155619523,\n            \"home_id\": 23813,\n            \"away_id\": 23514\n        },\n        {\n            \"probability\": \"70.18\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sport Huancayo vs Comerciantes Unidos\",\n            \"unix\": 1724184900,\n            \"fixture_id\": 155864754,\n            \"home_id\": 4799,\n            \"away_id\": 14692\n        },\n        {\n            \"probability\": \"69.90\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Jiskra Rýmařov vs Hanácká\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119502,\n            \"home_id\": 4518,\n            \"away_id\": 4537\n        },\n        {\n            \"probability\": \"69.90\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Vasas vs Tatabánya\",\n            \"unix\": 1724090400,\n            \"fixture_id\": 155244797,\n            \"home_id\": 5184,\n            \"away_id\": 4500\n        },\n        {\n            \"probability\": \"69.83\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"HFK Olomouc vs Vyškov\",\n            \"unix\": 1724167800,\n            \"fixture_id\": 155864474,\n            \"home_id\": 6925,\n            \"away_id\": 4533\n        },\n        {\n            \"probability\": \"69.70\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Zrinjski vs Radnik Bijeljina\",\n            \"unix\": 1724083200,\n            \"fixture_id\": 154792921,\n            \"home_id\": 5029,\n            \"away_id\": 8837\n        },\n        {\n            \"probability\": \"69.66\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Deportivo Garcilaso vs Unión Comercio\",\n            \"unix\": 1724271300,\n            \"fixture_id\": 156119758,\n            \"home_id\": 21683,\n            \"away_id\": 14659\n        },\n        {\n            \"probability\": \"69.61\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Thróttur Vogar vs Reynir\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119670,\n            \"home_id\": 5778,\n            \"away_id\": 6494\n        },\n        {\n            \"probability\": \"69.55\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Eastern Suburbs NPL vs Souths United W\",\n            \"unix\": 1724149800,\n            \"fixture_id\": 154792323,\n            \"home_id\": 12239,\n            \"away_id\": 12240\n        },\n        {\n            \"probability\": \"69.44\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Shortan vs Dostlik\",\n            \"unix\": 1724191200,\n            \"fixture_id\": 155864787,\n            \"home_id\": 5812,\n            \"away_id\": 23684\n        },\n        {\n            \"probability\": \"68.88\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Worksop Town vs Matlock Town\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864698,\n            \"home_id\": 10478,\n            \"away_id\": 4160\n        },\n        {\n            \"probability\": \"68.87\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Kozlovice vs Uherský Brod\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119527,\n            \"home_id\": 6926,\n            \"away_id\": 6047\n        },\n        {\n            \"probability\": \"68.19\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Al Ahly vs Pharco\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 155864577,\n            \"home_id\": 5237,\n            \"away_id\": 13078\n        },\n        {\n            \"probability\": \"68.13\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Eskilsminne vs Elfsborg\",\n            \"unix\": 1724257800,\n            \"fixture_id\": 156119589,\n            \"home_id\": 6321,\n            \"away_id\": 8549\n        },\n        {\n            \"probability\": \"68.10\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Stevenage vs Crystal Palace U21\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 156676079,\n            \"home_id\": 6870,\n            \"away_id\": 20736\n        },\n        {\n            \"probability\": \"67.99\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Ängelholm vs Kalmar\",\n            \"unix\": 1724171400,\n            \"fixture_id\": 155864518,\n            \"home_id\": 6652,\n            \"away_id\": 8548\n        },\n        {\n            \"probability\": \"67.97\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sarajevo vs GOSK Gabela\",\n            \"unix\": 1724094000,\n            \"fixture_id\": 154792922,\n            \"home_id\": 4758,\n            \"away_id\": 8475\n        },\n        {\n            \"probability\": \"67.92\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"IFK Hässleholm vs Mjällby\",\n            \"unix\": 1724257800,\n            \"fixture_id\": 156119591,\n            \"home_id\": 6345,\n            \"away_id\": 8114\n        },\n        {\n            \"probability\": \"67.91\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Mjøndalen II vs Frigg\",\n            \"unix\": 1724173200,\n            \"fixture_id\": 155864544,\n            \"home_id\": 6740,\n            \"away_id\": 8133\n        },\n        {\n            \"probability\": \"67.86\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Gremio U20 vs Cuiabá U20\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119671,\n            \"home_id\": 12432,\n            \"away_id\": 31139\n        },\n        {\n            \"probability\": \"67.77\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Alianza Lima vs Cienciano\",\n            \"unix\": 1724203800,\n            \"fixture_id\": 156119398,\n            \"home_id\": 4189,\n            \"away_id\": 4248\n        },\n        {\n            \"probability\": \"67.61\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Smedby vs Utsikten\",\n            \"unix\": 1724257800,\n            \"fixture_id\": 156119582,\n            \"home_id\": 17894,\n            \"away_id\": 6320\n        },\n        {\n            \"probability\": \"67.26\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Herrestads vs Helsingborg\",\n            \"unix\": 1724171400,\n            \"fixture_id\": 155864519,\n            \"home_id\": 23735,\n            \"away_id\": 8112\n        },\n        {\n            \"probability\": \"67.18\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Rokycany vs Příbram\",\n            \"unix\": 1724167800,\n            \"fixture_id\": 155864473,\n            \"home_id\": 6450,\n            \"away_id\": 7612\n        },\n        {\n            \"probability\": \"67.16\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Nyköping vs Degerfors\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119476,\n            \"home_id\": 6636,\n            \"away_id\": 6533\n        },\n        {\n            \"probability\": \"67.05\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Lyn vs Start\",\n            \"unix\": 1724086800,\n            \"fixture_id\": 155619541,\n            \"home_id\": 6753,\n            \"away_id\": 8586\n        },\n        {\n            \"probability\": \"66.91\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Atlético Grau vs Santa Rosa PNP\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119675,\n            \"home_id\": 5042,\n            \"away_id\": 14656\n        },\n        {\n            \"probability\": \"66.53\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"São Paulo W vs Grêmio W\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119680,\n            \"home_id\": 8614,\n            \"away_id\": 7495\n        },\n        {\n            \"probability\": \"65.76\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"IFK Östersund vs Brommapojkarna\",\n            \"unix\": 1724257800,\n            \"fixture_id\": 156119578,\n            \"home_id\": 7985,\n            \"away_id\": 6238\n        },\n        {\n            \"probability\": \"65.57\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Al Adalh vs Al Bukayriyah\",\n            \"unix\": 1724082600,\n            \"fixture_id\": 155619528,\n            \"home_id\": 5135,\n            \"away_id\": 4619\n        },\n        {\n            \"probability\": \"65.42\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Gjilani vs KF Ballkani\",\n            \"unix\": 1724079600,\n            \"fixture_id\": 155619521,\n            \"home_id\": 4999,\n            \"away_id\": 10667\n        },\n        {\n            \"probability\": \"65.39\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Estoril U23 vs Santa Clara U23\",\n            \"unix\": 1724234400,\n            \"fixture_id\": 156119417,\n            \"home_id\": 10706,\n            \"away_id\": 34057\n        },\n        {\n            \"probability\": \"65.33\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Andranik vs Van\",\n            \"unix\": 1724243400,\n            \"fixture_id\": 156119438,\n            \"home_id\": 33763,\n            \"away_id\": 6471\n        },\n        {\n            \"probability\": \"64.85\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Melgar vs Sporting Cristal\",\n            \"unix\": 1724286600,\n            \"fixture_id\": 156326582,\n            \"home_id\": 5067,\n            \"away_id\": 4188\n        },\n        {\n            \"probability\": \"64.64\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"General Lamadrid vs Sportivo Barracas\",\n            \"unix\": 1724090400,\n            \"fixture_id\": 154570338,\n            \"home_id\": 15947,\n            \"away_id\": 15911\n        },\n        {\n            \"probability\": \"64.51\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Beluša vs Jednota Banova\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119483,\n            \"home_id\": 7004,\n            \"away_id\": 4476\n        },\n        {\n            \"probability\": \"64.43\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Crewe Alexandra U21 vs Queens Park Rangers U21\",\n            \"unix\": 1724068800,\n            \"fixture_id\": 155619504,\n            \"home_id\": 27373,\n            \"away_id\": 26205\n        },\n        {\n            \"probability\": \"64.40\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"América Mineiro vs Chapecoense\",\n            \"unix\": 1724277600,\n            \"fixture_id\": 156119765,\n            \"home_id\": 4208,\n            \"away_id\": 5848\n        },\n        {\n            \"probability\": \"64.23\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Probiy Horodenka vs Inhulets\",\n            \"unix\": 1724241600,\n            \"fixture_id\": 156185407,\n            \"home_id\": 63709,\n            \"away_id\": 10211\n        },\n        {\n            \"probability\": \"64.08\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"América Mineiro U20 vs Bahia U20\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119669,\n            \"home_id\": 12457,\n            \"away_id\": 12434\n        },\n        {\n            \"probability\": \"64.07\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Breidablik vs Fram\",\n            \"unix\": 1724094900,\n            \"fixture_id\": 155619583,\n            \"home_id\": 5272,\n            \"away_id\": 4107\n        },\n        {\n            \"probability\": \"64.05\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Metta / LU vs Auda\",\n            \"unix\": 1724076000,\n            \"fixture_id\": 155619513,\n            \"home_id\": 4455,\n            \"away_id\": 6367\n        },\n        {\n            \"probability\": \"64.00\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Los Angeles FC vs Colorado Rapids\",\n            \"unix\": 1724292000,\n            \"fixture_id\": 157346047,\n            \"home_id\": 4859,\n            \"away_id\": 4855\n        },\n        {\n            \"probability\": \"63.62\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Botafogo W vs América Mineiro W\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119686,\n            \"home_id\": 17827,\n            \"away_id\": 18329\n        },\n        {\n            \"probability\": \"63.46\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Al-Shabab Club vs Al Seeb\",\n            \"unix\": 1724170800,\n            \"fixture_id\": 155864506,\n            \"home_id\": 16205,\n            \"away_id\": 14426\n        },\n        {\n            \"probability\": \"63.32\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Slovan Duslo Šaľa vs Fomat Martin\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119488,\n            \"home_id\": 5507,\n            \"away_id\": 6901\n        },\n        {\n            \"probability\": \"63.31\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Pachuca W vs Atlas W\",\n            \"unix\": 1724295960,\n            \"fixture_id\": 156326587,\n            \"home_id\": 3962,\n            \"away_id\": 7122\n        },\n        {\n            \"probability\": \"63.21\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Gold Coast United U23 vs Moreton City U23\",\n            \"unix\": 1724142600,\n            \"fixture_id\": 113834752,\n            \"home_id\": 24801,\n            \"away_id\": 62052\n        },\n        {\n            \"probability\": \"62.87\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Vratimov vs Opava\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119535,\n            \"home_id\": 19290,\n            \"away_id\": 7129\n        },\n        {\n            \"probability\": \"62.70\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Ždírec nad Doubravou vs Lisen\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119506,\n            \"home_id\": 4528,\n            \"away_id\": 4539\n        },\n        {\n            \"probability\": \"62.69\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Novorizontino vs Ituano\",\n            \"unix\": 1724191200,\n            \"fixture_id\": 155864764,\n            \"home_id\": 11892,\n            \"away_id\": 8671\n        },\n        {\n            \"probability\": \"62.45\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Atlético Mineiro vs San Lorenzo\",\n            \"unix\": 1724200200,\n            \"fixture_id\": 156119395,\n            \"home_id\": 5246,\n            \"away_id\": 14765\n        },\n        {\n            \"probability\": \"62.14\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Ureña vs Real Frontera\",\n            \"unix\": 1724191200,\n            \"fixture_id\": 148337107,\n            \"home_id\": 15191,\n            \"away_id\": 15189\n        },\n        {\n            \"probability\": \"61.99\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"JJK vs KuPS Ak.\",\n            \"unix\": 1724167800,\n            \"fixture_id\": 155864475,\n            \"home_id\": 8209,\n            \"away_id\": 23220\n        },\n        {\n            \"probability\": \"61.88\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Racing Club vs Huachipato\",\n            \"unix\": 1724191200,\n            \"fixture_id\": 155864804,\n            \"home_id\": 11572,\n            \"away_id\": 7685\n        },\n        {\n            \"probability\": \"61.85\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Fortaleza vs Rosario Central\",\n            \"unix\": 1724277600,\n            \"fixture_id\": 156119810,\n            \"home_id\": 4849,\n            \"away_id\": 14414\n        },\n        {\n            \"probability\": \"61.78\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"IF Karlstad Fotboll vs Sirius\",\n            \"unix\": 1724171400,\n            \"fixture_id\": 155864515,\n            \"home_id\": 6318,\n            \"away_id\": 6530\n        },\n        {\n            \"probability\": \"61.63\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Slovan Velvary vs Motorlet Praha\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119501,\n            \"home_id\": 7907,\n            \"away_id\": 6052\n        },\n        {\n            \"probability\": \"61.60\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Marítimo vs Bolívar\",\n            \"unix\": 1724274000,\n            \"fixture_id\": 154584750,\n            \"home_id\": 31680,\n            \"away_id\": 18157\n        },\n        {\n            \"probability\": \"61.52\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Amazonas vs Ponte Preta\",\n            \"unix\": 1724198400,\n            \"fixture_id\": 156119356,\n            \"home_id\": 16639,\n            \"away_id\": 4187\n        },\n        {\n            \"probability\": \"61.31\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Godoy Cruz vs Deportivo Riestra\",\n            \"unix\": 1724103900,\n            \"fixture_id\": 154211401,\n            \"home_id\": 15152,\n            \"away_id\": 15742\n        },\n        {\n            \"probability\": \"61.31\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Goiás vs Brusque\",\n            \"unix\": 1724284800,\n            \"fixture_id\": 156326571,\n            \"home_id\": 5244,\n            \"away_id\": 5073\n        },\n        {\n            \"probability\": \"61.31\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"FBK Karlstad vs Sandviken\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119497,\n            \"home_id\": 18705,\n            \"away_id\": 6240\n        },\n        {\n            \"probability\": \"61.15\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Amed SK vs İstanbulspor\",\n            \"unix\": 1724090400,\n            \"fixture_id\": 155619563,\n            \"home_id\": 12096,\n            \"away_id\": 5492\n        },\n        {\n            \"probability\": \"61.07\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Bari U19 vs FeralpiSalò U19\",\n            \"unix\": 1724245200,\n            \"fixture_id\": 156119446,\n            \"home_id\": 18415,\n            \"away_id\": 18431\n        },\n        {\n            \"probability\": \"61.02\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Midtjylland vs Slovan Bratislava\",\n            \"unix\": 1724266800,\n            \"fixture_id\": 155619598,\n            \"home_id\": 4696,\n            \"away_id\": 8844\n        },\n        {\n            \"probability\": \"60.98\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Tulevik vs Laanemaa Haapsalu\",\n            \"unix\": 1724146200,\n            \"fixture_id\": 155864430,\n            \"home_id\": 7290,\n            \"away_id\": 6523\n        },\n        {\n            \"probability\": \"60.80\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Mirassol vs Botafogo SP\",\n            \"unix\": 1724277600,\n            \"fixture_id\": 156119764,\n            \"home_id\": 12138,\n            \"away_id\": 6672\n        },\n        {\n            \"probability\": \"60.48\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Columbus Crew vs Philadelphia Union\",\n            \"unix\": 1724283000,\n            \"fixture_id\": 157346046,\n            \"home_id\": 7747,\n            \"away_id\": 4253\n        },\n        {\n            \"probability\": \"60.30\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Real Brasília W vs Fluminense W\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119683,\n            \"home_id\": 17829,\n            \"away_id\": 18325\n        },\n        {\n            \"probability\": \"60.29\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"César Vallejo vs Alianza Atlético\",\n            \"unix\": 1724099400,\n            \"fixture_id\": 155619587,\n            \"home_id\": 4766,\n            \"away_id\": 14694\n        },\n        {\n            \"probability\": \"60.16\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Karlberg vs Östersunds FK\",\n            \"unix\": 1724256000,\n            \"fixture_id\": 156119549,\n            \"home_id\": 6326,\n            \"away_id\": 6527\n        },\n        {\n            \"probability\": \"60.05\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Oberneuland vs Werder Bremen III\",\n            \"unix\": 1724088600,\n            \"fixture_id\": 155619553,\n            \"home_id\": 6231,\n            \"away_id\": 9661\n        },\n        {\n            \"probability\": \"59.88\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Glenavon vs Linfield\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864620,\n            \"home_id\": 10757,\n            \"away_id\": 11567\n        },\n        {\n            \"probability\": \"59.76\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Marine vs Farsley Celtic\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864729,\n            \"home_id\": 10821,\n            \"away_id\": 12975\n        },\n        {\n            \"probability\": \"59.66\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Bodø / Glimt vs Crvena Zvezda\",\n            \"unix\": 1724180400,\n            \"fixture_id\": 155619599,\n            \"home_id\": 4967,\n            \"away_id\": 5137\n        },\n        {\n            \"probability\": \"59.63\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Cuniburo vs Leones del Norte\",\n            \"unix\": 1724198400,\n            \"fixture_id\": 156119383,\n            \"home_id\": 28815,\n            \"away_id\": 28796\n        },\n        {\n            \"probability\": \"59.60\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Karkonosze Jelenia Góra vs Śląsk Wrocław II\",\n            \"unix\": 1724166000,\n            \"fixture_id\": 156119373,\n            \"home_id\": 19998,\n            \"away_id\": 8011\n        },\n        {\n            \"probability\": \"59.59\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Flamengo RJ U20 vs Internacional U20\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119657,\n            \"home_id\": 10346,\n            \"away_id\": 12461\n        },\n        {\n            \"probability\": \"59.48\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Bospor Bohumín vs Prostějov\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119520,\n            \"home_id\": 13690,\n            \"away_id\": 4519\n        },\n        {\n            \"probability\": \"59.43\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Trollhättan vs GAIS\",\n            \"unix\": 1724257800,\n            \"fixture_id\": 156119588,\n            \"home_id\": 6241,\n            \"away_id\": 7230\n        },\n        {\n            \"probability\": \"59.37\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"KV vs Vídir\",\n            \"unix\": 1724267700,\n            \"fixture_id\": 156119752,\n            \"home_id\": 4181,\n            \"away_id\": 6962\n        },\n        {\n            \"probability\": \"59.32\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Malmö FF vs Sparta Praha\",\n            \"unix\": 1724266800,\n            \"fixture_id\": 155619600,\n            \"home_id\": 5276,\n            \"away_id\": 8630\n        },\n        {\n            \"probability\": \"59.31\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Ljubljana vs Arne Tabor 69\",\n            \"unix\": 1724171400,\n            \"fixture_id\": 154598659,\n            \"home_id\": 28476,\n            \"away_id\": 28472\n        },\n        {\n            \"probability\": \"59.12\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Hyde United vs Basford United\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864677,\n            \"home_id\": 10484,\n            \"away_id\": 11824\n        },\n        {\n            \"probability\": \"59.09\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Spartans W vs Partick Thistle W\",\n            \"unix\": 1724265900,\n            \"fixture_id\": 156119727,\n            \"home_id\": 20321,\n            \"away_id\": 20320\n        },\n        {\n            \"probability\": \"59.07\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Barnsley vs Manchester United U21\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 156676076,\n            \"home_id\": 6871,\n            \"away_id\": 10467\n        },\n        {\n            \"probability\": \"59.02\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Barnsley U21 vs Charlton Athletic U21\",\n            \"unix\": 1724158800,\n            \"fixture_id\": 155864443,\n            \"home_id\": 26238,\n            \"away_id\": 26203\n        },\n        {\n            \"probability\": \"58.91\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Yaracuyanos vs Fundación Lara Deportiva\",\n            \"unix\": 1724268600,\n            \"fixture_id\": 154584754,\n            \"home_id\": 8691,\n            \"away_id\": 15184\n        },\n        {\n            \"probability\": \"58.82\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Seoul W vs Changnyeong W\",\n            \"unix\": 1724148000,\n            \"fixture_id\": 111214530,\n            \"home_id\": 8795,\n            \"away_id\": 8791\n        },\n        {\n            \"probability\": \"58.68\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Ibri vs Al-Nahda\",\n            \"unix\": 1724162100,\n            \"fixture_id\": 155864450,\n            \"home_id\": 14718,\n            \"away_id\": 14427\n        },\n        {\n            \"probability\": \"58.58\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Sarpsborg 08 II vs Gamle Oslo\",\n            \"unix\": 1724088600,\n            \"fixture_id\": 155619554,\n            \"home_id\": 6743,\n            \"away_id\": 24172\n        },\n        {\n            \"probability\": \"58.47\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Houston Dynamo FC II vs Minnesota United II\",\n            \"unix\": 1724284800,\n            \"fixture_id\": 118423484,\n            \"home_id\": 23823,\n            \"away_id\": 23816\n        },\n        {\n            \"probability\": \"58.44\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"AGF vs Vejle\",\n            \"unix\": 1724086800,\n            \"fixture_id\": 155619548,\n            \"home_id\": 4987,\n            \"away_id\": 8858\n        },\n        {\n            \"probability\": \"58.42\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"FK Olympic vs Nasaf\",\n            \"unix\": 1724166000,\n            \"fixture_id\": 155864470,\n            \"home_id\": 17572,\n            \"away_id\": 4229\n        },\n        {\n            \"probability\": \"58.18\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Vitória SC vs Zrinjski\",\n            \"unix\": 1724258700,\n            \"fixture_id\": 156119770,\n            \"home_id\": 10341,\n            \"away_id\": 5029\n        },\n        {\n            \"probability\": \"58.14\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Miedź Legnica II vs Ślęza Wrocław\",\n            \"unix\": 1724166000,\n            \"fixture_id\": 156119367,\n            \"home_id\": 10221,\n            \"away_id\": 10244\n        },\n        {\n            \"probability\": \"58.14\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Trans II vs Tartu Kalev\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119477,\n            \"home_id\": 4457,\n            \"away_id\": 18214\n        },\n        {\n            \"probability\": \"58.06\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Palmeiras U20 vs Cruzeiro U20\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119666,\n            \"home_id\": 12436,\n            \"away_id\": 12433\n        },\n        {\n            \"probability\": \"57.75\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Atlético La Cruz vs Fundación AIFI\",\n            \"unix\": 1724268600,\n            \"fixture_id\": 154584749,\n            \"home_id\": 18158,\n            \"away_id\": 15176\n        },\n        {\n            \"probability\": \"57.74\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"KTP vs SJK Akatemia\",\n            \"unix\": 1724081400,\n            \"fixture_id\": 155619525,\n            \"home_id\": 8543,\n            \"away_id\": 8212\n        },\n        {\n            \"probability\": \"57.63\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Birmingham City U21 vs Colchester United U21\",\n            \"unix\": 1724068800,\n            \"fixture_id\": 155619503,\n            \"home_id\": 27372,\n            \"away_id\": 26760\n        },\n        {\n            \"probability\": \"57.56\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Sindri vs Árbær\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119678,\n            \"home_id\": 6655,\n            \"away_id\": 23198\n        },\n        {\n            \"probability\": \"57.50\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Bełchatów vs Jagiellonia II\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119346,\n            \"home_id\": 7119,\n            \"away_id\": 10227\n        },\n        {\n            \"probability\": \"57.34\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Mounties Wanderers vs Stanmore Hawks\",\n            \"unix\": 1724148000,\n            \"fixture_id\": 147399710,\n            \"home_id\": 23919,\n            \"away_id\": 23646\n        },\n        {\n            \"probability\": \"57.28\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Al Zulfi vs Al Arabi\",\n            \"unix\": 1724262600,\n            \"fixture_id\": 156119652,\n            \"home_id\": 23282,\n            \"away_id\": 23278\n        },\n        {\n            \"probability\": \"57.20\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Berga vs Örgryte\",\n            \"unix\": 1724257800,\n            \"fixture_id\": 156119580,\n            \"home_id\": 6316,\n            \"away_id\": 8842\n        },\n        {\n            \"probability\": \"57.11\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Galanta vs Tatran Krásno\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119481,\n            \"home_id\": 8201,\n            \"away_id\": 8396\n        },\n        {\n            \"probability\": \"56.96\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Carl Zeiss Jena vs Chemnitzer FC\",\n            \"unix\": 1724259600,\n            \"fixture_id\": 156119606,\n            \"home_id\": 4515,\n            \"away_id\": 4658\n        },\n        {\n            \"probability\": \"56.84\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"BW Lohne vs VfB Oldenburg\",\n            \"unix\": 1724261400,\n            \"fixture_id\": 156119627,\n            \"home_id\": 9794,\n            \"away_id\": 10058\n        },\n        {\n            \"probability\": \"56.66\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"MKS Korona Kielce II vs Wisła Kraków II\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119378,\n            \"home_id\": 10420,\n            \"away_id\": 33920\n        },\n        {\n            \"probability\": \"56.60\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Ceske Budejovice U19 vs Jihlava U19\",\n            \"unix\": 1724144400,\n            \"fixture_id\": 155864426,\n            \"home_id\": 3967,\n            \"away_id\": 25982\n        },\n        {\n            \"probability\": \"56.58\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Sandnes Ulf vs Stabæk\",\n            \"unix\": 1724086800,\n            \"fixture_id\": 155619543,\n            \"home_id\": 5259,\n            \"away_id\": 8582\n        },\n        {\n            \"probability\": \"56.53\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Buxton vs Darlington\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864664,\n            \"home_id\": 10499,\n            \"away_id\": 12976\n        },\n        {\n            \"probability\": \"56.46\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Internacional RS W vs Santos W\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119682,\n            \"home_id\": 4767,\n            \"away_id\": 4637\n        },\n        {\n            \"probability\": \"56.44\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"River Plate vs Talleres Córdoba\",\n            \"unix\": 1724286600,\n            \"fixture_id\": 156326578,\n            \"home_id\": 11573,\n            \"away_id\": 14722\n        },\n        {\n            \"probability\": \"56.33\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"NKP Podhale vs Siarka Tarnobrzeg\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119374,\n            \"home_id\": 9327,\n            \"away_id\": 10263\n        },\n        {\n            \"probability\": \"56.25\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Urartu vs Ararat-Armenia\",\n            \"unix\": 1724079600,\n            \"fixture_id\": 155619522,\n            \"home_id\": 11344,\n            \"away_id\": 10595\n        },\n        {\n            \"probability\": \"56.22\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Southend United vs Boston United\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864647,\n            \"home_id\": 9696,\n            \"away_id\": 11777\n        },\n        {\n            \"probability\": \"56.16\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Boeun Sangmu W vs Hwacheon KSPO W\",\n            \"unix\": 1724140800,\n            \"fixture_id\": 155864425,\n            \"home_id\": 8796,\n            \"away_id\": 8792\n        },\n        {\n            \"probability\": \"56.09\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Reading vs West Ham United U21\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 156676082,\n            \"home_id\": 5490,\n            \"away_id\": 10309\n        },\n        {\n            \"probability\": \"56.09\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Partizani Tirana vs Vllaznia Shkodër\",\n            \"unix\": 1724090400,\n            \"fixture_id\": 155619556,\n            \"home_id\": 10676,\n            \"away_id\": 10672\n        },\n        {\n            \"probability\": \"56.00\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Bolívar vs Fundación AIFI\",\n            \"unix\": 1724191200,\n            \"fixture_id\": 148337105,\n            \"home_id\": 18157,\n            \"away_id\": 15176\n        },\n        {\n            \"probability\": \"55.86\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Afturelding vs Thróttur Reykjavík\",\n            \"unix\": 1724094900,\n            \"fixture_id\": 155619582,\n            \"home_id\": 6664,\n            \"away_id\": 6965\n        },\n        {\n            \"probability\": \"55.79\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Montana vs Lovech\",\n            \"unix\": 1724171400,\n            \"fixture_id\": 155864512,\n            \"home_id\": 7436,\n            \"away_id\": 7538\n        },\n        {\n            \"probability\": \"55.78\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Atlético San Luis W vs Guadalajara W\",\n            \"unix\": 1724115600,\n            \"fixture_id\": 155244920,\n            \"home_id\": 8721,\n            \"away_id\": 5072\n        },\n        {\n            \"probability\": \"55.58\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Chesterfield vs Manchester City U21\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 156676077,\n            \"home_id\": 10331,\n            \"away_id\": 10314\n        },\n        {\n            \"probability\": \"55.37\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Barra SC U20 vs Criciuma U20\",\n            \"unix\": 1724106600,\n            \"fixture_id\": 153081734,\n            \"home_id\": 26525,\n            \"away_id\": 22771\n        },\n        {\n            \"probability\": \"55.23\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Olympic vs Rosengård\",\n            \"unix\": 1724083200,\n            \"fixture_id\": 155619531,\n            \"home_id\": 6338,\n            \"away_id\": 6342\n        },\n        {\n            \"probability\": \"55.21\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Nanjing City vs Chengdu Rongcheng\",\n            \"unix\": 1724240100,\n            \"fixture_id\": 156119433,\n            \"home_id\": 17845,\n            \"away_id\": 10714\n        },\n        {\n            \"probability\": \"55.15\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Estudiantes La Plata Res vs Godoy Cruz Res.\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 155864597,\n            \"home_id\": 16880,\n            \"away_id\": 16877\n        },\n        {\n            \"probability\": \"55.13\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Ranheim vs Mjøndalen\",\n            \"unix\": 1724086800,\n            \"fixture_id\": 155619544,\n            \"home_id\": 5256,\n            \"away_id\": 8581\n        },\n        {\n            \"probability\": \"55.12\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Tampa Bay Rowdies vs Detroit City\",\n            \"unix\": 1724283000,\n            \"fixture_id\": 156119819,\n            \"home_id\": 7746,\n            \"away_id\": 12519\n        },\n        {\n            \"probability\": \"55.07\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Lille vs Slavia Praha\",\n            \"unix\": 1724180400,\n            \"fixture_id\": 155619601,\n            \"home_id\": 8035,\n            \"away_id\": 7611\n        },\n        {\n            \"probability\": \"55.05\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"South Shields vs Warrington Town\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864692,\n            \"home_id\": 11828,\n            \"away_id\": 11825\n        },\n        {\n            \"probability\": \"54.94\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Quanzhou Yassin vs Tai'an Tiankuang\",\n            \"unix\": 1724059800,\n            \"fixture_id\": 155619499,\n            \"home_id\": 19723,\n            \"away_id\": 24701\n        },\n        {\n            \"probability\": \"54.79\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Kvasice vs Strani\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119503,\n            \"home_id\": 63447,\n            \"away_id\": 4536\n        },\n        {\n            \"probability\": \"54.75\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Horní Ředice vs Sokol Živanice\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119524,\n            \"home_id\": 63577,\n            \"away_id\": 7044\n        },\n        {\n            \"probability\": \"54.75\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Saburtalo vs Samtredia\",\n            \"unix\": 1724083200,\n            \"fixture_id\": 155244758,\n            \"home_id\": 4966,\n            \"away_id\": 4891\n        },\n        {\n            \"probability\": \"54.63\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Ballymena United vs Crusaders\",\n            \"unix\": 1724265900,\n            \"fixture_id\": 156119723,\n            \"home_id\": 10882,\n            \"away_id\": 9780\n        },\n        {\n            \"probability\": \"54.45\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Unión Magdalena vs Cúcuta Deportivo\",\n            \"unix\": 1724286600,\n            \"fixture_id\": 154562821,\n            \"home_id\": 5872,\n            \"away_id\": 7788\n        },\n        {\n            \"probability\": \"54.42\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Palmeiras vs Botafogo\",\n            \"unix\": 1724286600,\n            \"fixture_id\": 156326579,\n            \"home_id\": 7701,\n            \"away_id\": 5242\n        },\n        {\n            \"probability\": \"54.35\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Noah vs Ružomberok\",\n            \"unix\": 1724169600,\n            \"fixture_id\": 156119809,\n            \"home_id\": 4915,\n            \"away_id\": 5045\n        },\n        {\n            \"probability\": \"54.26\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Wigry Suwałki vs Sokół Aleksandrów\",\n            \"unix\": 1724259600,\n            \"fixture_id\": 156119354,\n            \"home_id\": 5569,\n            \"away_id\": 10239\n        },\n        {\n            \"probability\": \"54.23\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Meppen vs Bremer SV\",\n            \"unix\": 1724259600,\n            \"fixture_id\": 156119598,\n            \"home_id\": 11719,\n            \"away_id\": 9573\n        },\n        {\n            \"probability\": \"54.14\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Podkonice vs Nové Zámky\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119482,\n            \"home_id\": 9337,\n            \"away_id\": 9750\n        },\n        {\n            \"probability\": \"54.05\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Přepeře vs Varnsdorf\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119533,\n            \"home_id\": 4603,\n            \"away_id\": 4604\n        },\n        {\n            \"probability\": \"53.97\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Newell's Old Boys Res. vs Defensa y Justicia Res.\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 155864595,\n            \"home_id\": 16887,\n            \"away_id\": 16888\n        },\n        {\n            \"probability\": \"53.94\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Castkovce vs Baník Lehota p.Vtáčnikom\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119486,\n            \"home_id\": 7935,\n            \"away_id\": 12400\n        },\n        {\n            \"probability\": \"53.90\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sandecja Nowy Sącz vs Czarni Połaniec\",\n            \"unix\": 1724238000,\n            \"fixture_id\": 156119377,\n            \"home_id\": 4156,\n            \"away_id\": 19999\n        },\n        {\n            \"probability\": \"53.86\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Raufoss vs Egersund\",\n            \"unix\": 1724083200,\n            \"fixture_id\": 155619529,\n            \"home_id\": 5260,\n            \"away_id\": 6711\n        },\n        {\n            \"probability\": \"53.83\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Aritma Praha vs Sokol Hostoun\",\n            \"unix\": 1724167800,\n            \"fixture_id\": 156119528,\n            \"home_id\": 6062,\n            \"away_id\": 8152\n        },\n        {\n            \"probability\": \"53.78\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Famalicão U23 vs Rio Ave U23\",\n            \"unix\": 1724259600,\n            \"fixture_id\": 156119623,\n            \"home_id\": 10701,\n            \"away_id\": 10700\n        },\n        {\n            \"probability\": \"53.66\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Needham Market vs Scunthorpe United\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864689,\n            \"home_id\": 10491,\n            \"away_id\": 9767\n        },\n        {\n            \"probability\": \"53.56\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Maidstone United vs Hampton & Richmond\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864697,\n            \"home_id\": 12812,\n            \"away_id\": 11508\n        },\n        {\n            \"probability\": \"53.53\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Kickers Emden vs Werder Bremen II\",\n            \"unix\": 1724173200,\n            \"fixture_id\": 155864526,\n            \"home_id\": 9690,\n            \"away_id\": 10731\n        },\n        {\n            \"probability\": \"53.52\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Vysoke Myto vs Chrudim\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119513,\n            \"home_id\": 8493,\n            \"away_id\": 4031\n        },\n        {\n            \"probability\": \"53.46\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Unia Tarnów vs Wisłoka Dębica\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119380,\n            \"home_id\": 19794,\n            \"away_id\": 10231\n        },\n        {\n            \"probability\": \"53.38\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Técnico Universitario vs Delfin\",\n            \"unix\": 1724112000,\n            \"fixture_id\": 155658093,\n            \"home_id\": 4191,\n            \"away_id\": 4256\n        },\n        {\n            \"probability\": \"53.26\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Talleres Remedios vs Guillermo Brown\",\n            \"unix\": 1724097900,\n            \"fixture_id\": 155619569,\n            \"home_id\": 15887,\n            \"away_id\": 15693\n        },\n        {\n            \"probability\": \"53.22\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Dečić vs Mornar\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119703,\n            \"home_id\": 7774,\n            \"away_id\": 7781\n        },\n        {\n            \"probability\": \"53.11\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Atletico-PR U20 vs Corinthians U20\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119664,\n            \"home_id\": 12460,\n            \"away_id\": 12431\n        },\n        {\n            \"probability\": \"53.06\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sutjeska vs Arsenal Tivat\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119705,\n            \"home_id\": 4920,\n            \"away_id\": 7768\n        },\n        {\n            \"probability\": \"52.84\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Víkingur Ólafsvík vs Haukar\",\n            \"unix\": 1724263200,\n            \"fixture_id\": 156119672,\n            \"home_id\": 6665,\n            \"away_id\": 5777\n        },\n        {\n            \"probability\": \"52.78\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Tallinna Kalev II vs Harju Jalgpallikool\",\n            \"unix\": 1724256000,\n            \"fixture_id\": 156119548,\n            \"home_id\": 9980,\n            \"away_id\": 8450\n        },\n        {\n            \"probability\": \"52.78\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"VfB Lübeck vs Weiche Flensburg\",\n            \"unix\": 1724175000,\n            \"fixture_id\": 155864564,\n            \"home_id\": 4396,\n            \"away_id\": 9668\n        },\n        {\n            \"probability\": \"52.75\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Maccabi Petah Tikva vs Beitar Jerusalem\",\n            \"unix\": 1724086800,\n            \"fixture_id\": 154562771,\n            \"home_id\": 8651,\n            \"away_id\": 4918\n        },\n        {\n            \"probability\": \"52.75\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Stockholm Internazionale vs GIF Sundsvall\",\n            \"unix\": 1724171400,\n            \"fixture_id\": 155864513,\n            \"home_id\": 4750,\n            \"away_id\": 7228\n        },\n        {\n            \"probability\": \"52.73\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Burton Albion vs Leicester U21\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 156676080,\n            \"home_id\": 5142,\n            \"away_id\": 10308\n        },\n        {\n            \"probability\": \"52.73\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Tranmere Rovers vs Everton U21\",\n            \"unix\": 1724176800,\n            \"fixture_id\": 156676074,\n            \"home_id\": 4024,\n            \"away_id\": 21251\n        },\n        {\n            \"probability\": \"52.70\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"12 de Octubre SD vs Sportivo Trinidense\",\n            \"unix\": 1724185800,\n            \"fixture_id\": 156168495,\n            \"home_id\": 20126,\n            \"away_id\": 7714\n        },\n        {\n            \"probability\": \"52.66\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Unia Turza Śląska vs Kluczbork\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119372,\n            \"home_id\": 26922,\n            \"away_id\": 10259\n        },\n        {\n            \"probability\": \"52.64\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Halifax Town vs Gateshead\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864638,\n            \"home_id\": 10327,\n            \"away_id\": 12813\n        },\n        {\n            \"probability\": \"52.62\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Coventry City U21 vs Millwall U21\",\n            \"unix\": 1724155200,\n            \"fixture_id\": 155864438,\n            \"home_id\": 26740,\n            \"away_id\": 26209\n        },\n        {\n            \"probability\": \"52.59\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Torque vs La Luz\",\n            \"unix\": 1724104800,\n            \"fixture_id\": 154562783,\n            \"home_id\": 4801,\n            \"away_id\": 23614\n        },\n        {\n            \"probability\": \"52.45\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Sokol Tasovice vs Slovan Rosice\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119505,\n            \"home_id\": 4041,\n            \"away_id\": 4465\n        },\n        {\n            \"probability\": \"52.42\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Curzon Ashton vs Oxford City\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864671,\n            \"home_id\": 10485,\n            \"away_id\": 12980\n        },\n        {\n            \"probability\": \"52.38\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Newcastle United U21 vs Sunderland U21\",\n            \"unix\": 1724090400,\n            \"fixture_id\": 155619567,\n            \"home_id\": 12292,\n            \"away_id\": 26743\n        },\n        {\n            \"probability\": \"52.24\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Gualaceo vs Manta\",\n            \"unix\": 1724284800,\n            \"fixture_id\": 156326570,\n            \"home_id\": 7699,\n            \"away_id\": 7274\n        },\n        {\n            \"probability\": \"52.21\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Skeid II vs Oppsal\",\n            \"unix\": 1724169600,\n            \"fixture_id\": 155864498,\n            \"home_id\": 6783,\n            \"away_id\": 6745\n        },\n        {\n            \"probability\": \"52.19\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Eyüpspor vs Bodrumspor\",\n            \"unix\": 1724090400,\n            \"fixture_id\": 155619564,\n            \"home_id\": 12002,\n            \"away_id\": 11980\n        },\n        {\n            \"probability\": \"52.11\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Benesov vs Písek\",\n            \"unix\": 1724254200,\n            \"fixture_id\": 156119519,\n            \"home_id\": 6085,\n            \"away_id\": 5591\n        },\n        {\n            \"probability\": \"52.06\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Goczałkowice Zdrój vs Pawłowice Śląskie\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119366,\n            \"home_id\": 10229,\n            \"away_id\": 10242\n        },\n        {\n            \"probability\": \"51.99\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Flora II vs Levadia II\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119470,\n            \"home_id\": 5519,\n            \"away_id\": 10945\n        },\n        {\n            \"probability\": \"51.93\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Tombense vs Botafogo PB\",\n            \"unix\": 1724108400,\n            \"fixture_id\": 155619616,\n            \"home_id\": 4852,\n            \"away_id\": 5844\n        },\n        {\n            \"probability\": \"51.92\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Mławianka Mława vs Legia Warszawa II\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119353,\n            \"home_id\": 25996,\n            \"away_id\": 18560\n        },\n        {\n            \"probability\": \"51.91\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Sollentuna vs Örebro\",\n            \"unix\": 1724169600,\n            \"fixture_id\": 155864493,\n            \"home_id\": 6634,\n            \"away_id\": 8546\n        },\n        {\n            \"probability\": \"51.91\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Antioquia vs Guadalupe\",\n            \"unix\": 1724115600,\n            \"fixture_id\": 154794017,\n            \"home_id\": 34119,\n            \"away_id\": 7724\n        },\n        {\n            \"probability\": \"51.82\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Eastleigh vs Solihull Moors\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864635,\n            \"home_id\": 9786,\n            \"away_id\": 9630\n        },\n        {\n            \"probability\": \"51.75\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Polkowice vs Stilon Gorzow\",\n            \"unix\": 1724252400,\n            \"fixture_id\": 156119370,\n            \"home_id\": 6569,\n            \"away_id\": 26044\n        },\n        {\n            \"probability\": \"51.69\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"V-Varen Nagasaki vs Yokohama F. Marinos\",\n            \"unix\": 1724234400,\n            \"fixture_id\": 156119418,\n            \"home_id\": 6174,\n            \"away_id\": 5296\n        },\n        {\n            \"probability\": \"51.67\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Bryne vs Kongsvinger\",\n            \"unix\": 1724086800,\n            \"fixture_id\": 155619540,\n            \"home_id\": 8131,\n            \"away_id\": 5264\n        },\n        {\n            \"probability\": \"51.62\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sheffield Wednesday U21 vs Bristol City U21\",\n            \"unix\": 1724162400,\n            \"fixture_id\": 155864455,\n            \"home_id\": 26200,\n            \"away_id\": 26239\n        },\n        {\n            \"probability\": \"51.58\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"The Strongest vs Peñarol\",\n            \"unix\": 1724277600,\n            \"fixture_id\": 156119808,\n            \"home_id\": 15772,\n            \"away_id\": 5098\n        },\n        {\n            \"probability\": \"51.51\",\n            \"outcome\": \"away\",\n            \"fixture_name\": \"Braintree Town vs Aldershot Town\",\n            \"unix\": 1724179500,\n            \"fixture_id\": 155864632,\n            \"home_id\": 10883,\n            \"away_id\": 4173\n        },\n        {\n            \"probability\": \"51.46\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Sporting CP U23 vs Benfica U23\",\n            \"unix\": 1724166000,\n            \"fixture_id\": 155864462,\n            \"home_id\": 10705,\n            \"away_id\": 10708\n        },\n        {\n            \"probability\": \"51.42\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Aragua vs Real Frontera\",\n            \"unix\": 1724270400,\n            \"fixture_id\": 154584752,\n            \"home_id\": 8696,\n            \"away_id\": 15189\n        },\n        {\n            \"probability\": \"51.37\",\n            \"outcome\": \"home\",\n            \"fixture_name\": \"Maryland Bobcats vs Michigan Stars\",\n            \"unix\": 1724281200,\n            \"fixture_id\": 156119816,\n            \"home_id\": 17817,\n            \"away_id\": 11363\n        }\n    ]\n}"}],"_postman_id":"12448892-481a-4e8d-bc7e-00cd3f94c5c0"},{"name":"Probability Markets","id":"8156c766-f3bf-4fec-adf4-8127e263afd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/probability/markets?api_token=YOUR_API_TOKEN","description":"<p>This endpoint allows you to explore the probability model markets.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","probability","markets"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"6523e527-6a6c-47cb-9a0c-48a779565a3b","name":"Probability Markets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/probability/markets?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","probability","markets"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 07:02:49 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 215,\n        \"name\": \"btts\",\n        \"title\": \"Both Teams To Score Probability\"\n    },\n    {\n        \"id\": 216,\n        \"name\": \"htft\",\n        \"title\": \"Half Time/Full Time Probability\"\n    },\n    {\n        \"id\": 217,\n        \"name\": \"ht_result\",\n        \"title\": \"First Half Winner Probability\"\n    },\n    {\n        \"id\": 218,\n        \"name\": \"o1_goals\",\n        \"title\": \"Over/Under 1.5 Probability\"\n    },\n    {\n        \"id\": 219,\n        \"name\": \"o2_goals\",\n        \"title\": \"Over/Under 2.5 Probability\"\n    },\n    {\n        \"id\": 220,\n        \"name\": \"o3_goals\",\n        \"title\": \"Over/Under 3.5 Probability\"\n    },\n    {\n        \"id\": 221,\n        \"name\": \"ft_result\",\n        \"title\": \"Fulltime Result Probability\"\n    },\n    {\n        \"id\": 222,\n        \"name\": \"score_first\",\n        \"title\": \"Team To Score First Probability\"\n    },\n    {\n        \"id\": 223,\n        \"name\": \"double_chance\",\n        \"title\": \"Double Chance Probability\"\n    },\n    {\n        \"id\": 304,\n        \"name\": \"home_o3_goals\",\n        \"title\": \"Home Over/Under 3.5 Probability\"\n    },\n    {\n        \"id\": 305,\n        \"name\": \"away_o3_goals\",\n        \"title\": \"Away Over/Under 3.5 Probability\"\n    },\n    {\n        \"id\": 306,\n        \"name\": \"away_o2_goals\",\n        \"title\": \"Away Over/Under 2.5 Probability\"\n    },\n    {\n        \"id\": 307,\n        \"name\": \"home_o2_goals\",\n        \"title\": \"Home Over/Under 2.5 Probability\"\n    },\n    {\n        \"id\": 308,\n        \"name\": \"home_o1_goals\",\n        \"title\": \"Home Over/Under 1.5 Probability\"\n    },\n    {\n        \"id\": 309,\n        \"name\": \"away_o1_goals\",\n        \"title\": \"Away Over/Under 1.5 Probability\"\n    },\n    {\n        \"id\": 310,\n        \"name\": \"away_o0_goals\",\n        \"title\": \"Away Over/Under 0.5 Probability\"\n    },\n    {\n        \"id\": 311,\n        \"name\": \"home_o0_goals\",\n        \"title\": \"Home Over/Under 0.5 Probability\"\n    },\n    {\n        \"id\": 312,\n        \"name\": \"o0_goals\",\n        \"title\": \"Over/Under 0.5 Probability\"\n    },\n    {\n        \"id\": 717,\n        \"name\": \"o4_goals\",\n        \"title\": \"Over/Under 4.5 Probability\"\n    },\n    {\n        \"id\": 720,\n        \"name\": \"o5_corners\",\n        \"title\": \"Corners Over/Under 5 Probability\"\n    },\n    {\n        \"id\": 721,\n        \"name\": \"o11_corners\",\n        \"title\": \"Corners Over/Under 11 Probability\"\n    },\n    {\n        \"id\": 722,\n        \"name\": \"o6_corners\",\n        \"title\": \"Corners Over/Under 6 Probability\"\n    },\n    {\n        \"id\": 723,\n        \"name\": \"o7_corners\",\n        \"title\": \"Corners Over/Under 7 Probability\"\n    },\n    {\n        \"id\": 724,\n        \"name\": \"o9_corners\",\n        \"title\": \"Corners Over/Under 9 Probability\"\n    },\n    {\n        \"id\": 725,\n        \"name\": \"o10_corners\",\n        \"title\": \"Corners Over/Under 10 Probability\"\n    },\n    {\n        \"id\": 726,\n        \"name\": \"o8_corners\",\n        \"title\": \"Corners Over/Under 8 Probability\"\n    },\n    {\n        \"id\": 727,\n        \"name\": \"o4_corners\",\n        \"title\": \"Corners Over/Under 4 Probability\"\n    }\n]"}],"_postman_id":"8156c766-f3bf-4fec-adf4-8127e263afd5"}],"id":"2fe836f9-611c-4a5e-8fa5-b43de9e15d24","_postman_id":"2fe836f9-611c-4a5e-8fa5-b43de9e15d24","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Value Bets","item":[{"name":"All Value Bets","id":"de8e6ab1-6d3f-43d1-bded-24eabb88b212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/value/:TYPE?api_token=YOUR_API_TOKEN","description":"<p>This endpoint gives you access to the powerful value bets that can be found on OddAlerts. It gives you access to the raw data, including the odds from multiple bookmakers.</p>\n<p>This endpoint has two TYPES:</p>\n<ul>\n<li><p>api/value/upcoming</p>\n</li>\n<li><p>api/value/results</p>\n</li>\n</ul>\n<p>The first will show you all upcoming value bets on OddAlerts, whilst the latter will show you the games that have recently finished. This setting is used for updating your database, app, or spreadsheet.</p>\n<p>You can also filter for a specific market by including the market parameter, like so:</p>\n<p><em>/value/upcoming&amp;market=homeWin</em></p>\n<p>Here is the full list of available market filters:</p>\n<ul>\n<li><p>homeWin</p>\n</li>\n<li><p>draw</p>\n</li>\n<li><p>awayWin</p>\n</li>\n<li><p>btts</p>\n</li>\n<li><p>o15</p>\n</li>\n<li><p>u15</p>\n</li>\n<li><p>o25</p>\n</li>\n<li><p>u25</p>\n</li>\n<li><p>o35</p>\n</li>\n<li><p>u35</p>\n</li>\n<li><p>homeGoals</p>\n</li>\n<li><p>awayGoals</p>\n</li>\n<li><p>o85Corners</p>\n</li>\n</ul>\n<p>And you can filter on the bookmakers, like so:</p>\n<ul>\n<li><p>&amp;bookmakers=6,7</p>\n</li>\n<li><p>&amp;bookmakers=6</p>\n</li>\n</ul>\n<p>If you want to view multiple markets, you can chain them like so: <em>homeWin,btts,draw</em></p>\n<p>You can use the &amp;duration parameter to adjust the time frame that games are found from. For example, adding:</p>\n<p><em>&amp;duration=43200</em></p>\n<p>to your endpoint will show you value bets for the next 12 hours. This value is in seconds. If you're using the /results endpoint, it will show you results from the last 12 hours.</p>\n<p>You can also sort the value bets you see by like so:</p>\n<p>&amp;sort=time</p>\n<p>By default, value bets are sorted by time, but you can sort by any of the following data points:</p>\n<ul>\n<li><p>odds</p>\n</li>\n<li><p>probability</p>\n</li>\n<li><p>value</p>\n</li>\n<li><p>peak_odds</p>\n</li>\n<li><p>our_odds</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","value",":TYPE"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"market","value":"homeWin"},{"disabled":true,"key":"duration","value":"43200"}],"variable":[{"type":"any","value":"upcoming","key":"TYPE"}]}},"response":[{"id":"9388b241-8b4d-40af-bfd1-23be7e8673ed","name":"Value Bets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/value/:TYPE?api_token=YOUR_API_TOKEN&sort=odds","protocol":"https","host":["data","oddalerts","com"],"path":["api","value",":TYPE"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"page","value":"1","type":"text","disabled":true},{"key":"market","value":"homeWin","type":"text","disabled":true},{"key":"sort","value":"odds"}],"variable":[{"key":"TYPE","value":"upcoming"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"market\": false,\n        \"page\": 1,\n        \"per_page\": 500,\n        \"results\": 3066,\n        \"pages\": 7,\n        \"has_more\": true,\n        \"next_page_url\": \"NEXT PAGE URL WILL APPEAR HERE\"\n    },\n    \"data\": [ // 1 Result for the Example\n        {\n            \"id\": 25579999,\n            \"market\": \"away_win_probability\",\n            \"home_name\": \"Southern United\",\n            \"away_name\": \"Kula\",\n            \"status\": \"NS\",\n            \"unix\": 1676170800,\n            \"ko_human\": \"03:00\",\n            \"home_goals\": null,\n            \"away_goals\": null,\n            \"home_played\": 19,\n            \"away_played\": 18,\n            \"corners\": null,\n            \"competition\": {\n                \"id\": 131,\n                \"name\": \"S-League\",\n                \"season\": \"2022/2023\",\n                \"season_id\": 2909,\n                \"country\": \"Solomon Islands\",\n                \"is_cup\": false,\n                \"is_friendly\": false,\n                \"predictability\": \"high\",\n                \"progress\": 86\n            },\n            \"odds\": [\n                {\n                    \"bookmaker_id\": 3,\n                    \"bookmaker_name\": \"1xBet\",\n                    \"latest\": \"4.84\",\n                    \"opening\": \"4.54\",\n                    \"peak\": \"4.90\",\n                    \"is_value\": true,\n                    \"value\": 46.22\n                },\n                {\n                    \"bookmaker_id\": 2,\n                    \"bookmaker_name\": \"Bet365\",\n                    \"latest\": \"4.50\",\n                    \"opening\": \"4.50\",\n                    \"peak\": \"4.50\",\n                    \"is_value\": true,\n                    \"value\": 35.95\n                },\n                {\n                    \"bookmaker_id\": 4,\n                    \"bookmaker_name\": \"WilliamHill\",\n                    \"latest\": \"3.80\",\n                    \"opening\": \"3.80\",\n                    \"peak\": \"3.80\",\n                    \"is_value\": true,\n                    \"value\": 14.8\n                }\n            ],\n            \"latest_odds\": \"4.84\",\n            \"peak_odds\": \"4.90\",\n            \"our_odds\": 3.31,\n            \"value\": 46.22,\n            \"probability\": 30.2,\n            \"result\": null\n        },\n    ],\n}"}],"_postman_id":"de8e6ab1-6d3f-43d1-bded-24eabb88b212"},{"name":"Your Value Bet Strategies","id":"2414999a-0f8f-4ca3-bb3d-08449d0d7d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/value/you?api_token=YOUR_API_TOKEN","description":"<h2 id=\"value-bets--your-strategies\">Value Bets — Your Strategies</h2>\n<p>These endpoints let you view your configured value bet strategies and retrieve upcoming fixtures that match them. You can edit your settings for this endpoint <a href=\"https://oddalerts.com/app/value-bets\">here</a>. All filters from your strategy settings (probability range, odds range, value range, bookmaker, predictability, etc.) are applied automatically.</p>\n<h3 id=\"get-valueyou\"><code>GET /value/you</code></h3>\n<p>Returns a list of your configured value bet strategies. Each strategy has a unique <code>id</code> that you use with the next endpoint.</p>\n<p>Authentication: Requires <code>api_token</code></p>\n<p>Example Request:</p>\n<p>GET /api/value/you?api_token=YOUR_TOKEN</p>\n<p>Example Response:</p>\n<p>{ \"info\": { \"count\": 16 }, \"data\": [ { \"id\": \"home_win_probability\", \"text\": \"Home Win\", \"strategy_label\": \"Kambi Group Closing\", \"market_key\": \"ft_result\", \"market_id\": 6, \"bet\": \"home\", \"base_market\": \"home_win_probability\", \"odds_type\": \"closing\", \"bookmaker\": \"6\", \"range\": [\"42\", \"100\"], \"odds\": [\"2\", \"100\"], \"value_range\": [\"5\", \"35\"], \"min_played\": \"0\", \"league_progress\": [0, 100], \"league_predictability\": { \"any\": false, \"poor\": true, \"medium\": true, \"good\": true, \"high\": true }, \"exclude\": { \"cups\": false, \"friendlies\": true }, \"automation\": false, \"cover_fixture_lifetime\": false } ]}</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","value","you"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"bookmakers","value":""},{"disabled":true,"key":"markets","value":""},{"disabled":true,"key":"outcomes","value":null}],"variable":[]}},"response":[],"_postman_id":"2414999a-0f8f-4ca3-bb3d-08449d0d7d61"},{"name":"Your Value Bets","id":"4537679f-1fb4-419b-be0d-85e9853fd6d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/value/you/:ID?api_token=YOUR_API_TOKEN","description":"<h2 id=\"value-bets--your-strategies\">Value Bets — Your Strategies</h2>\n<p>These endpoints let you view your configured value bet strategies and retrieve upcoming fixtures that match them. You can edit your settings for this endpoint <a href=\"https://oddalerts.com/app/value-bets\">here</a>. All filters from your strategy settings (probability range, odds range, value range, bookmaker, predictability, etc.) are applied automatically.</p>\n<h3 id=\"get-valueyouid\"><code>GET /value/you/{id}</code></h3>\n<p>Returns upcoming fixtures that match a specific strategy's filters. The <code>{id}</code> comes from the <code>/value/you</code> endpoint above.</p>\n<p>Probability, odds, and value filters from your strategy are applied automatically. Each returned fixture includes a <code>value</code> field showing the calculated value percentage.</p>\n<p>Authentication: Requires <code>api_token</code></p>\n<p>Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>from</code></td>\n<td>Unix timestamp</td>\n<td>now</td>\n<td>Start of date range</td>\n</tr>\n<tr>\n<td><code>to</code></td>\n<td>Unix timestamp</td>\n<td>now + 14 days</td>\n<td>End of date range</td>\n</tr>\n<tr>\n<td><code>include</code></td>\n<td>string</td>\n<td><code>probability,odds</code></td>\n<td>Comma-separated. <code>probability</code> and <code>odds</code> are always included. Additional options: <code>stats</code>, <code>h2h</code>, <code>correctScores</code>, <code>timings</code>, <code>odds.live</code></td>\n</tr>\n<tr>\n<td><code>competitions</code></td>\n<td>string</td>\n<td>—</td>\n<td>Filter by competition IDs (comma-separated)</td>\n</tr>\n<tr>\n<td><code>seasons</code></td>\n<td>string</td>\n<td>—</td>\n<td>Filter by season IDs (comma-separated)</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>string</td>\n<td>—</td>\n<td>Filter by team IDs (comma-separated)</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>250</td>\n<td>Results per page (max 250)</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>1</td>\n<td>Page number</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example Request:</p>\n<p>GET /api/value/you/u25_probability?api_token=YOUR_TOKEN</p>\n<p>With date range and additional includes:</p>\n<p>GET /api/value/you/o25_probability?api_token=YOUR_TOKEN&amp;from=1774600000&amp;to=1775200000&amp;include=stats,h2h</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","value","you",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"bookmakers","value":""},{"disabled":true,"key":"markets","value":""},{"disabled":true,"key":"outcomes","value":null}],"variable":[{"type":"any","value":"","key":"ID"}]}},"response":[],"_postman_id":"4537679f-1fb4-419b-be0d-85e9853fd6d4"}],"id":"6f8b4d53-6194-4b87-9d2a-e3a91343a04a","_postman_id":"6f8b4d53-6194-4b87-9d2a-e3a91343a04a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Referees","item":[{"name":"All Referees","id":"8c73fa21-ddfc-4107-8696-afc2ae47a14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/referees?api_token=YOUR_API_TOKEN","description":"<h2 id=\"get-referees\">GET /referees</h2>\n<p>Returns a paginated list of all referees.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>search</td>\n<td>string</td>\n<td>—</td>\n<td>Filter referees by name (partial match)</td>\n</tr>\n<tr>\n<td>page</td>\n<td>int</td>\n<td>1</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>int</td>\n<td>50</td>\n<td>Results per page (max 250)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","referees"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"bookmakers","value":""},{"disabled":true,"key":"markets","value":""},{"disabled":true,"key":"outcomes","value":null}],"variable":[]}},"response":[],"_postman_id":"8c73fa21-ddfc-4107-8696-afc2ae47a14e"},{"name":"Upcoming Fixtures","id":"2682473a-8a87-4371-88f5-f6275ed5735d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/referees/upcoming?api_token=YOUR_API_TOKEN&include=referee","description":"<h2 id=\"get-refereesupcoming\">GET /referees/upcoming</h2>\n<p>Returns upcoming fixtures (next 14 days) that have a referee assigned. Uses the same fixture format as /fixtures, supporting all standard includes.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","referees","upcoming"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"include","value":"referee"},{"disabled":true,"key":"competitions","value":""},{"disabled":true,"key":"seasons","value":null},{"disabled":true,"key":"teams","value":null}],"variable":[]}},"response":[],"_postman_id":"2682473a-8a87-4371-88f5-f6275ed5735d"},{"name":"Referee by ID","id":"170cf27d-6d26-4b3c-8d43-fd5f1d6b66f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/referees/:ID?api_token=YOUR_API_TOKEN","description":"<h2 id=\"get-refereesid\">GET /referees/{id}</h2>\n<p>Returns a single referee with career summary stats and their next upcoming fixture.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","referees",":ID"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"type":"any","value":"","key":"ID"}]}},"response":[],"_postman_id":"170cf27d-6d26-4b3c-8d43-fd5f1d6b66f8"},{"name":"Referee's Stats","id":"3e8606bd-c94b-486b-99ab-ec54cf1b3c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/referees/:ID/stats?api_token=YOUR_API_TOKEN","description":"<h2 id=\"get-refereesidstats\">GET /referees/{id}/stats</h2>\n<p>Returns detailed card statistics for a referee, broken down by season.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","referees",":ID","stats"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"type":"any","value":"","key":"ID"}]}},"response":[],"_postman_id":"3e8606bd-c94b-486b-99ab-ec54cf1b3c24"},{"name":"Referee's Seasons","id":"80c81c93-6c13-43df-989b-e2d7cc2ebd73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/referees/:ID/seasons?api_token=YOUR_API_TOKEN","description":"<h2 id=\"get-refereesidseasons\">GET /referees/{id}/seasons</h2>\n<p>Returns a lightweight list of all seasons a referee has officiated in.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","referees",":ID","seasons"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"type":"any","value":"","key":"ID"}]}},"response":[],"_postman_id":"80c81c93-6c13-43df-989b-e2d7cc2ebd73"},{"name":"Referee's Fixtures","id":"a7685e99-e7a5-4635-816c-e576c91c843b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/referees/:ID/fixtures?api_token=YOUR_API_TOKEN","description":"<h2 id=\"get-refereesidfixtures\">GET /referees/{id}/fixtures</h2>\n<p>Returns a paginated list of fixtures officiated by this referee. Uses the same fixture format as /fixtures, supporting all standard includes.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","referees",":ID","fixtures"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"type":"any","value":"122","key":"ID"}]}},"response":[],"_postman_id":"a7685e99-e7a5-4635-816c-e576c91c843b"}],"id":"fd7830fb-08c1-4e75-8f6f-93a4cfa00758","_postman_id":"fd7830fb-08c1-4e75-8f6f-93a4cfa00758","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}}},{"name":"Trends","id":"f7621cd1-7dca-459a-9409-7a0aba92d418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/trends/:TREND?minOdds=1.9&sort=stat&minPlayed=10&api_token=YOUR_API_TOKEN","description":"<h2 id=\"the-trends-endpoint\">The Trends Endpoint</h2>\n<p>The Trends endpoint will let you view all upcoming fixtures with odds and key stats, sorting these fixtures by a particular stat. With certain trends, like <code>homeWin</code>, you know exactly how the results will be ordered and by which stat. However, for some trends, you can declare a focus. This allows you to sort by the home team or the away teams stats. If you leave this blank, the endpoint will be sorted by the combined stat.</p>\n<h2 id=\"available-trends\">Available Trends</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>URL Parameter</strong></th>\n<th><strong>Stat</strong></th>\n<th><strong>Focus Mode?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>homeWin</td>\n<td>Home Win %</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>draw</td>\n<td>Draw %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>awayWin</td>\n<td>Away Win %</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>btts</td>\n<td>BTTS %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>over15</td>\n<td>1.5+ Goals</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>over25</td>\n<td>2.5+ Goals</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>under25</td>\n<td>2.5- Goals</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>over35</td>\n<td>3.5+ Goals</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>under35</td>\n<td>3.5- Goals</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>avgGoals</td>\n<td>AVG Goals</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>1hGoals</td>\n<td>1H Goals %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>1hCorners</td>\n<td>3.5+ 1H Corners %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>over8Corners</td>\n<td>8.5+ Corners</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>homeWinHT</td>\n<td>Home Win HT %</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>drawHT</td>\n<td>Draw at HT %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>awayWinHT</td>\n<td>Away Win HT %</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>boreDraw</td>\n<td>0-0 %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>under10Corners</td>\n<td>10.5- Corners</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>homeGoals</td>\n<td>1.5+ Home Goals %</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>awayGoals</td>\n<td>1.5+ Away Goals %</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>lateGoals</td>\n<td>70+ Mins Goal %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>under9Corners</td>\n<td>8.5- Corners</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>btts1h</td>\n<td>BTTS 1H %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>btts2H</td>\n<td>BTTS 2H %</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>mostGoals2h</td>\n<td>Most Goals 2H %</td>\n<td>✅</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"settings-per-trend\">Settings Per Trend</h2>\n<p>After loading the endpoint, you will see a list of the available settings for you to play with. No settings are required to start getting results. These will allow you to set filters on the odds, the stats, the sorting of the results, and more. Here are the possible options:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Expected</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>minOdds</td>\n<td>Decimal</td>\n</tr>\n<tr>\n<td>maxOdds</td>\n<td>Decimal</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>odds, stat, or time</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Duration in Seconds</td>\n</tr>\n<tr>\n<td>minStat</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>maxStat</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>minPlayed</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>focus</td>\n<td>\"home\" or \"away\"</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","trends",":TREND"],"host":["data","oddalerts","com"],"query":[{"disabled":true,"description":{"content":"<p>Max Odds</p>\n","type":"text/plain"},"key":"maxOdds","value":"3"},{"description":{"content":"<p>Minimum Odds (Set 1 for Games w/ Odds Only)</p>\n","type":"text/plain"},"key":"minOdds","value":"1.9"},{"description":{"content":"<p>Sort</p>\n","type":"text/plain"},"key":"sort","value":"stat"},{"disabled":true,"description":{"content":"<p>Time in Seconds</p>\n","type":"text/plain"},"key":"duration","value":"432000"},{"disabled":true,"description":{"content":"<p>Min Stat (% or AVG)</p>\n","type":"text/plain"},"key":"minStat","value":"70"},{"disabled":true,"description":{"content":"<p>Max Stat (% or AVG)</p>\n","type":"text/plain"},"key":"maxStat","value":"100"},{"key":"minPlayed","value":"10"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"focus","value":"home"},{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"type":"any","value":"homeWin","key":"TREND"}]}},"response":[{"id":"63af377f-9780-4ced-b4f8-6cd56c8c1c15","name":"Trends","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/trends/:TREND?minOdds=1.9&sort=stat&minPlayed=10&api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","trends",":TREND"],"query":[{"key":"maxOdds","value":"3","description":"Max Odds","disabled":true},{"key":"minOdds","value":"1.9","description":"Minimum Odds (Set 1 for Games w/ Odds Only)"},{"key":"sort","value":"stat","description":"Sort"},{"key":"duration","value":"432000","description":"Time in Seconds","disabled":true},{"key":"minStat","value":"70","description":"Min Stat (% or AVG)","disabled":true},{"key":"maxStat","value":"100","description":"Max Stat (% or AVG)","type":"text","disabled":true},{"key":"minPlayed","value":"10"},{"key":"page","value":"1","type":"text","disabled":true},{"key":"focus","value":"home","type":"text","disabled":true},{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[{"id":"784b61bd-8ca7-460f-b6bc-155e3378019d","key":"TREND","value":"btts"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"trend\": \"BTTS (Both Teams to Score)\",\n        \"minStat\": false,\n        \"maxStat\": false,\n        \"minOdds\": \"1.9\",\n        \"maxOdds\": false,\n        \"minPlayed\": \"10\",\n        \"sort\": \"stat\",\n        \"duration\": \"1 Days\",\n        \"page\": 1,\n        \"per_page\": 250,\n        \"focus\": false,\n        \"results\": 73,\n        \"pages\": 1\n    },\n    \"data\": [\n        {\n            \"home_name\": \"Lille\",\n            \"away_name\": \"Strasbourg\",\n            \"id\": 25581057,\n            \"unix\": 1676210400,\n            \"competition_name\": \"Ligue 1\",\n            \"country\": \"France\",\n            \"btts_home_per\": 73,\n            \"btts_away_per\": 80,\n            \"combined_btts_per\": 76.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 14,\n                    \"btts_home\": 8,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 64,\n                    \"btts_home_per\": 73,\n                    \"btts_away_per\": 55,\n                    \"scored_overall\": 38,\n                    \"scored_home\": 21,\n                    \"scored_away\": 17,\n                    \"scored_overall_avg\": \"1.73\",\n                    \"scored_home_avg\": \"1.91\",\n                    \"scored_away_avg\": \"1.55\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 17,\n                    \"conceded_away\": 10,\n                    \"conceded_overall_avg\": \"1.23\",\n                    \"conceded_home_avg\": \"1.55\",\n                    \"conceded_away_avg\": \"0.91\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 10,\n                    \"btts_overall\": 17,\n                    \"btts_home\": 9,\n                    \"btts_away\": 8,\n                    \"btts_overall_per\": 77,\n                    \"btts_home_per\": 75,\n                    \"btts_away_per\": 80,\n                    \"scored_overall\": 27,\n                    \"scored_home\": 14,\n                    \"scored_away\": 13,\n                    \"scored_overall_avg\": \"1.23\",\n                    \"scored_home_avg\": \"1.17\",\n                    \"scored_away_avg\": \"1.30\",\n                    \"conceded_overall\": 39,\n                    \"conceded_home\": 20,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.77\",\n                    \"conceded_home_avg\": \"1.67\",\n                    \"conceded_away_avg\": \"1.90\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.95\",\n                \"updated_at\": 1675876635\n            },\n            \"ko_time\": \"14:00\"\n        },\n        {\n            \"home_name\": \"Angers SCO\",\n            \"away_name\": \"Auxerre\",\n            \"id\": 25581055,\n            \"unix\": 1676210400,\n            \"competition_name\": \"Ligue 1\",\n            \"country\": \"France\",\n            \"btts_home_per\": 82,\n            \"btts_away_per\": 64,\n            \"combined_btts_per\": 73,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 9,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 55,\n                    \"btts_home_per\": 82,\n                    \"btts_away_per\": 27,\n                    \"scored_overall\": 18,\n                    \"scored_home\": 12,\n                    \"scored_away\": 6,\n                    \"scored_overall_avg\": \"0.82\",\n                    \"scored_home_avg\": \"1.09\",\n                    \"scored_away_avg\": \"0.55\",\n                    \"conceded_overall\": 47,\n                    \"conceded_home\": 24,\n                    \"conceded_away\": 23,\n                    \"conceded_overall_avg\": \"2.14\",\n                    \"conceded_home_avg\": \"2.18\",\n                    \"conceded_away_avg\": \"2.09\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 5,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 55,\n                    \"btts_home_per\": 45,\n                    \"btts_away_per\": 64,\n                    \"scored_overall\": 18,\n                    \"scored_home\": 9,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"0.82\",\n                    \"scored_home_avg\": \"0.82\",\n                    \"scored_away_avg\": \"0.82\",\n                    \"conceded_overall\": 46,\n                    \"conceded_home\": 19,\n                    \"conceded_away\": 27,\n                    \"conceded_overall_avg\": \"2.09\",\n                    \"conceded_home_avg\": \"1.73\",\n                    \"conceded_away_avg\": \"2.45\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1675634287\n            },\n            \"ko_time\": \"14:00\"\n        },\n        {\n            \"home_name\": \"Eintracht Norderstedt\",\n            \"away_name\": \"Kickers Emden\",\n            \"id\": 25580496,\n            \"unix\": 1676206800,\n            \"competition_name\": \"Regionalliga: Nord\",\n            \"country\": \"Germany\",\n            \"btts_home_per\": 70,\n            \"btts_away_per\": 64,\n            \"combined_btts_per\": 67,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 21,\n                    \"played_home\": 10,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 7,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 62,\n                    \"btts_home_per\": 70,\n                    \"btts_away_per\": 55,\n                    \"scored_overall\": 37,\n                    \"scored_home\": 20,\n                    \"scored_away\": 17,\n                    \"scored_overall_avg\": \"1.76\",\n                    \"scored_home_avg\": \"2.00\",\n                    \"scored_away_avg\": \"1.55\",\n                    \"conceded_overall\": 30,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 16,\n                    \"conceded_overall_avg\": \"1.43\",\n                    \"conceded_home_avg\": \"1.40\",\n                    \"conceded_away_avg\": \"1.45\"\n                },\n                \"away\": {\n                    \"played_overall\": 21,\n                    \"played_away\": 11,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 5,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 55,\n                    \"btts_home_per\": 45,\n                    \"btts_away_per\": 64,\n                    \"scored_overall\": 18,\n                    \"scored_home\": 9,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"0.82\",\n                    \"scored_home_avg\": \"0.82\",\n                    \"scored_away_avg\": \"0.82\",\n                    \"conceded_overall\": 69,\n                    \"conceded_home\": 30,\n                    \"conceded_away\": 39,\n                    \"conceded_overall_avg\": \"3.14\",\n                    \"conceded_home_avg\": \"2.73\",\n                    \"conceded_away_avg\": \"3.55\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676164548\n            },\n            \"ko_time\": \"13:00\"\n        },\n        {\n            \"home_name\": \"São Paulo\",\n            \"away_name\": \"Santos\",\n            \"id\": 25581389,\n            \"unix\": 1676239200,\n            \"competition_name\": \"Paulista A1\",\n            \"country\": \"Brazil\",\n            \"btts_home_per\": 67,\n            \"btts_away_per\": 67,\n            \"combined_btts_per\": 67,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 7,\n                    \"played_home\": 3,\n                    \"btts_overall\": 4,\n                    \"btts_home\": 2,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 57,\n                    \"btts_home_per\": 67,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 9,\n                    \"scored_home\": 5,\n                    \"scored_away\": 4,\n                    \"scored_overall_avg\": \"1.29\",\n                    \"scored_home_avg\": \"1.67\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 6,\n                    \"conceded_home\": 3,\n                    \"conceded_away\": 3,\n                    \"conceded_overall_avg\": \"0.86\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"0.75\"\n                },\n                \"away\": {\n                    \"played_overall\": 7,\n                    \"played_away\": 3,\n                    \"btts_overall\": 4,\n                    \"btts_home\": 2,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 57,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 67,\n                    \"scored_overall\": 6,\n                    \"scored_home\": 4,\n                    \"scored_away\": 2,\n                    \"scored_overall_avg\": \"0.86\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.67\",\n                    \"conceded_overall\": 8,\n                    \"conceded_home\": 2,\n                    \"conceded_away\": 6,\n                    \"conceded_overall_avg\": \"1.14\",\n                    \"conceded_home_avg\": \"0.50\",\n                    \"conceded_away_avg\": \"2.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676119174\n            },\n            \"ko_time\": \"22:00\"\n        },\n        {\n            \"home_name\": \"Água Santa\",\n            \"away_name\": \"Palmeiras\",\n            \"id\": 25580924,\n            \"unix\": 1676210400,\n            \"competition_name\": \"Paulista A1\",\n            \"country\": \"Brazil\",\n            \"btts_home_per\": 100,\n            \"btts_away_per\": 33,\n            \"combined_btts_per\": 66.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 7,\n                    \"played_home\": 3,\n                    \"btts_overall\": 3,\n                    \"btts_home\": 3,\n                    \"btts_away\": 0,\n                    \"btts_overall_per\": 43,\n                    \"btts_home_per\": 100,\n                    \"btts_away_per\": 0,\n                    \"scored_overall\": 9,\n                    \"scored_home\": 4,\n                    \"scored_away\": 5,\n                    \"scored_overall_avg\": \"1.29\",\n                    \"scored_home_avg\": \"1.33\",\n                    \"scored_away_avg\": \"1.25\",\n                    \"conceded_overall\": 8,\n                    \"conceded_home\": 5,\n                    \"conceded_away\": 3,\n                    \"conceded_overall_avg\": \"1.14\",\n                    \"conceded_home_avg\": \"1.67\",\n                    \"conceded_away_avg\": \"0.75\"\n                },\n                \"away\": {\n                    \"played_overall\": 7,\n                    \"played_away\": 3,\n                    \"btts_overall\": 2,\n                    \"btts_home\": 1,\n                    \"btts_away\": 1,\n                    \"btts_overall_per\": 29,\n                    \"btts_home_per\": 25,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 11,\n                    \"scored_home\": 5,\n                    \"scored_away\": 6,\n                    \"scored_overall_avg\": \"1.57\",\n                    \"scored_home_avg\": \"1.25\",\n                    \"scored_away_avg\": \"2.00\",\n                    \"conceded_overall\": 2,\n                    \"conceded_home\": 1,\n                    \"conceded_away\": 1,\n                    \"conceded_overall_avg\": \"0.29\",\n                    \"conceded_home_avg\": \"0.25\",\n                    \"conceded_away_avg\": \"0.33\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.05\",\n                \"updated_at\": 1676169521\n            },\n            \"ko_time\": \"14:00\"\n        },\n        {\n            \"home_name\": \"Nantes\",\n            \"away_name\": \"Lorient\",\n            \"id\": 25581237,\n            \"unix\": 1676217900,\n            \"competition_name\": \"Ligue 1\",\n            \"country\": \"France\",\n            \"btts_home_per\": 50,\n            \"btts_away_per\": 82,\n            \"combined_btts_per\": 66,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 10,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 5,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 42,\n                    \"scored_overall\": 23,\n                    \"scored_home\": 12,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.05\",\n                    \"scored_home_avg\": \"1.20\",\n                    \"scored_away_avg\": \"0.92\",\n                    \"conceded_overall\": 26,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.18\",\n                    \"conceded_home_avg\": \"1.10\",\n                    \"conceded_away_avg\": \"1.25\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 17,\n                    \"btts_home\": 8,\n                    \"btts_away\": 9,\n                    \"btts_overall_per\": 77,\n                    \"btts_home_per\": 73,\n                    \"btts_away_per\": 82,\n                    \"scored_overall\": 35,\n                    \"scored_home\": 16,\n                    \"scored_away\": 19,\n                    \"scored_overall_avg\": \"1.59\",\n                    \"scored_home_avg\": \"1.45\",\n                    \"scored_away_avg\": \"1.73\",\n                    \"conceded_overall\": 34,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 20,\n                    \"conceded_overall_avg\": \"1.55\",\n                    \"conceded_home_avg\": \"1.27\",\n                    \"conceded_away_avg\": \"1.82\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1675618508\n            },\n            \"ko_time\": \"16:05\"\n        },\n        {\n            \"home_name\": \"Napoli\",\n            \"away_name\": \"Cremonese\",\n            \"id\": 25581343,\n            \"unix\": 1676231100,\n            \"competition_name\": \"Serie A\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 60,\n            \"btts_away_per\": 70,\n            \"combined_btts_per\": 65,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 21,\n                    \"played_home\": 10,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 6,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 60,\n                    \"btts_away_per\": 45,\n                    \"scored_overall\": 51,\n                    \"scored_home\": 28,\n                    \"scored_away\": 23,\n                    \"scored_overall_avg\": \"2.43\",\n                    \"scored_home_avg\": \"2.80\",\n                    \"scored_away_avg\": \"2.09\",\n                    \"conceded_overall\": 15,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 7,\n                    \"conceded_overall_avg\": \"0.71\",\n                    \"conceded_home_avg\": \"0.80\",\n                    \"conceded_away_avg\": \"0.64\"\n                },\n                \"away\": {\n                    \"played_overall\": 21,\n                    \"played_away\": 10,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 4,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 36,\n                    \"btts_away_per\": 70,\n                    \"scored_overall\": 15,\n                    \"scored_home\": 5,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.71\",\n                    \"scored_home_avg\": \"0.45\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 37,\n                    \"conceded_home\": 19,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.76\",\n                    \"conceded_home_avg\": \"1.73\",\n                    \"conceded_away_avg\": \"1.80\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1676121367\n            },\n            \"ko_time\": \"19:45\"\n        },\n        {\n            \"home_name\": \"Pachuca\",\n            \"away_name\": \"Guadalajara\",\n            \"id\": 25580002,\n            \"unix\": 1676171100,\n            \"competition_name\": \"Liga MX\",\n            \"country\": \"Mexico\",\n            \"btts_home_per\": 60,\n            \"btts_away_per\": 67,\n            \"combined_btts_per\": 63.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 28,\n                    \"played_home\": 15,\n                    \"btts_overall\": 16,\n                    \"btts_home\": 9,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 57,\n                    \"btts_home_per\": 60,\n                    \"btts_away_per\": 54,\n                    \"scored_overall\": 57,\n                    \"scored_home\": 38,\n                    \"scored_away\": 19,\n                    \"scored_overall_avg\": \"2.04\",\n                    \"scored_home_avg\": \"2.53\",\n                    \"scored_away_avg\": \"1.46\",\n                    \"conceded_overall\": 28,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.00\",\n                    \"conceded_home_avg\": \"0.87\",\n                    \"conceded_away_avg\": \"1.15\"\n                },\n                \"away\": {\n                    \"played_overall\": 28,\n                    \"played_away\": 12,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 5,\n                    \"btts_away\": 8,\n                    \"btts_overall_per\": 57,\n                    \"btts_home_per\": 45,\n                    \"btts_away_per\": 67,\n                    \"scored_overall\": 25,\n                    \"scored_home\": 9,\n                    \"scored_away\": 16,\n                    \"scored_overall_avg\": \"1.09\",\n                    \"scored_home_avg\": \"0.82\",\n                    \"scored_away_avg\": \"1.33\",\n                    \"conceded_overall\": 22,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 12,\n                    \"conceded_overall_avg\": \"0.96\",\n                    \"conceded_home_avg\": \"0.91\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.95\",\n                \"updated_at\": 1676165908\n            },\n            \"ko_time\": \"03:05\"\n        },\n        {\n            \"home_name\": \"Potenza Calcio\",\n            \"away_name\": \"Picerno\",\n            \"id\": 25581254,\n            \"unix\": 1676219400,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 83,\n            \"btts_away_per\": 38,\n            \"combined_btts_per\": 60.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 12,\n                    \"btts_overall\": 16,\n                    \"btts_home\": 10,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 62,\n                    \"btts_home_per\": 83,\n                    \"btts_away_per\": 43,\n                    \"scored_overall\": 30,\n                    \"scored_home\": 20,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"1.15\",\n                    \"scored_home_avg\": \"1.67\",\n                    \"scored_away_avg\": \"0.71\",\n                    \"conceded_overall\": 43,\n                    \"conceded_home\": 17,\n                    \"conceded_away\": 26,\n                    \"conceded_overall_avg\": \"1.65\",\n                    \"conceded_home_avg\": \"1.42\",\n                    \"conceded_away_avg\": \"1.86\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 7,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 46,\n                    \"btts_home_per\": 54,\n                    \"btts_away_per\": 38,\n                    \"scored_overall\": 28,\n                    \"scored_home\": 18,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"1.08\",\n                    \"scored_home_avg\": \"1.38\",\n                    \"scored_away_avg\": \"0.77\",\n                    \"conceded_overall\": 26,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.00\",\n                    \"conceded_home_avg\": \"0.85\",\n                    \"conceded_away_avg\": \"1.15\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1675737942\n            },\n            \"ko_time\": \"16:30\"\n        },\n        {\n            \"home_name\": \"Hapoel Tel Aviv\",\n            \"away_name\": \"Hapoel Hadera\",\n            \"id\": 25581301,\n            \"unix\": 1676225700,\n            \"competition_name\": \"Ligat ha'Al\",\n            \"country\": \"Israel\",\n            \"btts_home_per\": 70,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 60,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 21,\n                    \"played_home\": 10,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 7,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 70,\n                    \"btts_away_per\": 36,\n                    \"scored_overall\": 23,\n                    \"scored_home\": 14,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"1.10\",\n                    \"scored_home_avg\": \"1.40\",\n                    \"scored_away_avg\": \"0.82\",\n                    \"conceded_overall\": 38,\n                    \"conceded_home\": 15,\n                    \"conceded_away\": 23,\n                    \"conceded_overall_avg\": \"1.81\",\n                    \"conceded_home_avg\": \"1.50\",\n                    \"conceded_away_avg\": \"2.09\"\n                },\n                \"away\": {\n                    \"played_overall\": 21,\n                    \"played_away\": 10,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 6,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 55,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 10,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.05\",\n                    \"scored_home_avg\": \"0.91\",\n                    \"scored_away_avg\": \"1.20\",\n                    \"conceded_overall\": 33,\n                    \"conceded_home\": 15,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.57\",\n                    \"conceded_home_avg\": \"1.36\",\n                    \"conceded_away_avg\": \"1.80\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1676097525\n            },\n            \"ko_time\": \"18:15\"\n        },\n        {\n            \"home_name\": \"Intercity\",\n            \"away_name\": \"Athletic Club II\",\n            \"id\": 25580153,\n            \"unix\": 1676199600,\n            \"competition_name\": \"Primera Division RFEF: Group 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 82,\n            \"btts_away_per\": 36,\n            \"combined_btts_per\": 59,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 9,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 59,\n                    \"btts_home_per\": 82,\n                    \"btts_away_per\": 36,\n                    \"scored_overall\": 27,\n                    \"scored_home\": 19,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.23\",\n                    \"scored_home_avg\": \"1.73\",\n                    \"scored_away_avg\": \"0.73\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.23\",\n                    \"conceded_home_avg\": \"1.45\",\n                    \"conceded_away_avg\": \"1.00\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 3,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 32,\n                    \"btts_home_per\": 27,\n                    \"btts_away_per\": 36,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 8,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"0.77\",\n                    \"scored_home_avg\": \"0.73\",\n                    \"scored_away_avg\": \"0.82\",\n                    \"conceded_overall\": 31,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.41\",\n                    \"conceded_home_avg\": \"1.18\",\n                    \"conceded_away_avg\": \"1.64\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676157350\n            },\n            \"ko_time\": \"11:00\"\n        },\n        {\n            \"home_name\": \"Ajax\",\n            \"away_name\": \"RKC Waalwijk\",\n            \"id\": 25581192,\n            \"unix\": 1676216700,\n            \"competition_name\": \"Eredivisie\",\n            \"country\": \"Netherlands\",\n            \"btts_home_per\": 67,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 58.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 20,\n                    \"played_home\": 9,\n                    \"btts_overall\": 14,\n                    \"btts_home\": 6,\n                    \"btts_away\": 8,\n                    \"btts_overall_per\": 70,\n                    \"btts_home_per\": 67,\n                    \"btts_away_per\": 73,\n                    \"scored_overall\": 56,\n                    \"scored_home\": 27,\n                    \"scored_away\": 29,\n                    \"scored_overall_avg\": \"2.80\",\n                    \"scored_home_avg\": \"3.00\",\n                    \"scored_away_avg\": \"2.64\",\n                    \"conceded_overall\": 21,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"1.05\",\n                    \"conceded_home_avg\": \"0.89\",\n                    \"conceded_away_avg\": \"1.18\"\n                },\n                \"away\": {\n                    \"played_overall\": 20,\n                    \"played_away\": 10,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 7,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 60,\n                    \"btts_home_per\": 70,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 31,\n                    \"scored_home\": 23,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.55\",\n                    \"scored_home_avg\": \"2.30\",\n                    \"scored_away_avg\": \"0.80\",\n                    \"conceded_overall\": 31,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 17,\n                    \"conceded_overall_avg\": \"1.55\",\n                    \"conceded_home_avg\": \"1.40\",\n                    \"conceded_away_avg\": \"1.70\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.95\",\n                \"updated_at\": 1676144241\n            },\n            \"ko_time\": \"15:45\"\n        },\n        {\n            \"home_name\": \"Sigma Olomouc\",\n            \"away_name\": \"Hradec Králové\",\n            \"id\": 25580992,\n            \"unix\": 1676210400,\n            \"competition_name\": \"Fortuna Liga\",\n            \"country\": \"Czech Republic\",\n            \"btts_home_per\": 63,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 56.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 18,\n                    \"played_home\": 8,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 5,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 63,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 26,\n                    \"scored_home\": 12,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.44\",\n                    \"scored_home_avg\": \"1.50\",\n                    \"scored_away_avg\": \"1.40\",\n                    \"conceded_overall\": 19,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"1.06\",\n                    \"conceded_home_avg\": \"1.25\",\n                    \"conceded_away_avg\": \"0.90\"\n                },\n                \"away\": {\n                    \"played_overall\": 18,\n                    \"played_away\": 8,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 5,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 21,\n                    \"scored_home\": 11,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"1.17\",\n                    \"scored_home_avg\": \"1.10\",\n                    \"scored_away_avg\": \"1.25\",\n                    \"conceded_overall\": 22,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.22\",\n                    \"conceded_home_avg\": \"1.10\",\n                    \"conceded_away_avg\": \"1.38\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676151950\n            },\n            \"ko_time\": \"14:00\"\n        },\n        {\n            \"home_name\": \"Alessandria\",\n            \"away_name\": \"San Donato Tavarnelle\",\n            \"id\": 25580725,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone B\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 50,\n            \"btts_away_per\": 62,\n            \"combined_btts_per\": 56,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 12,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 6,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 38,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 29,\n                    \"scored_overall\": 21,\n                    \"scored_home\": 12,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"0.81\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.64\",\n                    \"conceded_overall\": 38,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 22,\n                    \"conceded_overall_avg\": \"1.46\",\n                    \"conceded_home_avg\": \"1.33\",\n                    \"conceded_away_avg\": \"1.57\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 16,\n                    \"btts_home\": 8,\n                    \"btts_away\": 8,\n                    \"btts_overall_per\": 62,\n                    \"btts_home_per\": 62,\n                    \"btts_away_per\": 62,\n                    \"scored_overall\": 25,\n                    \"scored_home\": 10,\n                    \"scored_away\": 15,\n                    \"scored_overall_avg\": \"0.96\",\n                    \"scored_home_avg\": \"0.77\",\n                    \"scored_away_avg\": \"1.15\",\n                    \"conceded_overall\": 36,\n                    \"conceded_home\": 18,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.38\",\n                    \"conceded_home_avg\": \"1.38\",\n                    \"conceded_away_avg\": \"1.38\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1675832308\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Lokomotiv Plovdiv\",\n            \"away_name\": \"Botev Vratsa\",\n            \"id\": 20359722,\n            \"unix\": 1676213100,\n            \"competition_name\": \"Parva Liga\",\n            \"country\": \"Bulgaria\",\n            \"btts_home_per\": 44,\n            \"btts_away_per\": 67,\n            \"combined_btts_per\": 55.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 18,\n                    \"played_home\": 9,\n                    \"btts_overall\": 6,\n                    \"btts_home\": 4,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 33,\n                    \"btts_home_per\": 44,\n                    \"btts_away_per\": 22,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 15,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"1.22\",\n                    \"scored_home_avg\": \"1.67\",\n                    \"scored_away_avg\": \"0.78\",\n                    \"conceded_overall\": 15,\n                    \"conceded_home\": 9,\n                    \"conceded_away\": 6,\n                    \"conceded_overall_avg\": \"0.83\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"0.67\"\n                },\n                \"away\": {\n                    \"played_overall\": 18,\n                    \"played_away\": 9,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 1,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 39,\n                    \"btts_home_per\": 11,\n                    \"btts_away_per\": 67,\n                    \"scored_overall\": 15,\n                    \"scored_home\": 6,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"0.83\",\n                    \"scored_home_avg\": \"0.67\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 34,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 21,\n                    \"conceded_overall_avg\": \"1.89\",\n                    \"conceded_home_avg\": \"1.44\",\n                    \"conceded_away_avg\": \"2.33\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1676157350\n            },\n            \"ko_time\": \"14:45\"\n        },\n        {\n            \"home_name\": \"Famalicão\",\n            \"away_name\": \"Gil Vicente\",\n            \"id\": 25581191,\n            \"unix\": 1676215800,\n            \"competition_name\": \"Primeira Liga\",\n            \"country\": \"Portugal\",\n            \"btts_home_per\": 33,\n            \"btts_away_per\": 78,\n            \"combined_btts_per\": 55.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 19,\n                    \"played_home\": 9,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 3,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 37,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 18,\n                    \"scored_home\": 11,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.95\",\n                    \"scored_home_avg\": \"1.22\",\n                    \"scored_away_avg\": \"0.70\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.42\",\n                    \"conceded_home_avg\": \"0.89\",\n                    \"conceded_away_avg\": \"1.90\"\n                },\n                \"away\": {\n                    \"played_overall\": 19,\n                    \"played_away\": 9,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 4,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 58,\n                    \"btts_home_per\": 40,\n                    \"btts_away_per\": 78,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 8,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"0.80\",\n                    \"scored_away_avg\": \"1.22\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 17,\n                    \"conceded_overall_avg\": \"1.42\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"1.89\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1675798994\n            },\n            \"ko_time\": \"15:30\"\n        },\n        {\n            \"home_name\": \"Celta de Vigo\",\n            \"away_name\": \"Atlético Madrid\",\n            \"id\": 25581156,\n            \"unix\": 1676214900,\n            \"competition_name\": \"La Liga\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 70,\n            \"btts_away_per\": 40,\n            \"combined_btts_per\": 55,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 20,\n                    \"played_home\": 10,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 7,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 55,\n                    \"btts_home_per\": 70,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 13,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"1.10\",\n                    \"scored_home_avg\": \"1.30\",\n                    \"scored_away_avg\": \"0.90\",\n                    \"conceded_overall\": 32,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.60\",\n                    \"conceded_home_avg\": \"1.30\",\n                    \"conceded_away_avg\": \"1.90\"\n                },\n                \"away\": {\n                    \"played_overall\": 20,\n                    \"played_away\": 10,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 6,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 60,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 29,\n                    \"scored_home\": 15,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.45\",\n                    \"scored_home_avg\": \"1.50\",\n                    \"scored_away_avg\": \"1.40\",\n                    \"conceded_overall\": 17,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 7,\n                    \"conceded_overall_avg\": \"0.85\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"0.70\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676013342\n            },\n            \"ko_time\": \"15:15\"\n        },\n        {\n            \"home_name\": \"Algeciras\",\n            \"away_name\": \"Ceuta\",\n            \"id\": 25580234,\n            \"unix\": 1676199600,\n            \"competition_name\": \"Primera Division RFEF: Group 1\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 55,\n            \"btts_away_per\": 55,\n            \"combined_btts_per\": 55,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 6,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 55,\n                    \"btts_away_per\": 45,\n                    \"scored_overall\": 25,\n                    \"scored_home\": 12,\n                    \"scored_away\": 13,\n                    \"scored_overall_avg\": \"1.14\",\n                    \"scored_home_avg\": \"1.09\",\n                    \"scored_away_avg\": \"1.18\",\n                    \"conceded_overall\": 32,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.45\",\n                    \"conceded_home_avg\": \"1.27\",\n                    \"conceded_away_avg\": \"1.64\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 15,\n                    \"btts_home\": 9,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 68,\n                    \"btts_home_per\": 82,\n                    \"btts_away_per\": 55,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 14,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"1.27\",\n                    \"scored_away_avg\": \"0.73\",\n                    \"conceded_overall\": 38,\n                    \"conceded_home\": 20,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.73\",\n                    \"conceded_home_avg\": \"1.82\",\n                    \"conceded_away_avg\": \"1.64\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676157350\n            },\n            \"ko_time\": \"11:00\"\n        },\n        {\n            \"home_name\": \"Osasuna II\",\n            \"away_name\": \"La Nucia\",\n            \"id\": 25580152,\n            \"unix\": 1676199600,\n            \"competition_name\": \"Primera Division RFEF: Group 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 36,\n            \"btts_away_per\": 73,\n            \"combined_btts_per\": 54.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 41,\n                    \"btts_home_per\": 36,\n                    \"btts_away_per\": 45,\n                    \"scored_overall\": 26,\n                    \"scored_home\": 15,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.18\",\n                    \"scored_home_avg\": \"1.36\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 23,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 12,\n                    \"conceded_overall_avg\": \"1.05\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"1.09\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 14,\n                    \"btts_home\": 6,\n                    \"btts_away\": 8,\n                    \"btts_overall_per\": 64,\n                    \"btts_home_per\": 55,\n                    \"btts_away_per\": 73,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 8,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"0.73\",\n                    \"scored_away_avg\": \"1.27\",\n                    \"conceded_overall\": 25,\n                    \"conceded_home\": 6,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.14\",\n                    \"conceded_home_avg\": \"0.55\",\n                    \"conceded_away_avg\": \"1.73\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1675943145\n            },\n            \"ko_time\": \"11:00\"\n        },\n        {\n            \"home_name\": \"SSC Giugliano\",\n            \"away_name\": \"Nuova Monterosi\",\n            \"id\": 25580815,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 77,\n            \"btts_away_per\": 31,\n            \"combined_btts_per\": 54,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 16,\n                    \"btts_home\": 10,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 62,\n                    \"btts_home_per\": 77,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 35,\n                    \"scored_home\": 23,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.35\",\n                    \"scored_home_avg\": \"1.77\",\n                    \"scored_away_avg\": \"0.92\",\n                    \"conceded_overall\": 35,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.35\",\n                    \"conceded_home_avg\": \"1.23\",\n                    \"conceded_away_avg\": \"1.46\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 7,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 54,\n                    \"btts_away_per\": 31,\n                    \"scored_overall\": 28,\n                    \"scored_home\": 16,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.08\",\n                    \"scored_home_avg\": \"1.23\",\n                    \"scored_away_avg\": \"0.92\",\n                    \"conceded_overall\": 35,\n                    \"conceded_home\": 15,\n                    \"conceded_away\": 20,\n                    \"conceded_overall_avg\": \"1.35\",\n                    \"conceded_home_avg\": \"1.15\",\n                    \"conceded_away_avg\": \"1.54\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676165908\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"UD Ibiza\",\n            \"away_name\": \"Ponferradina\",\n            \"id\": 25581345,\n            \"unix\": 1676232000,\n            \"competition_name\": \"La Liga 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 62,\n            \"btts_away_per\": 46,\n            \"combined_btts_per\": 54,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 8,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 62,\n                    \"btts_away_per\": 23,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 13,\n                    \"scored_away\": 4,\n                    \"scored_overall_avg\": \"0.65\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.31\",\n                    \"conceded_overall\": 39,\n                    \"conceded_home\": 18,\n                    \"conceded_away\": 21,\n                    \"conceded_overall_avg\": \"1.50\",\n                    \"conceded_home_avg\": \"1.38\",\n                    \"conceded_away_avg\": \"1.62\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 14,\n                    \"btts_home\": 8,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 54,\n                    \"btts_home_per\": 62,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 23,\n                    \"scored_home\": 13,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.88\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.77\",\n                    \"conceded_overall\": 32,\n                    \"conceded_home\": 15,\n                    \"conceded_away\": 17,\n                    \"conceded_overall_avg\": \"1.23\",\n                    \"conceded_home_avg\": \"1.15\",\n                    \"conceded_away_avg\": \"1.31\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1675682219\n            },\n            \"ko_time\": \"20:00\"\n        },\n        {\n            \"home_name\": \"Argeş\",\n            \"away_name\": \"SSC Farul\",\n            \"id\": 25581079,\n            \"unix\": 1676214000,\n            \"competition_name\": \"Liga 1\",\n            \"country\": \"Romania\",\n            \"btts_home_per\": 33,\n            \"btts_away_per\": 75,\n            \"combined_btts_per\": 54,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 24,\n                    \"played_home\": 12,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 38,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 42,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 11,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"0.79\",\n                    \"scored_home_avg\": \"0.92\",\n                    \"scored_away_avg\": \"0.67\",\n                    \"conceded_overall\": 34,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.42\",\n                    \"conceded_home_avg\": \"1.33\",\n                    \"conceded_away_avg\": \"1.50\"\n                },\n                \"away\": {\n                    \"played_overall\": 24,\n                    \"played_away\": 12,\n                    \"btts_overall\": 14,\n                    \"btts_home\": 5,\n                    \"btts_away\": 9,\n                    \"btts_overall_per\": 58,\n                    \"btts_home_per\": 42,\n                    \"btts_away_per\": 75,\n                    \"scored_overall\": 47,\n                    \"scored_home\": 26,\n                    \"scored_away\": 21,\n                    \"scored_overall_avg\": \"1.96\",\n                    \"scored_home_avg\": \"2.17\",\n                    \"scored_away_avg\": \"1.75\",\n                    \"conceded_overall\": 25,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 17,\n                    \"conceded_overall_avg\": \"1.04\",\n                    \"conceded_home_avg\": \"0.67\",\n                    \"conceded_away_avg\": \"1.42\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1676065620\n            },\n            \"ko_time\": \"15:00\"\n        },\n        {\n            \"home_name\": \"Sparta Rotterdam\",\n            \"away_name\": \"Go Ahead Eagles\",\n            \"id\": 25580331,\n            \"unix\": 1676200500,\n            \"competition_name\": \"Eredivisie\",\n            \"country\": \"Netherlands\",\n            \"btts_home_per\": 50,\n            \"btts_away_per\": 56,\n            \"combined_btts_per\": 53,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 20,\n                    \"played_home\": 10,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 5,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 40,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 30,\n                    \"scored_overall\": 30,\n                    \"scored_home\": 18,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.50\",\n                    \"scored_home_avg\": \"1.80\",\n                    \"scored_away_avg\": \"1.20\",\n                    \"conceded_overall\": 17,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"0.85\",\n                    \"conceded_home_avg\": \"0.80\",\n                    \"conceded_away_avg\": \"0.90\"\n                },\n                \"away\": {\n                    \"played_overall\": 20,\n                    \"played_away\": 9,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 7,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 60,\n                    \"btts_home_per\": 64,\n                    \"btts_away_per\": 56,\n                    \"scored_overall\": 28,\n                    \"scored_home\": 17,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.40\",\n                    \"scored_home_avg\": \"1.55\",\n                    \"scored_away_avg\": \"1.22\",\n                    \"conceded_overall\": 35,\n                    \"conceded_home\": 20,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.75\",\n                    \"conceded_home_avg\": \"1.82\",\n                    \"conceded_away_avg\": \"1.67\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.95\",\n                \"updated_at\": 1675636495\n            },\n            \"ko_time\": \"11:15\"\n        },\n        {\n            \"home_name\": \"San Fernando CD\",\n            \"away_name\": \"CD Badajoz\",\n            \"id\": 25581262,\n            \"unix\": 1676221200,\n            \"competition_name\": \"Primera Division RFEF: Group 1\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 55,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 52.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 6,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 55,\n                    \"btts_away_per\": 45,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 12,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.86\",\n                    \"scored_home_avg\": \"1.09\",\n                    \"scored_away_avg\": \"0.64\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"1.23\",\n                    \"conceded_home_avg\": \"1.27\",\n                    \"conceded_away_avg\": \"1.18\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 10,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 5,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 42,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 21,\n                    \"scored_home\": 11,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.95\",\n                    \"scored_home_avg\": \"0.92\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 26,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 12,\n                    \"conceded_overall_avg\": \"1.18\",\n                    \"conceded_home_avg\": \"1.17\",\n                    \"conceded_away_avg\": \"1.20\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1675923337\n            },\n            \"ko_time\": \"17:00\"\n        },\n        {\n            \"home_name\": \"Pontedera\",\n            \"away_name\": \"Carrarese\",\n            \"id\": 25580712,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone B\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 38,\n            \"btts_away_per\": 67,\n            \"combined_btts_per\": 52.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 25,\n                    \"played_home\": 13,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 5,\n                    \"btts_away\": 8,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 38,\n                    \"btts_away_per\": 67,\n                    \"scored_overall\": 30,\n                    \"scored_home\": 17,\n                    \"scored_away\": 13,\n                    \"scored_overall_avg\": \"1.20\",\n                    \"scored_home_avg\": \"1.31\",\n                    \"scored_away_avg\": \"1.08\",\n                    \"conceded_overall\": 29,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.16\",\n                    \"conceded_home_avg\": \"1.08\",\n                    \"conceded_away_avg\": \"1.25\"\n                },\n                \"away\": {\n                    \"played_overall\": 25,\n                    \"played_away\": 12,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 5,\n                    \"btts_away\": 8,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 36,\n                    \"btts_away_per\": 67,\n                    \"scored_overall\": 33,\n                    \"scored_home\": 19,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.27\",\n                    \"scored_home_avg\": \"1.36\",\n                    \"scored_away_avg\": \"1.17\",\n                    \"conceded_overall\": 33,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 22,\n                    \"conceded_overall_avg\": \"1.27\",\n                    \"conceded_home_avg\": \"0.79\",\n                    \"conceded_away_avg\": \"1.83\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1675737533\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Manchester City\",\n            \"away_name\": \"Aston Villa\",\n            \"id\": 25581240,\n            \"unix\": 1676219400,\n            \"competition_name\": \"Premier League\",\n            \"country\": \"England\",\n            \"btts_home_per\": 64,\n            \"btts_away_per\": 40,\n            \"combined_btts_per\": 52,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 21,\n                    \"played_home\": 11,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 7,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 64,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 53,\n                    \"scored_home\": 38,\n                    \"scored_away\": 15,\n                    \"scored_overall_avg\": \"2.52\",\n                    \"scored_home_avg\": \"3.45\",\n                    \"scored_away_avg\": \"1.50\",\n                    \"conceded_overall\": 21,\n                    \"conceded_home\": 12,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"1.00\",\n                    \"conceded_home_avg\": \"1.09\",\n                    \"conceded_away_avg\": \"0.90\"\n                },\n                \"away\": {\n                    \"played_overall\": 21,\n                    \"played_away\": 10,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 7,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 64,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 25,\n                    \"scored_home\": 17,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.19\",\n                    \"scored_home_avg\": \"1.55\",\n                    \"scored_away_avg\": \"0.80\",\n                    \"conceded_overall\": 31,\n                    \"conceded_home\": 15,\n                    \"conceded_away\": 16,\n                    \"conceded_overall_avg\": \"1.48\",\n                    \"conceded_home_avg\": \"1.36\",\n                    \"conceded_away_avg\": \"1.60\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.95\",\n                \"updated_at\": 1676166430\n            },\n            \"ko_time\": \"16:30\"\n        },\n        {\n            \"home_name\": \"Górnik Zabrze\",\n            \"away_name\": \"Radomiak Radom\",\n            \"id\": 25580960,\n            \"unix\": 1676210400,\n            \"competition_name\": \"Ekstraklasa\",\n            \"country\": \"Poland\",\n            \"btts_home_per\": 60,\n            \"btts_away_per\": 44,\n            \"combined_btts_per\": 52,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 19,\n                    \"played_home\": 10,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 6,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 63,\n                    \"btts_home_per\": 60,\n                    \"btts_away_per\": 67,\n                    \"scored_overall\": 27,\n                    \"scored_home\": 13,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.42\",\n                    \"scored_home_avg\": \"1.30\",\n                    \"scored_away_avg\": \"1.56\",\n                    \"conceded_overall\": 31,\n                    \"conceded_home\": 18,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"1.63\",\n                    \"conceded_home_avg\": \"1.80\",\n                    \"conceded_away_avg\": \"1.44\"\n                },\n                \"away\": {\n                    \"played_overall\": 19,\n                    \"played_away\": 9,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 4,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 40,\n                    \"btts_away_per\": 44,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 13,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"1.16\",\n                    \"scored_home_avg\": \"1.30\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 23,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"1.21\",\n                    \"conceded_home_avg\": \"1.40\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1675679833\n            },\n            \"ko_time\": \"14:00\"\n        },\n        {\n            \"home_name\": \"Rijeka\",\n            \"away_name\": \"Gorica\",\n            \"id\": 25581238,\n            \"unix\": 1676218200,\n            \"competition_name\": \"1. HNL\",\n            \"country\": \"Croatia\",\n            \"btts_home_per\": 33,\n            \"btts_away_per\": 70,\n            \"combined_btts_per\": 51.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 20,\n                    \"played_home\": 9,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 3,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 64,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 7,\n                    \"scored_away\": 15,\n                    \"scored_overall_avg\": \"1.10\",\n                    \"scored_home_avg\": \"0.78\",\n                    \"scored_away_avg\": \"1.36\",\n                    \"conceded_overall\": 30,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 14,\n                    \"conceded_overall_avg\": \"1.50\",\n                    \"conceded_home_avg\": \"1.78\",\n                    \"conceded_away_avg\": \"1.27\"\n                },\n                \"away\": {\n                    \"played_overall\": 20,\n                    \"played_away\": 10,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 2,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 20,\n                    \"btts_away_per\": 70,\n                    \"scored_overall\": 11,\n                    \"scored_home\": 4,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.55\",\n                    \"scored_home_avg\": \"0.40\",\n                    \"scored_away_avg\": \"0.70\",\n                    \"conceded_overall\": 29,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 16,\n                    \"conceded_overall_avg\": \"1.45\",\n                    \"conceded_home_avg\": \"1.30\",\n                    \"conceded_away_avg\": \"1.60\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676134575\n            },\n            \"ko_time\": \"16:10\"\n        },\n        {\n            \"home_name\": \"Montevarchi Calcio\",\n            \"away_name\": \"Fiorenzuola\",\n            \"id\": 25580717,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone B\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 69,\n            \"btts_away_per\": 33,\n            \"combined_btts_per\": 51,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 15,\n                    \"btts_home\": 9,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 58,\n                    \"btts_home_per\": 69,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 12,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.85\",\n                    \"scored_home_avg\": \"0.92\",\n                    \"scored_away_avg\": \"0.77\",\n                    \"conceded_overall\": 40,\n                    \"conceded_home\": 19,\n                    \"conceded_away\": 21,\n                    \"conceded_overall_avg\": \"1.54\",\n                    \"conceded_home_avg\": \"1.46\",\n                    \"conceded_away_avg\": \"1.62\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 12,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 3,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 27,\n                    \"btts_home_per\": 21,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 25,\n                    \"scored_home\": 14,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"0.96\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.92\",\n                    \"conceded_overall\": 26,\n                    \"conceded_home\": 12,\n                    \"conceded_away\": 14,\n                    \"conceded_overall_avg\": \"1.00\",\n                    \"conceded_home_avg\": \"0.86\",\n                    \"conceded_away_avg\": \"1.17\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1675737533\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Ituano\",\n            \"away_name\": \"São Bernardo\",\n            \"id\": 25581419,\n            \"unix\": 1676244600,\n            \"competition_name\": \"Paulista A1\",\n            \"country\": \"Brazil\",\n            \"btts_home_per\": 67,\n            \"btts_away_per\": 33,\n            \"combined_btts_per\": 50,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 7,\n                    \"played_home\": 3,\n                    \"btts_overall\": 3,\n                    \"btts_home\": 2,\n                    \"btts_away\": 1,\n                    \"btts_overall_per\": 43,\n                    \"btts_home_per\": 67,\n                    \"btts_away_per\": 25,\n                    \"scored_overall\": 5,\n                    \"scored_home\": 2,\n                    \"scored_away\": 3,\n                    \"scored_overall_avg\": \"0.71\",\n                    \"scored_home_avg\": \"0.67\",\n                    \"scored_away_avg\": \"0.75\",\n                    \"conceded_overall\": 10,\n                    \"conceded_home\": 7,\n                    \"conceded_away\": 3,\n                    \"conceded_overall_avg\": \"1.43\",\n                    \"conceded_home_avg\": \"2.33\",\n                    \"conceded_away_avg\": \"0.75\"\n                },\n                \"away\": {\n                    \"played_overall\": 7,\n                    \"played_away\": 3,\n                    \"btts_overall\": 3,\n                    \"btts_home\": 2,\n                    \"btts_away\": 1,\n                    \"btts_overall_per\": 43,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 11,\n                    \"scored_home\": 6,\n                    \"scored_away\": 5,\n                    \"scored_overall_avg\": \"1.57\",\n                    \"scored_home_avg\": \"1.50\",\n                    \"scored_away_avg\": \"1.67\",\n                    \"conceded_overall\": 6,\n                    \"conceded_home\": 2,\n                    \"conceded_away\": 4,\n                    \"conceded_overall_avg\": \"0.86\",\n                    \"conceded_home_avg\": \"0.50\",\n                    \"conceded_away_avg\": \"1.33\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1676169521\n            },\n            \"ko_time\": \"23:30\"\n        },\n        {\n            \"home_name\": \"Atlético Baleares\",\n            \"away_name\": \"Cornellà\",\n            \"id\": 25580147,\n            \"unix\": 1676199600,\n            \"competition_name\": \"Primera Division RFEF: Group 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 64,\n            \"btts_away_per\": 36,\n            \"combined_btts_per\": 50,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 7,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 55,\n                    \"btts_home_per\": 64,\n                    \"btts_away_per\": 45,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 14,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"1.27\",\n                    \"scored_away_avg\": \"0.73\",\n                    \"conceded_overall\": 23,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 10,\n                    \"conceded_overall_avg\": \"1.05\",\n                    \"conceded_home_avg\": \"1.18\",\n                    \"conceded_away_avg\": \"0.91\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 3,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 32,\n                    \"btts_home_per\": 27,\n                    \"btts_away_per\": 36,\n                    \"scored_overall\": 21,\n                    \"scored_home\": 12,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"0.95\",\n                    \"scored_home_avg\": \"1.09\",\n                    \"scored_away_avg\": \"0.82\",\n                    \"conceded_overall\": 23,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"1.05\",\n                    \"conceded_home_avg\": \"0.91\",\n                    \"conceded_away_avg\": \"1.18\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.50\",\n                \"updated_at\": 1676162819\n            },\n            \"ko_time\": \"11:00\"\n        },\n        {\n            \"home_name\": \"Zagłębie Lubin\",\n            \"away_name\": \"Piast Gliwice\",\n            \"id\": 25580341,\n            \"unix\": 1676201400,\n            \"competition_name\": \"Ekstraklasa\",\n            \"country\": \"Poland\",\n            \"btts_home_per\": 60,\n            \"btts_away_per\": 40,\n            \"combined_btts_per\": 50,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 19,\n                    \"played_home\": 10,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 6,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 60,\n                    \"btts_away_per\": 22,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 7,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.89\",\n                    \"scored_home_avg\": \"0.70\",\n                    \"scored_away_avg\": \"1.11\",\n                    \"conceded_overall\": 29,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.53\",\n                    \"conceded_home_avg\": \"1.40\",\n                    \"conceded_away_avg\": \"1.67\"\n                },\n                \"away\": {\n                    \"played_overall\": 19,\n                    \"played_away\": 10,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 5,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 47,\n                    \"btts_home_per\": 56,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 10,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"1.11\",\n                    \"scored_away_avg\": \"0.90\",\n                    \"conceded_overall\": 24,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"1.26\",\n                    \"conceded_home_avg\": \"1.22\",\n                    \"conceded_away_avg\": \"1.30\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1676144241\n            },\n            \"ko_time\": \"11:30\"\n        },\n        {\n            \"home_name\": \"CD Calahorra\",\n            \"away_name\": \"Alcoyano\",\n            \"id\": 25581078,\n            \"unix\": 1676214000,\n            \"competition_name\": \"Primera Division RFEF: Group 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 64,\n            \"btts_away_per\": 36,\n            \"combined_btts_per\": 50,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 7,\n                    \"btts_away\": 1,\n                    \"btts_overall_per\": 36,\n                    \"btts_home_per\": 64,\n                    \"btts_away_per\": 9,\n                    \"scored_overall\": 15,\n                    \"scored_home\": 11,\n                    \"scored_away\": 4,\n                    \"scored_overall_avg\": \"0.68\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.36\",\n                    \"conceded_overall\": 28,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.27\",\n                    \"conceded_home_avg\": \"1.18\",\n                    \"conceded_away_avg\": \"1.36\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 4,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 36,\n                    \"btts_home_per\": 36,\n                    \"btts_away_per\": 36,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 11,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"0.86\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.73\",\n                    \"conceded_overall\": 20,\n                    \"conceded_home\": 9,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"0.91\",\n                    \"conceded_home_avg\": \"0.82\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1675786633\n            },\n            \"ko_time\": \"15:00\"\n        },\n        {\n            \"home_name\": \"Racing Ferrol\",\n            \"away_name\": \"Fuenlabrada\",\n            \"id\": 25581219,\n            \"unix\": 1676217600,\n            \"competition_name\": \"Primera Division RFEF: Group 1\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 60,\n            \"btts_away_per\": 36,\n            \"combined_btts_per\": 48,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 10,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 6,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 36,\n                    \"btts_home_per\": 60,\n                    \"btts_away_per\": 17,\n                    \"scored_overall\": 26,\n                    \"scored_home\": 15,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.18\",\n                    \"scored_home_avg\": \"1.50\",\n                    \"scored_away_avg\": \"0.92\",\n                    \"conceded_overall\": 16,\n                    \"conceded_home\": 9,\n                    \"conceded_away\": 7,\n                    \"conceded_overall_avg\": \"0.73\",\n                    \"conceded_home_avg\": \"0.90\",\n                    \"conceded_away_avg\": \"0.58\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 5,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 41,\n                    \"btts_home_per\": 45,\n                    \"btts_away_per\": 36,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 12,\n                    \"scored_away\": 5,\n                    \"scored_overall_avg\": \"0.77\",\n                    \"scored_home_avg\": \"1.09\",\n                    \"scored_away_avg\": \"0.45\",\n                    \"conceded_overall\": 29,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.32\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"1.64\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.38\",\n                \"updated_at\": 1675964746\n            },\n            \"ko_time\": \"16:00\"\n        },\n        {\n            \"home_name\": \"Monopoli\",\n            \"away_name\": \"Turris\",\n            \"id\": 25580819,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 46,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 48,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 6,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 46,\n                    \"btts_home_per\": 46,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 30,\n                    \"scored_home\": 16,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.15\",\n                    \"scored_home_avg\": \"1.23\",\n                    \"scored_away_avg\": \"1.08\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 14,\n                    \"conceded_overall_avg\": \"1.04\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"1.08\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 12,\n                    \"btts_overall\": 15,\n                    \"btts_home\": 9,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 58,\n                    \"btts_home_per\": 64,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 30,\n                    \"scored_home\": 16,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.15\",\n                    \"scored_home_avg\": \"1.14\",\n                    \"scored_away_avg\": \"1.17\",\n                    \"conceded_overall\": 42,\n                    \"conceded_home\": 25,\n                    \"conceded_away\": 17,\n                    \"conceded_overall_avg\": \"1.62\",\n                    \"conceded_home_avg\": \"1.79\",\n                    \"conceded_away_avg\": \"1.42\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1675832308\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Ceramica Cleopatra\",\n            \"away_name\": \"Al Masry\",\n            \"id\": 25581211,\n            \"unix\": 1676217600,\n            \"competition_name\": \"Premier League\",\n            \"country\": \"Egypt\",\n            \"btts_home_per\": 50,\n            \"btts_away_per\": 44,\n            \"combined_btts_per\": 47,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 17,\n                    \"played_home\": 10,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 5,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 53,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 57,\n                    \"scored_overall\": 20,\n                    \"scored_home\": 9,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.18\",\n                    \"scored_home_avg\": \"0.90\",\n                    \"scored_away_avg\": \"1.57\",\n                    \"conceded_overall\": 22,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"1.29\",\n                    \"conceded_home_avg\": \"1.30\",\n                    \"conceded_away_avg\": \"1.29\"\n                },\n                \"away\": {\n                    \"played_overall\": 17,\n                    \"played_away\": 9,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 5,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 53,\n                    \"btts_home_per\": 63,\n                    \"btts_away_per\": 44,\n                    \"scored_overall\": 16,\n                    \"scored_home\": 9,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.94\",\n                    \"scored_home_avg\": \"1.13\",\n                    \"scored_away_avg\": \"0.78\",\n                    \"conceded_overall\": 18,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 7,\n                    \"conceded_overall_avg\": \"1.06\",\n                    \"conceded_home_avg\": \"1.38\",\n                    \"conceded_away_avg\": \"0.78\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1676151405\n            },\n            \"ko_time\": \"16:00\"\n        },\n        {\n            \"home_name\": \"Anderlecht\",\n            \"away_name\": \"Sint-Truiden\",\n            \"id\": 25581123,\n            \"unix\": 1676214000,\n            \"competition_name\": \"Pro League\",\n            \"country\": \"Belgium\",\n            \"btts_home_per\": 50,\n            \"btts_away_per\": 42,\n            \"combined_btts_per\": 46,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 24,\n                    \"played_home\": 12,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 6,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 46,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 42,\n                    \"scored_overall\": 33,\n                    \"scored_home\": 18,\n                    \"scored_away\": 15,\n                    \"scored_overall_avg\": \"1.38\",\n                    \"scored_home_avg\": \"1.50\",\n                    \"scored_away_avg\": \"1.25\",\n                    \"conceded_overall\": 32,\n                    \"conceded_home\": 17,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.33\",\n                    \"conceded_home_avg\": \"1.42\",\n                    \"conceded_away_avg\": \"1.25\"\n                },\n                \"away\": {\n                    \"played_overall\": 24,\n                    \"played_away\": 12,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 5,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 42,\n                    \"btts_away_per\": 42,\n                    \"scored_overall\": 25,\n                    \"scored_home\": 11,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.04\",\n                    \"scored_home_avg\": \"0.92\",\n                    \"scored_away_avg\": \"1.17\",\n                    \"conceded_overall\": 25,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.04\",\n                    \"conceded_home_avg\": \"1.17\",\n                    \"conceded_away_avg\": \"0.92\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676151405\n            },\n            \"ko_time\": \"15:00\"\n        },\n        {\n            \"home_name\": \"Audace Cerignola\",\n            \"away_name\": \"Avellino\",\n            \"id\": 25581250,\n            \"unix\": 1676219400,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 38,\n            \"btts_away_per\": 54,\n            \"combined_btts_per\": 46,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 5,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 38,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 31,\n                    \"scored_home\": 21,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"1.19\",\n                    \"scored_home_avg\": \"1.62\",\n                    \"scored_away_avg\": \"0.77\",\n                    \"conceded_overall\": 29,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.12\",\n                    \"conceded_home_avg\": \"0.85\",\n                    \"conceded_away_avg\": \"1.38\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 4,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 31,\n                    \"btts_away_per\": 54,\n                    \"scored_overall\": 30,\n                    \"scored_home\": 16,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.15\",\n                    \"scored_home_avg\": \"1.23\",\n                    \"scored_away_avg\": \"1.08\",\n                    \"conceded_overall\": 25,\n                    \"conceded_home\": 6,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"0.96\",\n                    \"conceded_home_avg\": \"0.46\",\n                    \"conceded_away_avg\": \"1.46\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1676146559\n            },\n            \"ko_time\": \"16:30\"\n        },\n        {\n            \"home_name\": \"Bari 1908\",\n            \"away_name\": \"Cosenza\",\n            \"id\": 25581153,\n            \"unix\": 1676214900,\n            \"competition_name\": \"Serie B\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 55,\n            \"btts_away_per\": 36,\n            \"combined_btts_per\": 45.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 23,\n                    \"played_home\": 11,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 6,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 55,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 38,\n                    \"scored_home\": 20,\n                    \"scored_away\": 18,\n                    \"scored_overall_avg\": \"1.65\",\n                    \"scored_home_avg\": \"1.82\",\n                    \"scored_away_avg\": \"1.50\",\n                    \"conceded_overall\": 25,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.09\",\n                    \"conceded_home_avg\": \"1.27\",\n                    \"conceded_away_avg\": \"0.92\"\n                },\n                \"away\": {\n                    \"played_overall\": 23,\n                    \"played_away\": 11,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 8,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 52,\n                    \"btts_home_per\": 67,\n                    \"btts_away_per\": 36,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 14,\n                    \"scored_away\": 5,\n                    \"scored_overall_avg\": \"0.83\",\n                    \"scored_home_avg\": \"1.17\",\n                    \"scored_away_avg\": \"0.45\",\n                    \"conceded_overall\": 35,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 21,\n                    \"conceded_overall_avg\": \"1.52\",\n                    \"conceded_home_avg\": \"1.17\",\n                    \"conceded_away_avg\": \"1.91\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.05\",\n                \"updated_at\": 1676158930\n            },\n            \"ko_time\": \"15:15\"\n        },\n        {\n            \"home_name\": \"Getafe\",\n            \"away_name\": \"Rayo Vallecano\",\n            \"id\": 25580533,\n            \"unix\": 1676206800,\n            \"competition_name\": \"La Liga\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 40,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 45,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 20,\n                    \"played_home\": 10,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 40,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 9,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"0.85\",\n                    \"scored_home_avg\": \"0.90\",\n                    \"scored_away_avg\": \"0.80\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 14,\n                    \"conceded_overall_avg\": \"1.35\",\n                    \"conceded_home_avg\": \"1.30\",\n                    \"conceded_away_avg\": \"1.40\"\n                },\n                \"away\": {\n                    \"played_overall\": 20,\n                    \"played_away\": 10,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 5,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 27,\n                    \"scored_home\": 15,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.35\",\n                    \"scored_home_avg\": \"1.50\",\n                    \"scored_away_avg\": \"1.20\",\n                    \"conceded_overall\": 22,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.10\",\n                    \"conceded_home_avg\": \"1.10\",\n                    \"conceded_away_avg\": \"1.10\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.25\",\n                \"updated_at\": 1676065130\n            },\n            \"ko_time\": \"13:00\"\n        },\n        {\n            \"home_name\": \"Brighton W\",\n            \"away_name\": \"Aston Villa W\",\n            \"id\": 13249135,\n            \"unix\": 1676210400,\n            \"competition_name\": \"Wsl 1 Women\",\n            \"country\": \"England\",\n            \"btts_home_per\": 50,\n            \"btts_away_per\": 40,\n            \"combined_btts_per\": 45,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 10,\n                    \"played_home\": 4,\n                    \"btts_overall\": 5,\n                    \"btts_home\": 2,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 12,\n                    \"scored_home\": 5,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"1.20\",\n                    \"scored_home_avg\": \"1.25\",\n                    \"scored_away_avg\": \"1.17\",\n                    \"conceded_overall\": 33,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"3.30\",\n                    \"conceded_home_avg\": \"3.50\",\n                    \"conceded_away_avg\": \"3.17\"\n                },\n                \"away\": {\n                    \"played_overall\": 10,\n                    \"played_away\": 5,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 6,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 67,\n                    \"btts_home_per\": 86,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 12,\n                    \"scored_away\": 5,\n                    \"scored_overall_avg\": \"1.42\",\n                    \"scored_home_avg\": \"1.71\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 22,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"1.83\",\n                    \"conceded_home_avg\": \"1.86\",\n                    \"conceded_away_avg\": \"1.80\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1676164548\n            },\n            \"ko_time\": \"14:00\"\n        },\n        {\n            \"home_name\": \"FC Twente\",\n            \"away_name\": \"FC Volendam\",\n            \"id\": 25581193,\n            \"unix\": 1676216700,\n            \"competition_name\": \"Eredivisie\",\n            \"country\": \"Netherlands\",\n            \"btts_home_per\": 30,\n            \"btts_away_per\": 60,\n            \"combined_btts_per\": 45,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 20,\n                    \"played_home\": 10,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 3,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 40,\n                    \"btts_home_per\": 30,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 32,\n                    \"scored_home\": 24,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.60\",\n                    \"scored_home_avg\": \"2.40\",\n                    \"scored_away_avg\": \"0.80\",\n                    \"conceded_overall\": 13,\n                    \"conceded_home\": 3,\n                    \"conceded_away\": 10,\n                    \"conceded_overall_avg\": \"0.65\",\n                    \"conceded_home_avg\": \"0.30\",\n                    \"conceded_away_avg\": \"1.00\"\n                },\n                \"away\": {\n                    \"played_overall\": 20,\n                    \"played_away\": 10,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 7,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 65,\n                    \"btts_home_per\": 70,\n                    \"btts_away_per\": 60,\n                    \"scored_overall\": 23,\n                    \"scored_home\": 13,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"1.15\",\n                    \"scored_home_avg\": \"1.30\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 46,\n                    \"conceded_home\": 24,\n                    \"conceded_away\": 22,\n                    \"conceded_overall_avg\": \"2.30\",\n                    \"conceded_home_avg\": \"2.40\",\n                    \"conceded_away_avg\": \"2.20\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.95\",\n                \"updated_at\": 1676083169\n            },\n            \"ko_time\": \"15:45\"\n        },\n        {\n            \"home_name\": \"Legia Warszawa\",\n            \"away_name\": \"Cracovia Kraków\",\n            \"id\": 25581246,\n            \"unix\": 1676219400,\n            \"competition_name\": \"Ekstraklasa\",\n            \"country\": \"Poland\",\n            \"btts_home_per\": 56,\n            \"btts_away_per\": 33,\n            \"combined_btts_per\": 44.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 19,\n                    \"played_home\": 9,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 5,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 53,\n                    \"btts_home_per\": 56,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 29,\n                    \"scored_home\": 17,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.53\",\n                    \"scored_home_avg\": \"1.89\",\n                    \"scored_away_avg\": \"1.20\",\n                    \"conceded_overall\": 22,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 14,\n                    \"conceded_overall_avg\": \"1.16\",\n                    \"conceded_home_avg\": \"0.89\",\n                    \"conceded_away_avg\": \"1.40\"\n                },\n                \"away\": {\n                    \"played_overall\": 19,\n                    \"played_away\": 9,\n                    \"btts_overall\": 4,\n                    \"btts_home\": 1,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 21,\n                    \"btts_home_per\": 10,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 21,\n                    \"scored_home\": 12,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"1.11\",\n                    \"scored_home_avg\": \"1.20\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 14,\n                    \"conceded_home\": 5,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"0.74\",\n                    \"conceded_home_avg\": \"0.50\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676104903\n            },\n            \"ko_time\": \"16:30\"\n        },\n        {\n            \"home_name\": \"Fidelis Andria\",\n            \"away_name\": \"Pescara\",\n            \"id\": 25581253,\n            \"unix\": 1676219400,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 31,\n            \"btts_away_per\": 58,\n            \"combined_btts_per\": 44.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 4,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 31,\n                    \"btts_away_per\": 54,\n                    \"scored_overall\": 18,\n                    \"scored_home\": 10,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"0.69\",\n                    \"scored_home_avg\": \"0.77\",\n                    \"scored_away_avg\": \"0.62\",\n                    \"conceded_overall\": 39,\n                    \"conceded_home\": 13,\n                    \"conceded_away\": 26,\n                    \"conceded_overall_avg\": \"1.50\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"2.00\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 12,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 3,\n                    \"btts_away\": 7,\n                    \"btts_overall_per\": 38,\n                    \"btts_home_per\": 21,\n                    \"btts_away_per\": 58,\n                    \"scored_overall\": 39,\n                    \"scored_home\": 19,\n                    \"scored_away\": 20,\n                    \"scored_overall_avg\": \"1.50\",\n                    \"scored_home_avg\": \"1.36\",\n                    \"scored_away_avg\": \"1.67\",\n                    \"conceded_overall\": 28,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 12,\n                    \"conceded_overall_avg\": \"1.08\",\n                    \"conceded_home_avg\": \"1.14\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.50\",\n                \"updated_at\": 1676140609\n            },\n            \"ko_time\": \"16:30\"\n        },\n        {\n            \"home_name\": \"Lucchese\",\n            \"away_name\": \"Recanatese\",\n            \"id\": 25580720,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone B\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 42,\n            \"btts_away_per\": 46,\n            \"combined_btts_per\": 44,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 12,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 5,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 42,\n                    \"btts_away_per\": 43,\n                    \"scored_overall\": 24,\n                    \"scored_home\": 12,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"0.92\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.86\",\n                    \"conceded_overall\": 21,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 10,\n                    \"conceded_overall_avg\": \"0.81\",\n                    \"conceded_home_avg\": \"0.92\",\n                    \"conceded_away_avg\": \"0.71\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 5,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 38,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 9,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.73\",\n                    \"scored_home_avg\": \"0.69\",\n                    \"scored_away_avg\": \"0.77\",\n                    \"conceded_overall\": 30,\n                    \"conceded_home\": 15,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.15\",\n                    \"conceded_home_avg\": \"1.15\",\n                    \"conceded_away_avg\": \"1.15\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1676166430\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Viterbese Castrense\",\n            \"away_name\": \"Catanzaro\",\n            \"id\": 25581251,\n            \"unix\": 1676219400,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 62,\n            \"btts_away_per\": 25,\n            \"combined_btts_per\": 43.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 14,\n                    \"btts_home\": 8,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 54,\n                    \"btts_home_per\": 62,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 24,\n                    \"scored_home\": 16,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"0.92\",\n                    \"scored_home_avg\": \"1.23\",\n                    \"scored_away_avg\": \"0.62\",\n                    \"conceded_overall\": 39,\n                    \"conceded_home\": 22,\n                    \"conceded_away\": 17,\n                    \"conceded_overall_avg\": \"1.50\",\n                    \"conceded_home_avg\": \"1.69\",\n                    \"conceded_away_avg\": \"1.31\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 12,\n                    \"btts_overall\": 6,\n                    \"btts_home\": 3,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 23,\n                    \"btts_home_per\": 21,\n                    \"btts_away_per\": 25,\n                    \"scored_overall\": 68,\n                    \"scored_home\": 45,\n                    \"scored_away\": 23,\n                    \"scored_overall_avg\": \"2.62\",\n                    \"scored_home_avg\": \"3.21\",\n                    \"scored_away_avg\": \"1.92\",\n                    \"conceded_overall\": 9,\n                    \"conceded_home\": 4,\n                    \"conceded_away\": 5,\n                    \"conceded_overall_avg\": \"0.35\",\n                    \"conceded_home_avg\": \"0.29\",\n                    \"conceded_away_avg\": \"0.42\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.75\",\n                \"updated_at\": 1676139359\n            },\n            \"ko_time\": \"16:30\"\n        },\n        {\n            \"home_name\": \"SS Reyes\",\n            \"away_name\": \"Deportivo La Coruña\",\n            \"id\": 25580237,\n            \"unix\": 1676199600,\n            \"competition_name\": \"Primera Division RFEF: Group 1\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 36,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 43,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 4,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 36,\n                    \"btts_away_per\": 55,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 9,\n                    \"scored_away\": 13,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"0.82\",\n                    \"scored_away_avg\": \"1.18\",\n                    \"conceded_overall\": 30,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 16,\n                    \"conceded_overall_avg\": \"1.36\",\n                    \"conceded_home_avg\": \"1.27\",\n                    \"conceded_away_avg\": \"1.45\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 10,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 5,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 42,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 30,\n                    \"scored_home\": 18,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.36\",\n                    \"scored_home_avg\": \"1.50\",\n                    \"scored_away_avg\": \"1.20\",\n                    \"conceded_overall\": 18,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 10,\n                    \"conceded_overall_avg\": \"0.82\",\n                    \"conceded_home_avg\": \"0.67\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1675932048\n            },\n            \"ko_time\": \"11:00\"\n        },\n        {\n            \"home_name\": \"Sporting Gijón\",\n            \"away_name\": \"Huesca\",\n            \"id\": 25581272,\n            \"unix\": 1676223000,\n            \"competition_name\": \"La Liga 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 46,\n            \"btts_away_per\": 38,\n            \"combined_btts_per\": 42,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 6,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 38,\n                    \"btts_home_per\": 46,\n                    \"btts_away_per\": 31,\n                    \"scored_overall\": 24,\n                    \"scored_home\": 17,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.92\",\n                    \"scored_home_avg\": \"1.31\",\n                    \"scored_away_avg\": \"0.54\",\n                    \"conceded_overall\": 26,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.00\",\n                    \"conceded_home_avg\": \"0.85\",\n                    \"conceded_away_avg\": \"1.15\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 35,\n                    \"btts_home_per\": 31,\n                    \"btts_away_per\": 38,\n                    \"scored_overall\": 20,\n                    \"scored_home\": 14,\n                    \"scored_away\": 6,\n                    \"scored_overall_avg\": \"0.77\",\n                    \"scored_home_avg\": \"1.08\",\n                    \"scored_away_avg\": \"0.46\",\n                    \"conceded_overall\": 21,\n                    \"conceded_home\": 6,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"0.81\",\n                    \"conceded_home_avg\": \"0.46\",\n                    \"conceded_away_avg\": \"1.15\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.25\",\n                \"updated_at\": 1675964746\n            },\n            \"ko_time\": \"17:30\"\n        },\n        {\n            \"home_name\": \"Albacete\",\n            \"away_name\": \"Málaga\",\n            \"id\": 25580504,\n            \"unix\": 1676206800,\n            \"competition_name\": \"La Liga 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 38,\n            \"btts_away_per\": 46,\n            \"combined_btts_per\": 42,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 14,\n                    \"btts_home\": 5,\n                    \"btts_away\": 9,\n                    \"btts_overall_per\": 54,\n                    \"btts_home_per\": 38,\n                    \"btts_away_per\": 69,\n                    \"scored_overall\": 32,\n                    \"scored_home\": 16,\n                    \"scored_away\": 16,\n                    \"scored_overall_avg\": \"1.23\",\n                    \"scored_home_avg\": \"1.23\",\n                    \"scored_away_avg\": \"1.23\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.04\",\n                    \"conceded_home_avg\": \"0.62\",\n                    \"conceded_away_avg\": \"1.46\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 7,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 54,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 11,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"0.73\",\n                    \"scored_home_avg\": \"0.85\",\n                    \"scored_away_avg\": \"0.62\",\n                    \"conceded_overall\": 30,\n                    \"conceded_home\": 15,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"1.15\",\n                    \"conceded_home_avg\": \"1.15\",\n                    \"conceded_away_avg\": \"1.15\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.38\",\n                \"updated_at\": 1675903487\n            },\n            \"ko_time\": \"13:00\"\n        },\n        {\n            \"home_name\": \"Fermana\",\n            \"away_name\": \"Ancona 1905\",\n            \"id\": 25580710,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone B\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 38,\n            \"btts_away_per\": 46,\n            \"combined_btts_per\": 42,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 15,\n                    \"btts_home\": 5,\n                    \"btts_away\": 10,\n                    \"btts_overall_per\": 58,\n                    \"btts_home_per\": 38,\n                    \"btts_away_per\": 77,\n                    \"scored_overall\": 31,\n                    \"scored_home\": 12,\n                    \"scored_away\": 19,\n                    \"scored_overall_avg\": \"1.19\",\n                    \"scored_home_avg\": \"0.92\",\n                    \"scored_away_avg\": \"1.46\",\n                    \"conceded_overall\": 32,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 21,\n                    \"conceded_overall_avg\": \"1.23\",\n                    \"conceded_home_avg\": \"0.85\",\n                    \"conceded_away_avg\": \"1.62\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 7,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 54,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 41,\n                    \"scored_home\": 23,\n                    \"scored_away\": 18,\n                    \"scored_overall_avg\": \"1.58\",\n                    \"scored_home_avg\": \"1.77\",\n                    \"scored_away_avg\": \"1.38\",\n                    \"conceded_overall\": 23,\n                    \"conceded_home\": 9,\n                    \"conceded_away\": 14,\n                    \"conceded_overall_avg\": \"0.88\",\n                    \"conceded_home_avg\": \"0.69\",\n                    \"conceded_away_avg\": \"1.08\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.38\",\n                \"updated_at\": 1676108826\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Marítimo\",\n            \"away_name\": \"Sporting Braga\",\n            \"id\": 25581360,\n            \"unix\": 1676233800,\n            \"competition_name\": \"Primeira Liga\",\n            \"country\": \"Portugal\",\n            \"btts_home_per\": 44,\n            \"btts_away_per\": 40,\n            \"combined_btts_per\": 42,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 19,\n                    \"played_home\": 9,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 47,\n                    \"btts_home_per\": 44,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 12,\n                    \"scored_home\": 6,\n                    \"scored_away\": 6,\n                    \"scored_overall_avg\": \"0.63\",\n                    \"scored_home_avg\": \"0.67\",\n                    \"scored_away_avg\": \"0.60\",\n                    \"conceded_overall\": 35,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 25,\n                    \"conceded_overall_avg\": \"1.84\",\n                    \"conceded_home_avg\": \"1.11\",\n                    \"conceded_away_avg\": \"2.50\"\n                },\n                \"away\": {\n                    \"played_overall\": 19,\n                    \"played_away\": 10,\n                    \"btts_overall\": 6,\n                    \"btts_home\": 2,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 32,\n                    \"btts_home_per\": 22,\n                    \"btts_away_per\": 40,\n                    \"scored_overall\": 43,\n                    \"scored_home\": 19,\n                    \"scored_away\": 24,\n                    \"scored_overall_avg\": \"2.26\",\n                    \"scored_home_avg\": \"2.11\",\n                    \"scored_away_avg\": \"2.40\",\n                    \"conceded_overall\": 19,\n                    \"conceded_home\": 6,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"1.00\",\n                    \"conceded_home_avg\": \"0.67\",\n                    \"conceded_away_avg\": \"1.30\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1676134575\n            },\n            \"ko_time\": \"20:30\"\n        },\n        {\n            \"home_name\": \"Viktoria Plzeň\",\n            \"away_name\": \"České Budějovice\",\n            \"id\": 25580998,\n            \"unix\": 1676210400,\n            \"competition_name\": \"Fortuna Liga\",\n            \"country\": \"Czech Republic\",\n            \"btts_home_per\": 38,\n            \"btts_away_per\": 44,\n            \"combined_btts_per\": 41,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 18,\n                    \"played_home\": 8,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 3,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 38,\n                    \"btts_away_per\": 60,\n                    \"scored_overall\": 38,\n                    \"scored_home\": 18,\n                    \"scored_away\": 20,\n                    \"scored_overall_avg\": \"2.11\",\n                    \"scored_home_avg\": \"2.25\",\n                    \"scored_away_avg\": \"2.00\",\n                    \"conceded_overall\": 13,\n                    \"conceded_home\": 5,\n                    \"conceded_away\": 8,\n                    \"conceded_overall_avg\": \"0.72\",\n                    \"conceded_home_avg\": \"0.63\",\n                    \"conceded_away_avg\": \"0.80\"\n                },\n                \"away\": {\n                    \"played_overall\": 18,\n                    \"played_away\": 9,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 3,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 39,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 44,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 7,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.94\",\n                    \"scored_home_avg\": \"0.78\",\n                    \"scored_away_avg\": \"1.11\",\n                    \"conceded_overall\": 33,\n                    \"conceded_home\": 19,\n                    \"conceded_away\": 14,\n                    \"conceded_overall_avg\": \"1.83\",\n                    \"conceded_home_avg\": \"2.11\",\n                    \"conceded_away_avg\": \"1.56\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1676169521\n            },\n            \"ko_time\": \"14:00\"\n        },\n        {\n            \"home_name\": \"SD Logroñés\",\n            \"away_name\": \"UD Logroñés\",\n            \"id\": 25581200,\n            \"unix\": 1676217600,\n            \"competition_name\": \"Primera Division RFEF: Group 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 45,\n            \"btts_away_per\": 36,\n            \"combined_btts_per\": 40.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 5,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 45,\n                    \"btts_away_per\": 45,\n                    \"scored_overall\": 27,\n                    \"scored_home\": 15,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.23\",\n                    \"scored_home_avg\": \"1.36\",\n                    \"scored_away_avg\": \"1.09\",\n                    \"conceded_overall\": 26,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 16,\n                    \"conceded_overall_avg\": \"1.18\",\n                    \"conceded_home_avg\": \"0.91\",\n                    \"conceded_away_avg\": \"1.45\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 5,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 41,\n                    \"btts_home_per\": 45,\n                    \"btts_away_per\": 36,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 8,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"0.86\",\n                    \"scored_home_avg\": \"0.73\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 23,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"1.05\",\n                    \"conceded_home_avg\": \"0.91\",\n                    \"conceded_away_avg\": \"1.18\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.50\",\n                \"updated_at\": 1676050675\n            },\n            \"ko_time\": \"16:00\"\n        },\n        {\n            \"home_name\": \"SD Eibar\",\n            \"away_name\": \"FC Cartagena\",\n            \"id\": 25581271,\n            \"unix\": 1676223000,\n            \"competition_name\": \"La Liga 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 38,\n            \"btts_away_per\": 42,\n            \"combined_btts_per\": 40,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 5,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 38,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 28,\n                    \"scored_home\": 17,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.08\",\n                    \"scored_home_avg\": \"1.31\",\n                    \"scored_away_avg\": \"0.85\",\n                    \"conceded_overall\": 20,\n                    \"conceded_home\": 5,\n                    \"conceded_away\": 15,\n                    \"conceded_overall_avg\": \"0.77\",\n                    \"conceded_home_avg\": \"0.38\",\n                    \"conceded_away_avg\": \"1.15\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 12,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 7,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 46,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 42,\n                    \"scored_overall\": 26,\n                    \"scored_home\": 14,\n                    \"scored_away\": 12,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.04\",\n                    \"conceded_home_avg\": \"1.14\",\n                    \"conceded_away_avg\": \"0.92\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1675964746\n            },\n            \"ko_time\": \"17:30\"\n        },\n        {\n            \"home_name\": \"Beroe\",\n            \"away_name\": \"CSKA Sofia\",\n            \"id\": 20359725,\n            \"unix\": 1676204100,\n            \"competition_name\": \"Parva Liga\",\n            \"country\": \"Bulgaria\",\n            \"btts_home_per\": 44,\n            \"btts_away_per\": 33,\n            \"combined_btts_per\": 38.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 18,\n                    \"played_home\": 9,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 4,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 44,\n                    \"btts_home_per\": 44,\n                    \"btts_away_per\": 44,\n                    \"scored_overall\": 16,\n                    \"scored_home\": 11,\n                    \"scored_away\": 5,\n                    \"scored_overall_avg\": \"0.89\",\n                    \"scored_home_avg\": \"1.22\",\n                    \"scored_away_avg\": \"0.56\",\n                    \"conceded_overall\": 30,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.67\",\n                    \"conceded_home_avg\": \"1.22\",\n                    \"conceded_away_avg\": \"2.11\"\n                },\n                \"away\": {\n                    \"played_overall\": 18,\n                    \"played_away\": 9,\n                    \"btts_overall\": 6,\n                    \"btts_home\": 3,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 33,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 34,\n                    \"scored_home\": 20,\n                    \"scored_away\": 14,\n                    \"scored_overall_avg\": \"1.89\",\n                    \"scored_home_avg\": \"2.22\",\n                    \"scored_away_avg\": \"1.56\",\n                    \"conceded_overall\": 9,\n                    \"conceded_home\": 3,\n                    \"conceded_away\": 6,\n                    \"conceded_overall_avg\": \"0.50\",\n                    \"conceded_home_avg\": \"0.33\",\n                    \"conceded_away_avg\": \"0.67\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.25\",\n                \"updated_at\": 1676134036\n            },\n            \"ko_time\": \"12:15\"\n        },\n        {\n            \"home_name\": \"Septemvri Sofia\",\n            \"away_name\": \"Arda\",\n            \"id\": 20359723,\n            \"unix\": 1676196000,\n            \"competition_name\": \"Parva Liga\",\n            \"country\": \"Bulgaria\",\n            \"btts_home_per\": 44,\n            \"btts_away_per\": 33,\n            \"combined_btts_per\": 38.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 18,\n                    \"played_home\": 9,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 44,\n                    \"btts_away_per\": 56,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 6,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"0.94\",\n                    \"scored_home_avg\": \"0.67\",\n                    \"scored_away_avg\": \"1.22\",\n                    \"conceded_overall\": 25,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 14,\n                    \"conceded_overall_avg\": \"1.39\",\n                    \"conceded_home_avg\": \"1.22\",\n                    \"conceded_away_avg\": \"1.56\"\n                },\n                \"away\": {\n                    \"played_overall\": 18,\n                    \"played_away\": 9,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 4,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 39,\n                    \"btts_home_per\": 44,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 18,\n                    \"scored_home\": 11,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"1.22\",\n                    \"scored_away_avg\": \"0.78\",\n                    \"conceded_overall\": 20,\n                    \"conceded_home\": 9,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.11\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"1.22\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676110553\n            },\n            \"ko_time\": \"10:00\"\n        },\n        {\n            \"home_name\": \"Juventus\",\n            \"away_name\": \"Fiorentina\",\n            \"id\": 25581264,\n            \"unix\": 1676221200,\n            \"competition_name\": \"Serie A\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 27,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 38.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 21,\n                    \"played_home\": 11,\n                    \"btts_overall\": 5,\n                    \"btts_home\": 3,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 24,\n                    \"btts_home_per\": 27,\n                    \"btts_away_per\": 20,\n                    \"scored_overall\": 33,\n                    \"scored_home\": 24,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"1.57\",\n                    \"scored_home_avg\": \"2.18\",\n                    \"scored_away_avg\": \"0.90\",\n                    \"conceded_overall\": 17,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"0.81\",\n                    \"conceded_home_avg\": \"0.73\",\n                    \"conceded_away_avg\": \"0.90\"\n                },\n                \"away\": {\n                    \"played_overall\": 21,\n                    \"played_away\": 10,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 7,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 57,\n                    \"btts_home_per\": 64,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 23,\n                    \"scored_home\": 15,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.10\",\n                    \"scored_home_avg\": \"1.36\",\n                    \"scored_away_avg\": \"0.80\",\n                    \"conceded_overall\": 28,\n                    \"conceded_home\": 17,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.33\",\n                    \"conceded_home_avg\": \"1.55\",\n                    \"conceded_away_avg\": \"1.10\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.95\",\n                \"updated_at\": 1676042198\n            },\n            \"ko_time\": \"17:00\"\n        },\n        {\n            \"home_name\": \"Merida\",\n            \"away_name\": \"Linense\",\n            \"id\": 25581260,\n            \"unix\": 1676221200,\n            \"competition_name\": \"Primera Division RFEF: Group 1\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 45,\n            \"btts_away_per\": 27,\n            \"combined_btts_per\": 36,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 5,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 45,\n                    \"btts_away_per\": 45,\n                    \"scored_overall\": 21,\n                    \"scored_home\": 12,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"0.95\",\n                    \"scored_home_avg\": \"1.09\",\n                    \"scored_away_avg\": \"0.82\",\n                    \"conceded_overall\": 25,\n                    \"conceded_home\": 14,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.14\",\n                    \"conceded_home_avg\": \"1.27\",\n                    \"conceded_away_avg\": \"1.00\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 11,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 6,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 41,\n                    \"btts_home_per\": 55,\n                    \"btts_away_per\": 27,\n                    \"scored_overall\": 21,\n                    \"scored_home\": 14,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.95\",\n                    \"scored_home_avg\": \"1.27\",\n                    \"scored_away_avg\": \"0.64\",\n                    \"conceded_overall\": 19,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 8,\n                    \"conceded_overall_avg\": \"0.86\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"0.73\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1675785543\n            },\n            \"ko_time\": \"17:00\"\n        },\n        {\n            \"home_name\": \"Latina\",\n            \"away_name\": \"Virtus Francavilla\",\n            \"id\": 25580821,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 25,\n            \"btts_away_per\": 46,\n            \"combined_btts_per\": 35.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 12,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 3,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 35,\n                    \"btts_home_per\": 25,\n                    \"btts_away_per\": 43,\n                    \"scored_overall\": 26,\n                    \"scored_home\": 9,\n                    \"scored_away\": 17,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"0.75\",\n                    \"scored_away_avg\": \"1.21\",\n                    \"conceded_overall\": 33,\n                    \"conceded_home\": 12,\n                    \"conceded_away\": 21,\n                    \"conceded_overall_avg\": \"1.27\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"1.50\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 13,\n                    \"btts_home\": 7,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 50,\n                    \"btts_home_per\": 54,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 34,\n                    \"scored_home\": 26,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.31\",\n                    \"scored_home_avg\": \"2.00\",\n                    \"scored_away_avg\": \"0.62\",\n                    \"conceded_overall\": 35,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 25,\n                    \"conceded_overall_avg\": \"1.35\",\n                    \"conceded_home_avg\": \"0.77\",\n                    \"conceded_away_avg\": \"1.92\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1676168148\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Vis Pesaro\",\n            \"away_name\": \"Rimini\",\n            \"id\": 25580722,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone B\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 33,\n            \"btts_away_per\": 38,\n            \"combined_btts_per\": 35.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 25,\n                    \"played_home\": 12,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 36,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 38,\n                    \"scored_overall\": 18,\n                    \"scored_home\": 8,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.72\",\n                    \"scored_home_avg\": \"0.67\",\n                    \"scored_away_avg\": \"0.77\",\n                    \"conceded_overall\": 34,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.36\",\n                    \"conceded_home_avg\": \"1.33\",\n                    \"conceded_away_avg\": \"1.38\"\n                },\n                \"away\": {\n                    \"played_overall\": 25,\n                    \"played_away\": 13,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 7,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 46,\n                    \"btts_home_per\": 54,\n                    \"btts_away_per\": 38,\n                    \"scored_overall\": 33,\n                    \"scored_home\": 22,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.27\",\n                    \"scored_home_avg\": \"1.69\",\n                    \"scored_away_avg\": \"0.85\",\n                    \"conceded_overall\": 26,\n                    \"conceded_home\": 15,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.00\",\n                    \"conceded_home_avg\": \"1.15\",\n                    \"conceded_away_avg\": \"0.85\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.10\",\n                \"updated_at\": 1675972592\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Real Valladolid\",\n            \"away_name\": \"Osasuna\",\n            \"id\": 25581273,\n            \"unix\": 1676223000,\n            \"competition_name\": \"La Liga\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 20,\n            \"btts_away_per\": 50,\n            \"combined_btts_per\": 35,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 20,\n                    \"played_home\": 10,\n                    \"btts_overall\": 5,\n                    \"btts_home\": 2,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 25,\n                    \"btts_home_per\": 20,\n                    \"btts_away_per\": 30,\n                    \"scored_overall\": 15,\n                    \"scored_home\": 9,\n                    \"scored_away\": 6,\n                    \"scored_overall_avg\": \"0.75\",\n                    \"scored_home_avg\": \"0.90\",\n                    \"scored_away_avg\": \"0.60\",\n                    \"conceded_overall\": 28,\n                    \"conceded_home\": 9,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.40\",\n                    \"conceded_home_avg\": \"0.90\",\n                    \"conceded_away_avg\": \"1.90\"\n                },\n                \"away\": {\n                    \"played_overall\": 20,\n                    \"played_away\": 10,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 45,\n                    \"btts_home_per\": 40,\n                    \"btts_away_per\": 50,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 12,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.95\",\n                    \"scored_home_avg\": \"1.20\",\n                    \"scored_away_avg\": \"0.70\",\n                    \"conceded_overall\": 19,\n                    \"conceded_home\": 9,\n                    \"conceded_away\": 10,\n                    \"conceded_overall_avg\": \"0.95\",\n                    \"conceded_home_avg\": \"0.90\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.05\",\n                \"updated_at\": 1675768618\n            },\n            \"ko_time\": \"17:30\"\n        },\n        {\n            \"home_name\": \"Inter de Limeira\",\n            \"away_name\": \"Santo André\",\n            \"id\": 25581418,\n            \"unix\": 1676244600,\n            \"competition_name\": \"Paulista A1\",\n            \"country\": \"Brazil\",\n            \"btts_home_per\": 0,\n            \"btts_away_per\": 67,\n            \"combined_btts_per\": 33.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 7,\n                    \"played_home\": 3,\n                    \"btts_overall\": 0,\n                    \"btts_home\": 0,\n                    \"btts_away\": 0,\n                    \"btts_overall_per\": 0,\n                    \"btts_home_per\": 0,\n                    \"btts_away_per\": 0,\n                    \"scored_overall\": 3,\n                    \"scored_home\": 1,\n                    \"scored_away\": 2,\n                    \"scored_overall_avg\": \"0.43\",\n                    \"scored_home_avg\": \"0.33\",\n                    \"scored_away_avg\": \"0.50\",\n                    \"conceded_overall\": 6,\n                    \"conceded_home\": 3,\n                    \"conceded_away\": 3,\n                    \"conceded_overall_avg\": \"0.86\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"0.75\"\n                },\n                \"away\": {\n                    \"played_overall\": 7,\n                    \"played_away\": 3,\n                    \"btts_overall\": 3,\n                    \"btts_home\": 1,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 43,\n                    \"btts_home_per\": 25,\n                    \"btts_away_per\": 67,\n                    \"scored_overall\": 6,\n                    \"scored_home\": 2,\n                    \"scored_away\": 4,\n                    \"scored_overall_avg\": \"0.86\",\n                    \"scored_home_avg\": \"0.50\",\n                    \"scored_away_avg\": \"1.33\",\n                    \"conceded_overall\": 7,\n                    \"conceded_home\": 4,\n                    \"conceded_away\": 3,\n                    \"conceded_overall_avg\": \"1.00\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1676104903\n            },\n            \"ko_time\": \"23:30\"\n        },\n        {\n            \"home_name\": \"Juve Stabia\",\n            \"away_name\": \"Taranto\",\n            \"id\": 25580817,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 33,\n            \"btts_away_per\": 31,\n            \"combined_btts_per\": 32,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 12,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 4,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 27,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 21,\n                    \"scored_overall\": 23,\n                    \"scored_home\": 13,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.88\",\n                    \"scored_home_avg\": \"1.08\",\n                    \"scored_away_avg\": \"0.71\",\n                    \"conceded_overall\": 23,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"0.88\",\n                    \"conceded_home_avg\": \"0.83\",\n                    \"conceded_away_avg\": \"0.93\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 3,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 27,\n                    \"btts_home_per\": 23,\n                    \"btts_away_per\": 31,\n                    \"scored_overall\": 20,\n                    \"scored_home\": 13,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.77\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"0.54\",\n                    \"conceded_overall\": 31,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 23,\n                    \"conceded_overall_avg\": \"1.19\",\n                    \"conceded_home_avg\": \"0.62\",\n                    \"conceded_away_avg\": \"1.77\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.63\",\n                \"updated_at\": 1676097525\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Aris\",\n            \"away_name\": \"Panathinaikos\",\n            \"id\": 25581277,\n            \"unix\": 1676224800,\n            \"competition_name\": \"Super League\",\n            \"country\": \"Greece\",\n            \"btts_home_per\": 30,\n            \"btts_away_per\": 30,\n            \"combined_btts_per\": 30,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 21,\n                    \"played_home\": 10,\n                    \"btts_overall\": 5,\n                    \"btts_home\": 3,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 24,\n                    \"btts_home_per\": 30,\n                    \"btts_away_per\": 18,\n                    \"scored_overall\": 28,\n                    \"scored_home\": 20,\n                    \"scored_away\": 8,\n                    \"scored_overall_avg\": \"1.33\",\n                    \"scored_home_avg\": \"2.00\",\n                    \"scored_away_avg\": \"0.73\",\n                    \"conceded_overall\": 18,\n                    \"conceded_home\": 5,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"0.86\",\n                    \"conceded_home_avg\": \"0.50\",\n                    \"conceded_away_avg\": \"1.18\"\n                },\n                \"away\": {\n                    \"played_overall\": 21,\n                    \"played_away\": 10,\n                    \"btts_overall\": 6,\n                    \"btts_home\": 3,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 29,\n                    \"btts_home_per\": 27,\n                    \"btts_away_per\": 30,\n                    \"scored_overall\": 30,\n                    \"scored_home\": 15,\n                    \"scored_away\": 15,\n                    \"scored_overall_avg\": \"1.43\",\n                    \"scored_home_avg\": \"1.36\",\n                    \"scored_away_avg\": \"1.50\",\n                    \"conceded_overall\": 11,\n                    \"conceded_home\": 6,\n                    \"conceded_away\": 5,\n                    \"conceded_overall_avg\": \"0.52\",\n                    \"conceded_home_avg\": \"0.55\",\n                    \"conceded_away_avg\": \"0.50\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1676144241\n            },\n            \"ko_time\": \"18:00\"\n        },\n        {\n            \"home_name\": \"Voluntari\",\n            \"away_name\": \"FCSB\",\n            \"id\": 25581282,\n            \"unix\": 1676224800,\n            \"competition_name\": \"Liga 1\",\n            \"country\": \"Romania\",\n            \"btts_home_per\": 17,\n            \"btts_away_per\": 42,\n            \"combined_btts_per\": 29.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 24,\n                    \"played_home\": 12,\n                    \"btts_overall\": 10,\n                    \"btts_home\": 2,\n                    \"btts_away\": 8,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 17,\n                    \"btts_away_per\": 67,\n                    \"scored_overall\": 21,\n                    \"scored_home\": 11,\n                    \"scored_away\": 10,\n                    \"scored_overall_avg\": \"0.88\",\n                    \"scored_home_avg\": \"0.92\",\n                    \"scored_away_avg\": \"0.83\",\n                    \"conceded_overall\": 27,\n                    \"conceded_home\": 9,\n                    \"conceded_away\": 18,\n                    \"conceded_overall_avg\": \"1.13\",\n                    \"conceded_home_avg\": \"0.75\",\n                    \"conceded_away_avg\": \"1.50\"\n                },\n                \"away\": {\n                    \"played_overall\": 24,\n                    \"played_away\": 12,\n                    \"btts_overall\": 15,\n                    \"btts_home\": 10,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 63,\n                    \"btts_home_per\": 83,\n                    \"btts_away_per\": 42,\n                    \"scored_overall\": 40,\n                    \"scored_home\": 24,\n                    \"scored_away\": 16,\n                    \"scored_overall_avg\": \"1.67\",\n                    \"scored_home_avg\": \"2.00\",\n                    \"scored_away_avg\": \"1.33\",\n                    \"conceded_overall\": 28,\n                    \"conceded_home\": 16,\n                    \"conceded_away\": 12,\n                    \"conceded_overall_avg\": \"1.17\",\n                    \"conceded_home_avg\": \"1.33\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.00\",\n                \"updated_at\": 1675961146\n            },\n            \"ko_time\": \"18:00\"\n        },\n        {\n            \"home_name\": \"Fluminense\",\n            \"away_name\": \"Vasco da Gama\",\n            \"id\": 25581373,\n            \"unix\": 1676235600,\n            \"competition_name\": \"Carioca 1\",\n            \"country\": \"Brazil\",\n            \"btts_home_per\": 25,\n            \"btts_away_per\": 33,\n            \"combined_btts_per\": 29,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 7,\n                    \"played_home\": 4,\n                    \"btts_overall\": 1,\n                    \"btts_home\": 1,\n                    \"btts_away\": 0,\n                    \"btts_overall_per\": 14,\n                    \"btts_home_per\": 25,\n                    \"btts_away_per\": 0,\n                    \"scored_overall\": 8,\n                    \"scored_home\": 5,\n                    \"scored_away\": 3,\n                    \"scored_overall_avg\": \"1.14\",\n                    \"scored_home_avg\": \"1.25\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 3,\n                    \"conceded_home\": 2,\n                    \"conceded_away\": 1,\n                    \"conceded_overall_avg\": \"0.43\",\n                    \"conceded_home_avg\": \"0.50\",\n                    \"conceded_away_avg\": \"0.33\"\n                },\n                \"away\": {\n                    \"played_overall\": 7,\n                    \"played_away\": 3,\n                    \"btts_overall\": 2,\n                    \"btts_home\": 1,\n                    \"btts_away\": 1,\n                    \"btts_overall_per\": 33,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 11,\n                    \"scored_home\": 6,\n                    \"scored_away\": 5,\n                    \"scored_overall_avg\": \"1.83\",\n                    \"scored_home_avg\": \"2.00\",\n                    \"scored_away_avg\": \"1.67\",\n                    \"conceded_overall\": 3,\n                    \"conceded_home\": 2,\n                    \"conceded_away\": 1,\n                    \"conceded_overall_avg\": \"0.50\",\n                    \"conceded_home_avg\": \"0.67\",\n                    \"conceded_away_avg\": \"0.33\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.95\",\n                \"updated_at\": 1675953950\n            },\n            \"ko_time\": \"21:00\"\n        },\n        {\n            \"home_name\": \"Castellón\",\n            \"away_name\": \"Eldense\",\n            \"id\": 25581256,\n            \"unix\": 1676221200,\n            \"competition_name\": \"Primera Division RFEF: Group 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 27,\n            \"btts_away_per\": 30,\n            \"combined_btts_per\": 28.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 22,\n                    \"played_home\": 11,\n                    \"btts_overall\": 12,\n                    \"btts_home\": 3,\n                    \"btts_away\": 9,\n                    \"btts_overall_per\": 55,\n                    \"btts_home_per\": 27,\n                    \"btts_away_per\": 82,\n                    \"scored_overall\": 29,\n                    \"scored_home\": 16,\n                    \"scored_away\": 13,\n                    \"scored_overall_avg\": \"1.32\",\n                    \"scored_home_avg\": \"1.45\",\n                    \"scored_away_avg\": \"1.18\",\n                    \"conceded_overall\": 17,\n                    \"conceded_home\": 4,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"0.77\",\n                    \"conceded_home_avg\": \"0.36\",\n                    \"conceded_away_avg\": \"1.18\"\n                },\n                \"away\": {\n                    \"played_overall\": 22,\n                    \"played_away\": 10,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 6,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 41,\n                    \"btts_home_per\": 50,\n                    \"btts_away_per\": 30,\n                    \"scored_overall\": 29,\n                    \"scored_home\": 20,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"1.32\",\n                    \"scored_home_avg\": \"1.67\",\n                    \"scored_away_avg\": \"0.90\",\n                    \"conceded_overall\": 15,\n                    \"conceded_home\": 6,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"0.68\",\n                    \"conceded_home_avg\": \"0.50\",\n                    \"conceded_away_avg\": \"0.90\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1676147806\n            },\n            \"ko_time\": \"17:00\"\n        },\n        {\n            \"home_name\": \"Gelbison\",\n            \"away_name\": \"ACR Messina\",\n            \"id\": 25580810,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone C\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 31,\n            \"btts_away_per\": 25,\n            \"combined_btts_per\": 28,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 4,\n                    \"btts_away\": 5,\n                    \"btts_overall_per\": 35,\n                    \"btts_home_per\": 31,\n                    \"btts_away_per\": 38,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 12,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.73\",\n                    \"scored_home_avg\": \"0.92\",\n                    \"scored_away_avg\": \"0.54\",\n                    \"conceded_overall\": 24,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"0.92\",\n                    \"conceded_home_avg\": \"0.85\",\n                    \"conceded_away_avg\": \"1.00\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 12,\n                    \"btts_overall\": 11,\n                    \"btts_home\": 8,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 42,\n                    \"btts_home_per\": 57,\n                    \"btts_away_per\": 25,\n                    \"scored_overall\": 24,\n                    \"scored_home\": 18,\n                    \"scored_away\": 6,\n                    \"scored_overall_avg\": \"0.92\",\n                    \"scored_home_avg\": \"1.29\",\n                    \"scored_away_avg\": \"0.50\",\n                    \"conceded_overall\": 40,\n                    \"conceded_home\": 17,\n                    \"conceded_away\": 23,\n                    \"conceded_overall_avg\": \"1.54\",\n                    \"conceded_home_avg\": \"1.21\",\n                    \"conceded_away_avg\": \"1.92\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.25\",\n                \"updated_at\": 1675777250\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"Tottenham W\",\n            \"away_name\": \"Manchester United W\",\n            \"id\": 12980563,\n            \"unix\": 1676203200,\n            \"competition_name\": \"Wsl 1 Women\",\n            \"country\": \"England\",\n            \"btts_home_per\": 20,\n            \"btts_away_per\": 33,\n            \"combined_btts_per\": 26.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 11,\n                    \"played_home\": 5,\n                    \"btts_overall\": 3,\n                    \"btts_home\": 1,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 27,\n                    \"btts_home_per\": 20,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 14,\n                    \"scored_home\": 3,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"1.27\",\n                    \"scored_home_avg\": \"0.60\",\n                    \"scored_away_avg\": \"1.83\",\n                    \"conceded_overall\": 22,\n                    \"conceded_home\": 11,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"2.00\",\n                    \"conceded_home_avg\": \"2.20\",\n                    \"conceded_away_avg\": \"1.83\"\n                },\n                \"away\": {\n                    \"played_overall\": 11,\n                    \"played_away\": 6,\n                    \"btts_overall\": 3,\n                    \"btts_home\": 1,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 25,\n                    \"btts_home_per\": 17,\n                    \"btts_away_per\": 33,\n                    \"scored_overall\": 31,\n                    \"scored_home\": 20,\n                    \"scored_away\": 11,\n                    \"scored_overall_avg\": \"2.58\",\n                    \"scored_home_avg\": \"3.33\",\n                    \"scored_away_avg\": \"1.83\",\n                    \"conceded_overall\": 6,\n                    \"conceded_home\": 3,\n                    \"conceded_away\": 3,\n                    \"conceded_overall_avg\": \"0.50\",\n                    \"conceded_home_avg\": \"0.50\",\n                    \"conceded_away_avg\": \"0.50\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"1.91\",\n                \"updated_at\": 1676164548\n            },\n            \"ko_time\": \"12:00\"\n        },\n        {\n            \"home_name\": \"Imolese\",\n            \"away_name\": \"Cesena\",\n            \"id\": 25580715,\n            \"unix\": 1676208600,\n            \"competition_name\": \"Serie C: Girone B\",\n            \"country\": \"Italy\",\n            \"btts_home_per\": 31,\n            \"btts_away_per\": 15,\n            \"combined_btts_per\": 23,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 4,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 31,\n                    \"btts_home_per\": 31,\n                    \"btts_away_per\": 31,\n                    \"scored_overall\": 13,\n                    \"scored_home\": 7,\n                    \"scored_away\": 6,\n                    \"scored_overall_avg\": \"0.50\",\n                    \"scored_home_avg\": \"0.54\",\n                    \"scored_away_avg\": \"0.46\",\n                    \"conceded_overall\": 38,\n                    \"conceded_home\": 19,\n                    \"conceded_away\": 19,\n                    \"conceded_overall_avg\": \"1.46\",\n                    \"conceded_home_avg\": \"1.46\",\n                    \"conceded_away_avg\": \"1.46\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 9,\n                    \"btts_home\": 7,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 35,\n                    \"btts_home_per\": 54,\n                    \"btts_away_per\": 15,\n                    \"scored_overall\": 42,\n                    \"scored_home\": 26,\n                    \"scored_away\": 16,\n                    \"scored_overall_avg\": \"1.62\",\n                    \"scored_home_avg\": \"2.00\",\n                    \"scored_away_avg\": \"1.23\",\n                    \"conceded_overall\": 15,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 5,\n                    \"conceded_overall_avg\": \"0.58\",\n                    \"conceded_home_avg\": \"0.77\",\n                    \"conceded_away_avg\": \"0.38\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.75\",\n                \"updated_at\": 1676032738\n            },\n            \"ko_time\": \"13:30\"\n        },\n        {\n            \"home_name\": \"MC Oran\",\n            \"away_name\": \"RC Arbaâ\",\n            \"id\": 25581259,\n            \"unix\": 1676221200,\n            \"competition_name\": \"Ligue 1\",\n            \"country\": \"Algeria\",\n            \"btts_home_per\": 14,\n            \"btts_away_per\": 29,\n            \"combined_btts_per\": 21.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 15,\n                    \"played_home\": 7,\n                    \"btts_overall\": 4,\n                    \"btts_home\": 1,\n                    \"btts_away\": 3,\n                    \"btts_overall_per\": 27,\n                    \"btts_home_per\": 14,\n                    \"btts_away_per\": 38,\n                    \"scored_overall\": 12,\n                    \"scored_home\": 8,\n                    \"scored_away\": 4,\n                    \"scored_overall_avg\": \"0.80\",\n                    \"scored_home_avg\": \"1.14\",\n                    \"scored_away_avg\": \"0.50\",\n                    \"conceded_overall\": 14,\n                    \"conceded_home\": 1,\n                    \"conceded_away\": 13,\n                    \"conceded_overall_avg\": \"0.93\",\n                    \"conceded_home_avg\": \"0.14\",\n                    \"conceded_away_avg\": \"1.63\"\n                },\n                \"away\": {\n                    \"played_overall\": 15,\n                    \"played_away\": 7,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 5,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 47,\n                    \"btts_home_per\": 63,\n                    \"btts_away_per\": 29,\n                    \"scored_overall\": 19,\n                    \"scored_home\": 17,\n                    \"scored_away\": 2,\n                    \"scored_overall_avg\": \"1.27\",\n                    \"scored_home_avg\": \"2.13\",\n                    \"scored_away_avg\": \"0.29\",\n                    \"conceded_overall\": 21,\n                    \"conceded_home\": 10,\n                    \"conceded_away\": 11,\n                    \"conceded_overall_avg\": \"1.40\",\n                    \"conceded_home_avg\": \"1.25\",\n                    \"conceded_away_avg\": \"1.57\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.20\",\n                \"updated_at\": 1676047084\n            },\n            \"ko_time\": \"17:00\"\n        },\n        {\n            \"home_name\": \"Real Oviedo\",\n            \"away_name\": \"Burgos\",\n            \"id\": 25581155,\n            \"unix\": 1676214900,\n            \"competition_name\": \"La Liga 2\",\n            \"country\": \"Spain\",\n            \"btts_home_per\": 15,\n            \"btts_away_per\": 15,\n            \"combined_btts_per\": 15,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 26,\n                    \"played_home\": 13,\n                    \"btts_overall\": 8,\n                    \"btts_home\": 2,\n                    \"btts_away\": 6,\n                    \"btts_overall_per\": 31,\n                    \"btts_home_per\": 15,\n                    \"btts_away_per\": 46,\n                    \"scored_overall\": 17,\n                    \"scored_home\": 8,\n                    \"scored_away\": 9,\n                    \"scored_overall_avg\": \"0.65\",\n                    \"scored_home_avg\": \"0.62\",\n                    \"scored_away_avg\": \"0.69\",\n                    \"conceded_overall\": 20,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 12,\n                    \"conceded_overall_avg\": \"0.77\",\n                    \"conceded_home_avg\": \"0.62\",\n                    \"conceded_away_avg\": \"0.92\"\n                },\n                \"away\": {\n                    \"played_overall\": 26,\n                    \"played_away\": 13,\n                    \"btts_overall\": 7,\n                    \"btts_home\": 5,\n                    \"btts_away\": 2,\n                    \"btts_overall_per\": 27,\n                    \"btts_home_per\": 38,\n                    \"btts_away_per\": 15,\n                    \"scored_overall\": 22,\n                    \"scored_home\": 15,\n                    \"scored_away\": 7,\n                    \"scored_overall_avg\": \"0.85\",\n                    \"scored_home_avg\": \"1.15\",\n                    \"scored_away_avg\": \"0.54\",\n                    \"conceded_overall\": 15,\n                    \"conceded_home\": 8,\n                    \"conceded_away\": 7,\n                    \"conceded_overall_avg\": \"0.58\",\n                    \"conceded_home_avg\": \"0.62\",\n                    \"conceded_away_avg\": \"0.54\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.25\",\n                \"updated_at\": 1676096213\n            },\n            \"ko_time\": \"15:15\"\n        },\n        {\n            \"home_name\": \"Portuguesa\",\n            \"away_name\": \"Corinthians\",\n            \"id\": 25581320,\n            \"unix\": 1676228400,\n            \"competition_name\": \"Paulista A1\",\n            \"country\": \"Brazil\",\n            \"btts_home_per\": 0,\n            \"btts_away_per\": 25,\n            \"combined_btts_per\": 12.5,\n            \"is_friendly\": false,\n            \"stats\": {\n                \"home\": {\n                    \"played_overall\": 7,\n                    \"played_home\": 3,\n                    \"btts_overall\": 4,\n                    \"btts_home\": 0,\n                    \"btts_away\": 4,\n                    \"btts_overall_per\": 57,\n                    \"btts_home_per\": 0,\n                    \"btts_away_per\": 100,\n                    \"scored_overall\": 7,\n                    \"scored_home\": 3,\n                    \"scored_away\": 4,\n                    \"scored_overall_avg\": \"1.00\",\n                    \"scored_home_avg\": \"1.00\",\n                    \"scored_away_avg\": \"1.00\",\n                    \"conceded_overall\": 12,\n                    \"conceded_home\": 3,\n                    \"conceded_away\": 9,\n                    \"conceded_overall_avg\": \"1.71\",\n                    \"conceded_home_avg\": \"1.00\",\n                    \"conceded_away_avg\": \"2.25\"\n                },\n                \"away\": {\n                    \"played_overall\": 7,\n                    \"played_away\": 4,\n                    \"btts_overall\": 2,\n                    \"btts_home\": 1,\n                    \"btts_away\": 1,\n                    \"btts_overall_per\": 29,\n                    \"btts_home_per\": 33,\n                    \"btts_away_per\": 25,\n                    \"scored_overall\": 9,\n                    \"scored_home\": 7,\n                    \"scored_away\": 2,\n                    \"scored_overall_avg\": \"1.29\",\n                    \"scored_home_avg\": \"2.33\",\n                    \"scored_away_avg\": \"0.50\",\n                    \"conceded_overall\": 5,\n                    \"conceded_home\": 1,\n                    \"conceded_away\": 4,\n                    \"conceded_overall_avg\": \"0.71\",\n                    \"conceded_home_avg\": \"0.33\",\n                    \"conceded_away_avg\": \"1.00\"\n                }\n            },\n            \"odds\": {\n                \"odds\": \"2.38\",\n                \"updated_at\": 1676169521\n            },\n            \"ko_time\": \"19:00\"\n        }\n    ]\n}"}],"_postman_id":"f7621cd1-7dca-459a-9409-7a0aba92d418"},{"name":"Correct Scores","id":"4eec41bb-e38f-4766-bad8-b67976dc8dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/correctScores?api_token=YOUR_API_TOKEN","description":"<p>The /correctScores endpoint will give you the next 72 hours of games that have the probability model enables, with a focus on the output for the correct score. You can access the score lines within the <em>scores</em> object. The value you see is the probability that the game will finish with that score, as per the OddAlerts Probability Model.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","correctScores"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"2494b459-cc61-4bba-b45f-483d75adb5ce","name":"Correct Scores","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.oddalerts.com/api/correctScores?api_token=YOUR_API_TOKEN","protocol":"https","host":["data","oddalerts","com"],"path":["api","correctScores"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"page\": 1,\n        \"per_page\": 500,\n        \"results\": 1,\n        \"pages\": 1,\n        \"has_more\": false,\n        \"next_page_url\": \"NEXT PAGE URL WILL APPEAR HERE\"\n    },\n    \"data\": [\n        {\n            \"id\": 25581412,\n            \"home_name\": \"West Bengal\",\n            \"away_name\": \"Services\",\n            \"status\": \"NS\",\n            \"unix\": 1676259000,\n            \"home_played\": 5,\n            \"away_played\": null,\n            \"scores\": {\n                \"0-0\": \"5.94\",\n                \"0-1\": \"4.19\",\n                \"0-2\": \"1.48\",\n                \"0-3\": \"0.35\",\n                \"0-4\": \"0.06\",\n                \"0-5\": \"0.01\",\n                \"1-0\": \"12.57\",\n                \"1-1\": \"8.87\",\n                \"1-2\": \"3.13\",\n                \"1-3\": \"0.74\",\n                \"1-4\": \"0.13\",\n                \"2-0\": \"13.32\",\n                \"2-1\": \"9.40\",\n                \"2-2\": \"3.31\",\n                \"2-3\": \"0.78\",\n                \"3-0\": \"9.41\",\n                \"3-1\": \"6.64\",\n                \"3-2\": \"2.34\",\n                \"4-0\": \"4.99\",\n                \"4-1\": \"3.52\",\n                \"5-0\": \"2.11\"\n            },\n            \"competition\": {\n                \"id\": 1121,\n                \"name\": \"Santosh Trophy\",\n                \"season\": \"2022/2023\",\n                \"country\": \"India\",\n                \"is_cup\": true,\n                \"is_friendly\": false,\n                \"predictability\": \"high\",\n                \"progress\": 78\n            }\n        }\n    ]\n}"}],"_postman_id":"4eec41bb-e38f-4766-bad8-b67976dc8dad"},{"name":"Countries","id":"54f2203b-bf0d-4d3e-ba04-68c7a2a93f8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/countries?api_token=YOUR_API_TOKEN","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","countries"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[],"_postman_id":"54f2203b-bf0d-4d3e-ba04-68c7a2a93f8f"},{"name":"Competitions","id":"e7ccdf3d-8611-4727-95be-6d594c8cd62a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/competitions?api_token=YOUR_API_TOKEN&country_ids=1,4&include=seasons","description":"<p>This endpoint lets you access the competitions in the OddAlerts DB. You can filter by country_ids e.g (&amp;country_ids=1,3,5) or you can use the following URLs if you want to view a specific competition or search for one using text:</p>\n<ul>\n<li><p>/competitions/COMP_ID</p>\n</li>\n<li><p>/competitions/search</p>\n</li>\n</ul>\n<p>You can include the following data points:</p>\n<ul>\n<li>seasons (included all seasons with season ids)</li>\n</ul>\n<p>When using the /search, you must also include:</p>\n<ul>\n<li>&amp;query=Premier League</li>\n</ul>\n<p>The search will cover the country and the competition name, so England Premier League might be a better search than just Premier League, as you will find others from around the world for this query.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","competitions"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"},{"key":"country_ids","value":"1,4"},{"key":"include","value":"seasons"}],"variable":[]}},"response":[],"_postman_id":"e7ccdf3d-8611-4727-95be-6d594c8cd62a"},{"name":"Betslip Generator","id":"c3ebc3d5-84b3-4580-a8e7-504f4188492c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.oddalerts.com/api/betslips?api_token=YOUR_API_TOKEN","description":"<p>The Betslip Generator endpoint is available via POST requests. Below you will find examples, types of data accepted, and benefits of the endpoint.</p>\n<p>The endpoint allows you to generate betslips using a number of combinations of probability, odds, items per slip, and value bets. Here's a full list of parameters:</p>\n<ul>\n<li><p>markets (array of outcomes for the generator)</p>\n</li>\n<li><p>value_bets_only (boolean)</p>\n</li>\n<li><p>duration (time until kick-off, in seconds)</p>\n</li>\n<li><p>target_odds (decimal, e.g 2.5)</p>\n</li>\n<li><p>items_per_slip (e.g 2)</p>\n</li>\n<li><p>odds_per_item (array, e.g [1.2,1.9]</p>\n</li>\n<li><p>max_betslips (e.g 10, max is 50)</p>\n</li>\n<li><p>competitions (list of competition ids)</p>\n</li>\n</ul>\n<p>If you're working in PHP, here's an example of how you might create your settings before sending them to POST:</p>\n<img src=\"https://content.pstmn.io/c8387129-29ba-4bb6-8b09-d1f08afc2a05/Q2xlYW5TaG90IDIwMjQtMTAtMjEgYXQgMTQuMzguMzlAMngucG5n\" width=\"588\" height=\"638\" />\n\n<p>The markets that are available to use can be found on the /probability/markets endpoint. Any item on that list with a bet_market_id can be used. For the majority of markets, the outcome you will need to add will be: 'yes', or 'no'.</p>\n<p>For 'ft_result' and 'ht_result' the outcome(s) are:</p>\n<ul>\n<li><p>home</p>\n</li>\n<li><p>draw</p>\n</li>\n<li><p>away</p>\n</li>\n</ul>\n<p>For 'double_chance', the possible outcomes are:</p>\n<ul>\n<li><p>home_draw</p>\n</li>\n<li><p>home_away</p>\n</li>\n<li><p>draw_away</p>\n</li>\n</ul>\n<p>Below is an example of how you might add markets to generate betslips for this particular market and outcome:</p>\n<img src=\"https://content.pstmn.io/ef6b2e9e-c22f-4f14-919b-ba7f6cb366a9/Q2xlYW5TaG90IDIwMjQtMTAtMjEgYXQgMTQuNDQuNTdAMngucG5n\" width=\"552\" height=\"650\" />","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":true,"source":{"_postman_id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","id":"19a01e18-ffe6-4385-8d7f-0e3a3378ca50","name":"Football Data API by OddAlerts.com","type":"collection"}},"urlObject":{"protocol":"https","path":["api","betslips"],"host":["data","oddalerts","com"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[],"_postman_id":"c3ebc3d5-84b3-4580-a8e7-504f4188492c"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{api_key}}"}]}},"event":[{"listen":"prerequest","script":{"id":"f785a552-b61e-4321-b434-fb3593ef042e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"435a9665-0d81-48e7-ab93-a49b1f208426","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_token","value":"YOUR_API_TOKEN","type":"string"}]}