curl --location --request GET 'https://api.playbook-api.com/v1/lines?league=nhl&api_key=YOUR_API_KEY'{
"sportKey": "americanfootball_nfl",
"count": 16,
"requestsRemaining": 24850,
"data": [
{
"gameId": "abc123",
"sportKey": "americanfootball_nfl",
"league": "NFL",
"date": "2025-01-01",
"startTime": "2025-01-01T18:00:00Z",
"startTimeEst": "1:00 PM EST",
"homeTeamName": "Dallas Cowboys",
"awayTeamName": "Philadelphia Eagles",
"lines": {
"spread": {
"home": -3.5,
"away": 3.5
},
"total": 47.5,
"moneyline": {
"home": -165,
"away": 145
}
},
"lineSourceTier": "tier1"
}
]
}