Glossary
REST API
An API style where clients request resources over HTTP using predictable URLs and methods.
Technical explanation
REST is common for catalogue data, fixtures, odds snapshots and account-independent reads.
Why it matters
Polling a REST endpoint too often can hit request limits or miss fast line movement.
Example
A tool might call an odds endpoint to retrieve a current market snapshot.
