Overview
The Parlay Pricing API allows you to retrieve Novig’s parlay price for any set of outcomes directly within your platform. This enables you to show users what price they’d get on Novig before they click through.Endpoint
Request Format
Send a JSON body with an array of outcome IDs:Example Request
Integration with Odds Platforms
Many odds platforms (like Optic Odds) can integrate Novig parlay pricing to enhance their product offering. If you’re building on an odds data platform, this endpoint provides a straightforward way to add Novig parlay pricing.Getting Outcome IDs
To use this endpoint, you’ll need valid Novig outcome IDs. You can obtain these by:- GraphQL API - Query events and markets to get outcome IDs
- Deeplinking - Extract outcome IDs from Novig deeplink URLs
Best Practices
Validate Outcomes
Ensure all outcome IDs are valid and from active markets before making the request.
Cache Appropriately
Parlay prices can change frequently - cache responses for a short duration only.
The parlay price returned is the unauthenticated price. Authenticated users with claimed boosts may receive different (boosted) pricing.
