curl --request GET \
--url https://therundown.io/api/v1/sportsbooks \
--header 'key: <api-key>'{
"affiliates": [
{
"affiliate_id": 3,
"affiliate_name": "Pinnacle",
"affiliate_url": "https://www.pinnacle.com"
},
{
"affiliate_id": 19,
"affiliate_name": "DraftKings",
"affiliate_url": "https://sportsbook.draftkings.com"
}
]
}curl --request GET \
--url https://therundown.io/api/v1/sportsbooks \
--header 'key: <api-key>'{
"affiliates": [
{
"affiliate_id": 3,
"affiliate_name": "Pinnacle",
"affiliate_url": "https://www.pinnacle.com"
},
{
"affiliate_id": 19,
"affiliate_name": "DraftKings",
"affiliate_url": "https://sportsbook.draftkings.com"
}
]
}