news
-
Is Backing the Favourite A Winning Strategy?
Backing the favourite is a common (and easiest) strategy in horse racing. Instead of guessing, I wanted to examine the numbers to see whether this was effective. In this post, I’m using race data, Starting Price (SP) odds, and a few Excel pivot tables to answer a basic question: Do favourites win often enough to… Read more
-

Ranking clubs by the state of their finances
It’s well known that Premier League clubs make a lot of money. But I was curious about something different: which clubs are actually well run financially? To answer that, I built a small Python model to rank football clubs based on their financial health. Instead of league position or trophies, this looks purely at how… Read more
-
Building a Football Prediction model: Week 2
Summary To the nearest whole number, the model predicted the correct goals scored for 10 out of the 20 teams, giving a strong accuracy of 50%. Since last week, I’ve made a few changes to my model. I’ve downweighted past results exponentially and added the factor of recent form (last 5 matches) to influence the… Read more