> For the complete documentation index, see [llms.txt](https://winc-whitepaper.gitbook.io/winc-whitepaper-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://winc-whitepaper.gitbook.io/winc-whitepaper-1/8.0-sports-data-feeds.md).

# 8.0 Sports data Feeds

Winc is dependent on the Oracle masternodes to successfully report real match data correctly to allow for bets to be posted and resolved correctly. There are multiple ways the Oracle Masternodes can gather sports fee information. No matter where the source of information is coming from the requirement of the oracles is to format the data correctly to ensure the post can fall in consensus with the other Oracle Masternodes on the network. \
● Sport betting API’s (mostly paid services) \
● Sport Site scrapes (espn,yahoo,etc) \
● Manual entry \
Sport betting API’s are the easiest and most consistent way to ensure that each Oracle Masternode reports as accurately as possible and participates in reinforcing the network. Sport site scrapes are the most complex way for Oracle Masternodes to collect data. They require the most work but also are the cheapest method. This requires a script to pull data off of news sites such as Yahoo, ESPN, and CBS Sports. Manual entry allows the users to directly insert outcomes of unique events. If the operators watch the game or just want to input the day’s data themselves they can do so manually through the RPC and virtual interface. To ensure not all oracles are pulling data from the same source, Winc requires the oracle to report to the network its data source, and, if necessary, the network will force a limit on each source.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://winc-whitepaper.gitbook.io/winc-whitepaper-1/8.0-sports-data-feeds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
