I am using the Python API to collect odds for football matches. I am writing these odds along with the respective market version and total matched values for the odds to text files. I collect the odds every few seconds.
When looking at the collected results I am noticing some out of order messages. For example I will receive a message which contains an old market version number. Another issue I have noticed is that sometimes the total matched value decreases (surely this value should be strictly increasing).
Has anyone else encountered any similar results? At the moment I have created a separate script to remove any anomalous results/noise from the collected odds, does anyone have any other suggestions?
When looking at the collected results I am noticing some out of order messages. For example I will receive a message which contains an old market version number. Another issue I have noticed is that sometimes the total matched value decreases (surely this value should be strictly increasing).
Has anyone else encountered any similar results? At the moment I have created a separate script to remove any anomalous results/noise from the collected odds, does anyone have any other suggestions?


Comment