curl --location --request GET 'https://api.playbook-api.com/v1/odds-games?league=NBA&api_key=YOUR_API_KEY'{
"sportKey": "americanfootball_nfl",
"count": 16,
"requestsRemaining": 24850,
"data": [
{
"gameId": "abc123",
"sportKey": "americanfootball_nfl",
"sportTitle": "NFL",
"homeTeamName": "Dallas Cowboys",
"awayTeamName": "Philadelphia Eagles"
}
]
}