An open API service indexing awesome lists of open source software.

https://github.com/byteball/sports-oracle

An oracle that posts results of sports events into Byteball database
https://github.com/byteball/sports-oracle

Last synced: 10 months ago
JSON representation

An oracle that posts results of sports events into Byteball database

Awesome Lists containing this project

README

          

# Sports oracle

This oracle retrieves results of several sports and posts them into Obyte as a data feed.

The data is sourced from :
- [football-data.org](http://api.football-data.org/index)
- [mysportsfeeds.com](https://www.mysportsfeeds.com/)

Many thanks to them !

Data posted by this oracle is used in betting contracts, the contract can be unlocked by the winning party. See https://medium.com/byteball/making-p2p-great-again-episode-iii-prediction-markets-f40d49c0abab.

To unlock a contract, user opens a chat with this oracle (the link is available at [obyte.org](https://obyte.org/)) and look for a fixture. After he chooses a fixture the oracle posts the result in database and sends a notification when the data feed unit is confirmed, the backer can unlock the contract if he correctly predicted the outcome of the game. Otherwise, the layer can unlock the contract after the contract expires.

Visit our wiki for more information: [https://wiki.obyte.org/Sports_betting](https://wiki.obyte.org/Sports_betting)