Custom Outrights
Sportradar has recently introduced Custom Content Creation for Outrights via CTRL in Betradar Portal. This feature allows users to create their own Custom Content for SR Outrights and control the full cycle from custom creation through to settlements. This document outlines the creation process and explains how to settle Outrights been created by the user.
Monitor Outrights
Once a user logs into Betradar Portal, CTRL can be accessed via the dropdown on the right-hand side. Once the user has accessed CTRL they can navigate to the Monitor Outrights tab, which will display both Active and Full trees for the full Betradar sports offering.
From the Active sports tree, select the sport, category, and tournament for which you want to create a custom outright.

Creating a Custom Outright
When the user has found the tournament they want to add a custom outright to (following the steps: Sports>Category>Tournament), they will have two options to create the new custom outright.
The first option is the icon on the left-hand side near the top of the page, located under the Active tree and Full trees at the Tournament level. The second option is on the right-hand side. where the user will see ‘Add New Outright’.

When the user clicks on the ‘Add New Outright’, a pop-up will appear. The user can then name the Outright they wish to create and enter the start date, end date, and next bet stop date. The Bet stop date will allow users to automatically suspend the outright when necessary, such as matchdays or any circumstance that would impact the market.
Once the user has provided a name and adjusted the relevant dates, they can choose the type of Outright they require from the following options: Championship Outright, Short Term Outright, Top 3 Outright, Top X Outright.

Configuring the Outright
Once a Custom Outright has been created, the user can add Outcomes, which is done by adding the desired number of selections required before manually adding the Outcome names.
After all Outcomes have been created and named, the user can enter odds values in decimal format, with the minimum allowed value being 1.001. The Odds Key value must be over 100% for Championship Outright and Short Term Outrights, over 300% for Top 3 Outrights and over the value of ‘x’ for Top X Outrights (e.g., Top 4 Outrights must have an odds key value of 400% or greater).
Once the user is satisfied with the Outcomes and odds values entered, the Outright can be published, making it live and open for betting.

Suspending the Outright
The user can suspend the Outright at any time using the SUSPEND button at either Outright level or Competition level.

Once suspended, the Outright will be closed for betting. The Outright can be reopened by using the PUBLISH button.

Adjusting the odds and Odds Key value
Once a Custom Outright is created and offered, the odds and Odds Key value can be adjusted to provide the desired odds. This can be done by clicking the icon next to the Odds Key value.

Manually adjusting the odds will automatically update the odds key value without any need to adjust the configuration. Once the odds have been adjusted the SAVE button needs to be clicked to save the changes.
Outright History
Once the Outright is offered, the user can view all relevant changes within the HISTORY tab, which includes odds changes, bet stop history and settlement history.
The User can filter by Odds Change, Settlements or Cancellations. Colours are used for Odds Changes to indicate in which direction the odds have changed. If the odds value has increased, the outcome will appear in RED, whereas if the odds value has decreased, the outcome will appear in BLUE.

Settlements
Custom Outrights need to be manually settled as these cannot be settled by Betradar. The user can settle or void outcomes as well as using a void factor to partially void if desired. Users can re-settle outcomes in case of any errors. The ‘Edit Settlements’ button can be used to manually settle or void the outright. Once clicked, the ‘Set as WINNER’ radio button can be used to select a winning outcome, or the ‘Void all Outcomes’ can be used if the outright needs to be voided, with several different void outcomes available.

Once the desired settlements have been applied. the ‘Save Settlements’ button can be used to save these changes. The Settlement history can be seen in the HISTORY tab.

Technical Documentation
Outrights are ordinary markets in the Unified Odds Feed. Hence, odds updates are provided with ordinary odds_change messages and resulting is provided with normal bet_settlement messages. This is no different with Custom Outrights.
Currently, we only support custom free-text custom outrights. Free text markets can be identified using the market description endpoint (see/descriptions/{language}/markets.xml endpoint on https://iodocs.betradar.com/) by inspecting the includes_outcomes_of_type XML attribute, which is set to “pre_outcometext”. Please note, this attribute only identifies free-text markets and cannot be used to distinguish between SR and custom free-text markets.
Custom outrights can be distinguished from SR outrights, by reviwing the content of the UOF messages:
Custom outrights will have the “variant” specifier prefixed with value “ccc:markettext” (instead of “pre:markettext” for SR outrights)
Outcomes on custom outrights will have identifiers prefixed with value “ccc:outcometext” (instead of “pre:outcometext” for SR outrights)
Example:
API info
Using https://iodocs.betradar.com/, information about Custom Outrights can be requested in two endpoints:
/descriptions/(language)/markets/(market_id)/variants/variant_urn)
/(product)/descriptions/(language)/markets/(market_id/variants/(variant_urn)
Last updated
Was this helpful?