Producers
Unified Odds Feed handles data from multiple sources, referred to as Odds Producers, Message Producers, or Product Producers. Each producer has a unique ID, name, and description to help differentiate between them.
Messages from these producers are transmitted via Rabbit AMQP, a messaging protocol used to deliver updates reliably and in real time. Once messages are received by the client's systems, the SDK processes them. Sometimes, extra API calls are needed to fully understand the information sent through AMQP.
To identify the source of a message, each message in the feed includes producer information. You can also retrieve a full list of producers via the available producers endpoint in the API or through the SDK interfaces: ProducerManager
in Java and ProducersProvider
in .NET.
UOF Producers
Live Odds Producer
Ctrl Producer
BetPal Producer
Premium Cricket Producer
Virtual Sports Producer
Numbers Betting Producer
Competition Odds Producer
Producer Integrations
While all producers follow the Unified Odds Feed concept and structure, each producer is a separate integration and needs integration time and testing individually. The following illustration depicts a rough estimate of the time required to integrate each producer/product. The number of producers or the order of integration however is the client's choice.
producers.xml
See the XML example below for details about some of our different producers and their scope.
Producers defined
Betradar offers numerous Producers / Message Producers that develop various messages and deliver them to the Unified Odds Feed.
Last updated
Was this helpful?