Overview:
Our concept integrates traditional fantasy league bookmaking with the decentralised world. Our implementation reduces risk for bookmakers by dynamically updating odds in real-time as users play along and stake their claims. In traditional bookmaking, the bookmaker has to continuously monitor the odds, and stakes placed on the odds to reduce the risk and balance their "vig" or payout. This portal automates the process of changing odds to balance bets.
Problems and Solution:
- Traditional centralised book-making and fantasy leagues are plagued by opaque stakes with no insight into how the odds are calculated, what the bookmaker's cut (vig) is and how the payout is calculated. This is circumvented by employing the use of blockchain to store the entire staking history on-chain along with how the odds shift to ensure transparency in the system.
- Bookmakers run the risk of high-value losses due to probabilistically unlikely stakes winning and the bookmaker having to pay out more in winnings than the value residing in the pool of all the stakes. Traditionally this is prevented by bookmakers continually changing and shifting the odds to make some options more lucrative than others so that the spread of stakes over all the options is relatively stable. This is done because, in long run, the vig exacted by bookmakers on stakes forms a large part of their risk-free income. This is implemented in our application in an automated way. The odds are shifted after even a set number of stakes proportionally to the value of stakes placed on them so that the balance of the spread over all the options remains relatively stable and the vig is maximised. A function is used to proportionally and transparently shift the odds on-chain so that there is full fairness in the process.
- In traditional bookmaking, shifting odds and corrupt bookmakers also fraudulently give lesser payouts and winnings than the actual amount, this is also avoided by our solution by being on-chain.