sportsdataverse / oddsapiR

Access sports odds from the Odds API
https://oddsapir.sportsdataverse.org
Other
4 stars 1 forks source link

Error handling on toa_event_odds #4

Open mholbert opened 10 months ago

mholbert commented 10 months ago

When nothing gets returned (like below), the error that gets returned is Invalid arguments provided. The arguments are fine, there just aren't any lines available yet. Maybe a debug option to return the raw Json or something.

{"id":"44a92d22c85bbbf9347cf666a226ea4c","sport_key":"icehockey_nhl","sport_title":"NHL","commence_time":"2023-11-11T03:00:00Z","home_team":"Vegas Golden Knights","away_team":"San Jose Sharks","bookmakers":[]}

Thanks for your work on this