curl --location --request GET 'https://api.playbook-api.com/v1/games?league=nba&date=2026-01-01&api_key=YOUR_API_KEY'{
"league": "NBA",
"date": "2025-01-01",
"count": 10,
"data": [
{
"playbookGameId": "pb-nba-2025-01-01-lal-gsw",
"league": "NBA",
"sport": "basketball",
"date": "2025-01-01",
"startTime": null,
"homeTeam": {
"id": "1",
"name": "Los Angeles Lakers",
"abbreviation": "LAL",
"primaryColor": "#552583",
"secondaryColor": "#FDB927"
},
"awayTeam": {
"id": "2",
"name": "Golden State Warriors",
"abbreviation": "GSW",
"primaryColor": "#1D428A",
"secondaryColor": "#FFC72C"
},
"splits": {
"spread": {
"homePercent": 58,
"awayPercent": 42
},
"moneyline": {
"homePercent": 65,
"awayPercent": 35
},
"total": {
"overPercent": 52,
"underPercent": 48
}
},
"tags": {
"mostBetRank": null,
"notes": null
}
}
]
}