Optic Odds Integration
Through a partnership with Optic Odds, Novig now provides Optic Odds IDs as part of the API response payloads. This makes it easy to cross-reference Novig entities with Optic Odds data. TheopticOddsId field is available on the following response objects:
- Events — returned from endpoints like
/eventsand/markets - Teams / Competitors — returned as nested objects within market responses
- Players — returned as nested objects within player prop markets
The
opticOddsId field is nullable. Not all entities will have an associated Optic Odds ID.Getting Started
In order to use the/events and /markets endpoints, you’ll need a Client ID and Client Secret issued by Novig. Contact developers@novig.co to get yours — completely free.
For details on authenticating with your credentials, see the Authentication page.