Data Dump
You can download a data dump with more than thousand OddsUpdateMessages
and ScoreUpdateMessages
from actual Counter-Strike: Global Offensive, League of Legends, Dota 2, Valorant and FIFA matches to get familiar with the Live Odds Message Format.
Here are a few points to get you started:
- The
JSON
files are prettified so that you can read the content easily just by opening them in any text editor - The
JSON
file names represent the sequence they will appear inside the RabbitMQ queue. You should read/parse them in the same sequence, from001.json
and forward. Remember to numerically sort them!
For message format details, go to: Live Odds Message Format.