Skip to main content
Logo
Explore APIsContact Us
  • Home
  • Match Preview
  • Tournament Preview
  • Virtual Stadium
  • StatsHub
  1. Engagement Tools
  2. Bet Concierge Data Adapter

Bet Concierge Data Adapter

#What Is an Adapter?

An adapter is a piece of code that acts as a bridge between two systems. In the context of Bet Suggestions, an adapter connects your data source (such as a backend API or database) to the Suggested Bets feature in the Bet Concierge displayed to users.

For more general information about Sportradar adapters see Adapter Overview.

#How Does an Adapter Work?

When you register an adapter, it listens for specific endpoints from the widget:

Expanded Table

Adapter EndpointDescriptionType
availableMarketsForEventThe Bet Concierge AI assistant will suggest bet from one of these markets based on conversation context.AvailableMarketsForEvent
marketGet full market information about market that AI suggested. Implement either this OR eventMarkets.Market
eventMarketsGet full market information about market that AI suggested. Implement either this OR market.EventMarkets
betSlipSelectionMatches selections to the user's bet slip. Outcome on bet suggestion will be marked as selectedBetSlipSelection
recommendedSelectionsWill mark selection as recommended. Outcome on suggested bet market will be marked as suggested - use for the promotions.RecommendedSelections
calculateCustomBetXMLPrepares custom bet XML payload for UOF odds calculation. Endpoint for custom bet feature.calculateCustomBetXML

#How to Register an Adapter

SIR Widgets supports two types of adapter implementations:

  1. Self-Service Adapter
  2. Hosted Adapter
Last updated 25 days ago
Is this site helpful?
Widgets, Engagement Tools, BET
API and ExamplesMarket Mapping
On this page
  • What Is an Adapter?
  • How Does an Adapter Work?
  • How to Register an Adapter