Default Settings
This page allows you to set any defaults for all new configurations down the line. You can view this page here .
Min Difference
This setting configures the minimum difference in odds for an update to be processed. This means that if the underlying odds in your weighting change but the weighted average has not changed by this threshold, we will not update the copilot odd. This allows more stability for your users to place their bets since the price will not be changing as often or oscillating back and forth.
This works using the following formula:
abs(old_price - new_price) >= min_difference
old_price and new_price are the probability format of the odds, for example +100 = 50% and so on.
Default Min - Max odds range
This setting configures the minimum and maximum odds threshold. In the later steps, you can configure what is supposed to happen when the weighted price crosses this threshold.
Default Vig
This setting configures the vig or hold that you want applied to the weighted prices. Note that this will only apply if you set your configurations to Devig Odds
. This will not apply if your configurations are set to Average Odds
.
Updated 10 days ago