Frequently Asked Questions
Common questions and answers about Oddlyx.
How often are odds updated?
Odds are updated in real-time, typically every 5 seconds or less. Live games receive even more frequent updates as odds change rapidly during gameplay.
What happens if my subscription expires?
If your subscription expires or is cancelled, your API keys will stop working after the subscription end date. You'll receive a 403 Forbidden error when attempting to make API requests. Renew your subscription to restore access.
Can I use multiple API keys?
Yes, you can generate multiple API keys from your dashboard. This is useful for separating development and production environments, or for different applications.
Are there rate limits?
Rate limits vary by subscription plan. Free plans have lower limits, while paid plans offer higher throughput. Check your plan details in the dashboard for specific limits.
What sports are supported?
Currently, we support NBA only. We are actively working on adding more sports.
How do I handle errors?
All errors return a JSON response with a success field set to false and an error message. Always check the response status and handle errors appropriately in your code.
Can I get historical data?
Yes, use the historical endpoint to retrieve odds data for past games. This is useful for backtesting strategies and analysis.