NYC Data Science Academy| Blog
Bootcamps
Lifetime Job Support Available Financing Available
Bootcamps
Data Science with Machine Learning Flagship πŸ† Data Analytics Bootcamp Artificial Intelligence Bootcamp New Release πŸŽ‰
Free Lesson
Intro to Data Science New Release πŸŽ‰
Find Inspiration
Find Alumni with Similar Background
Job Outlook
Occupational Outlook Graduate Outcomes Must See πŸ”₯
Alumni
Success Stories Testimonials Alumni Directory Alumni Exclusive Study Program
Courses
View Bundled Courses
Financing Available
Bootcamp Prep Popular πŸ”₯ Data Science Mastery Data Science Launchpad with Python View AI Courses Generative AI for Everyone New πŸŽ‰ Generative AI for Finance New πŸŽ‰ Generative AI for Marketing New πŸŽ‰
Bundle Up
Learn More and Save More
Combination of data science courses.
View Data Science Courses
Beginner
Introductory Python
Intermediate
Data Science Python: Data Analysis and Visualization Popular πŸ”₯ Data Science R: Data Analysis and Visualization
Advanced
Data Science Python: Machine Learning Popular πŸ”₯ Data Science R: Machine Learning Designing and Implementing Production MLOps New πŸŽ‰ Natural Language Processing for Production (NLP) New πŸŽ‰
Find Inspiration
Get Course Recommendation Must Try πŸ’Ž An Ultimate Guide to Become a Data Scientist
For Companies
For Companies
Corporate Offerings Hiring Partners Candidate Portfolio Hire Our Graduates
Students Work
Students Work
All Posts Capstone Data Visualization Machine Learning Python Projects R Projects
Tutorials
About
About
About Us Accreditation Contact Us Join Us FAQ Webinars Subscription An Ultimate Guide to
Become a Data Scientist
    Login
NYC Data Science Acedemy
Bootcamps
Courses
Students Work
About
Bootcamps
Bootcamps
Data Science with Machine Learning Flagship
Data Analytics Bootcamp
Artificial Intelligence Bootcamp New Release πŸŽ‰
Free Lessons
Intro to Data Science New Release πŸŽ‰
Find Inspiration
Find Alumni with Similar Background
Job Outlook
Occupational Outlook
Graduate Outcomes Must See πŸ”₯
Alumni
Success Stories
Testimonials
Alumni Directory
Alumni Exclusive Study Program
Courses
Bundles
financing available
View All Bundles
Bootcamp Prep
Data Science Mastery
Data Science Launchpad with Python NEW!
View AI Courses
Generative AI for Everyone
Generative AI for Finance
Generative AI for Marketing
View Data Science Courses
View All Professional Development Courses
Beginner
Introductory Python
Intermediate
Python: Data Analysis and Visualization
R: Data Analysis and Visualization
Advanced
Python: Machine Learning
R: Machine Learning
Designing and Implementing Production MLOps
Natural Language Processing for Production (NLP)
For Companies
Corporate Offerings
Hiring Partners
Candidate Portfolio
Hire Our Graduates
Students Work
All Posts
Capstone
Data Visualization
Machine Learning
Python Projects
R Projects
About
Accreditation
About Us
Contact Us
Join Us
FAQ
Webinars
Subscription
An Ultimate Guide to Become a Data Scientist
Tutorials
Data Analytics
  • Learn Pandas
  • Learn NumPy
  • Learn SciPy
  • Learn Matplotlib
Machine Learning
  • Boosting
  • Random Forest
  • Linear Regression
  • Decision Tree
  • PCA
Interview by Companies
  • JPMC
  • Google
  • Facebook
Artificial Intelligence
  • Learn Generative AI
  • Learn ChatGPT-3.5
  • Learn ChatGPT-4
  • Learn Google Bard
Coding
  • Learn Python
  • Learn SQL
  • Learn MySQL
  • Learn NoSQL
  • Learn PySpark
  • Learn PyTorch
Interview Questions
  • Python Hard
  • R Easy
  • R Hard
  • SQL Easy
  • SQL Hard
  • Python Easy
Data Science Blog > Student Works > Visualizing Professional Tennis Upsets: ATP 2012-2014 Men's Singles Matches

Visualizing Professional Tennis Upsets: ATP 2012-2014 Men's Singles Matches

Tyler Knutson
Posted on Jul 22, 2016

Contributed by Tyler Knutson. He is currently enrolled in the NYC Data Science Academy 12 week full time Data Science Bootcamp program taking place between July 5th  to September 23rd, 2016.  Code can be viewed in its entirety on GitHub.

Context

Men's professional tennis is unique in that despite the dominance of a select few competitors at the top of the ATP world rankings, upsets do occur regularly.  How dominant are these top players?  Consider this: over the last 10 years, just seven players have won the 39 available grand slam titles (2016 US Open still pending at the time of this writing).  Of these players, three have won all but seven (82%) of the grand slams: Rafael Nadal (12), Novak Djokovic (12), and Roger Federer (8).

Furthermore, as a player enjoys success and accrues wins, he earns valuable ATP points.  These points are critical as they set the player's world ranking, which in turn typically determines his seeding in each tournament.  Given the single elimination format of most tournaments, the highest ranked players will face the easiest competition in early rounds and maximize their chances to advance in the tournament, thus helping them earn additional ATP points.  Put differently: the rich get richer.

Current ATP World Rankings (as of 7/20/16, source: ESPN)

2016 ATP World Rankings

If these top competitors are so dominant, how then in 2012 at Wimbledon did Rafael Nadal as the #2 seed lose to Lukas Rosol in the second round?  Rosol was ranked 100 in the world at the time and was listed as high as a 29:1 underdog at UK sportsbooks.  Nadal was upset again the next year, again at Wimbledon, losing to Steve Darcis, a 26:1 underdog ranked 135th in the world.  But it's not just Nadal, other top players have found themselves upset on the biggest stages in tennis: in 2013 Roger Federer lost at Wimbledon to Sergiy Stakhovsky in the third round, his earliest exit from the tournament in over a decade.  Nadal, Federer, Murray, Djokovic, and many other top players have all lost matches when they were clear favorites, sometimes with short odds of only pennies on the dollar.

This raises a few questions:

  1. Just how unlikely are upsets?
  2. Does odds data from sportsbooks tell us anything interesting about upsets?  Can we potentially predict upsets based on odds alone?
  3. What performance metrics best explain how an upset occurred?  Did the favorite have an off day, or did the underdog play exceptionally well?

The data

Two main data sources were used to support this analysis:

  1. Odds data
    • Source: http://www.tennis-data.co.uk
    • Shows odds listed by five reputable UK sportsbooks for both players for each match
    • Data exists for years 2001 - 2016, only 2012 - 2014 used for analysis
    • Filtered on only "completed" matches, removing any resulting in retirement (typically in-match injury) or walkover
  2. Charted statistics data
    • Source: https://github.com/JeffSackmann/tennis_atp
    • Contains detailed point-by-point results of over 1,400 matches, charted manually by various contributors
    • Overall match statistics calculated and used for this analysis (e.g., each player's winners to unforced error ratio per match)

So, just how rare are upsets?

Our odds data contains 7,509 matches over the 2012-2014 seasons.  Of this, it appears that players expected to win (favorites) do indeed win 72% of their matches.  The remaining 28% are considered upsets, of which half appear to be "Common" where player odds are relatively close.  2% of matches result in a "Major Upset" where an underdog with odds greater than 5.0 defeats the favorite.

ATP 2012-2014 Waterfall

How do odds work?

We can use sportsbetting odds data to determine not only who the favored player is an a match, but also the degree to which he is favored on a numeric scale.  For purposes of this analysis I have used the British odds system which considers "even money" at 2.0.  Odds greater than 2.0 denote an underdog while odds less than 2.0 represent the favorite.

To better understand what this number means, consider the following example: a bettor places a $100 wager on a favorite listed with odds of 1.9.  Assuming this bet wins, the bettor will be returned with $190 (1.9 * $100), representing his original $100 bet along with $90 in profits.  That same $100 placed on a 3.0 underdog would return $300 if the bet were to win.  The general rule of thumb is the higher (longer) the odds, the lower probability of winning the bet; classic risk / reward tradeoff.

I've used odds data to classify the favorite and underdog in each match into a discrete grouping per the table below:

 Player Classification

Relationship between odds and variance

One interesting finding in our odds dataset is that sportsbooks may list different odds on the same match.  This could either indicate different betting patterns in each book (since odds will adjust based on how many bets are placed on one player vs the other), or potentially differing assumptions about the drivers of the match by the book's handicapper.  It would be interesting to see how much variance between books is typical and whether this deviates significantly for matches that resulted in an upset.  In theory, if odds variance is consistently higher or lower for upsets we might be able to use this fact as a predictive factor.

Odds vs Standard Deviation

In the above chart, odds are listed along the x axis and standard deviation of the odds is set to the y axis.  Blue dots represent matches in which the favored player won while black dots represent upsets.  Unsurprisingly, the further to the right we move, the fewer black dots we see since probability of an upset decreases with increasing player odds. It is difficult to be sure by analyzing this chart, but it appears that typical standard deviation is nearly identical for both upsets and non-upsets.  However there appears to be a clear relationship between player odds (i.e. how big of an underdog he is) and standard deviation.  To make sure, we can drill down to where the majority of match volume exists at odds < 5.0.

Odds vs Standard Deviation Filtered

Here we can clearly see the relationship between underdog size (average odds) and variance (standard deviation).  Unfortunately, it seems we cannot use the variance alone as a predictor of upsets as the typical standard deviation is the same for upsets and non-upsets (i.e. the blue and black lines overlap).  One practical use of these findings could be for bettors that tend to wager on underdogs: given that odds tend to vary more the larger the underdog, it stands to reason that one might need to be very selective in choosing a sportsbook.  It is not uncommon for one book to list an underdog at 12.0 while another lists him at 10.0.

Why does this relationship exist between odds and standard deviation across bookmakers?  One possibility could be how sportsbooks prioritize handicapping resources; given limited time, handicappers may choose to focus the bulk of their energy on setting the "correct" odds on the matches where the outcome is less certain (i.e. player odds are closer together).  Whether an underdog should truly be listed at 20:1 vs 18:1 likely won't matter much to the casino since the probability of that player actually winning is so low.

Another possibility could be differing betting patterns for sportsbooks.  For example, if two casinos list a favorite at 1.3 and an underdog at 3.5, but one casino sees significantly more wagers on the favorite, it may choose to adjust the odds to 1.2 and 4.5 in order to encourage more underdog betting to reach a balance.

How did he do it?

Our charted match data presents a number of interesting facts about each tournament.  Using this information we can establish a baseline across each metric and then understand in cases of upsets -- particularly extreme upsets -- how each competitor varied from the typical performance expected.  What metrics are included in the data?

ATP Statistics

Across these nine metrics, it seems that in upsets the greatest deviation from baseline rates manifests itself in two statistics: break points faced, and winners to unforced errors ratio.

Upset Performance

Visualizing performance during upsets

Now that we've identified the top two metrics that vary the most during upsets we can look at their density distributions:

Break Points Faced

It is interesting to note that the number of break points faced changes dramatically for both players in the event of an upset.  What this likely tells us is that both players experience performance changes since this statistic only applies to each player's service games.  Specifically, if an underdog faces fewer break points than average on his serve, this does not technically have any direct bearing on the number of break points his opponent faces (since the favorite's service games do not overlap with the underdog's service games).  Yet we do in fact see this same shift in the favorite's performance, which would imply either subpar serving by the favorite, or an improved return game by the underdog.

Winner to Unforced Errors

The winner to unforced error ratio is likely the most quoted statistic in tennis.  Pundits often look for a ratio of at least 1.0, which appears reasonable given an average of 1.18 for favorites in our dataset.  Underdogs do not typically fare as well with a ratio of 0.83, meaning they are committing more unforced errors than hitting winners.  This statistic is particularly telling since winners and errors constitute approximately 70% of all points played (according to tennisabstract.com).  This metric is unlike the other eight as it is a good measure of a player's overall game, not just how well he serves or returns.

Underdogs tend to improve their winner to unforced error ratio by a remarkable 48% during upsets, which outweighs the corresponding drop in performance by favorites of just 28%.  This statistic would support a hypothesis that underdogs need to play particularly well in order to upset their competitors, rather than merely hoping for an aberrational "bad day" from the favorite.

Next steps

These datasets are extremely rich and filled with detailed match information, including true point-by-point results (e.g., how many backhands, forehands, volleys, smashes were hit during a point, how deep was the service return, whether the serve went out wide / up the T / to the body, etc.).  This visualization of upsets has just scratched the surface of a potential abundance of unique insights that are likely buried in this data.

With additional time, there are a number of additional questions I would like to explore:

  1. What do these same visualizations look like for women's tennis (WTA) as well as lower levels of men's tennis (challenger, futures tours)?
  2. What bookmaker-specific insights might exist?  E.g., do certain books predict upsets more frequently?
  3. Do underdogs deviate from their standard tactics in order to upset much better players?  E.g., increased net points, more serves out wide

Conclusion

This data has shown a clear relationship between odds and variance, with increasing standard deviation across bookmakers as the "severity" of the underdog increases.  We do not see any changes in variance for upsets vs non-upsets, suggesting we cannot use standard deviation of odds as a predictor of match results.

In addition, we were able to establish baseline performance metrics for underdogs and favorites and understand how they change during upsets.  It seems that break points faced and winners to unforced errors ratios are the most telling statistics as both underdog and favorite measured performance changes the most across these metrics.

About Author

Tyler Knutson

Tyler Knutson has over ten years of experience in the strategy consulting industry, primarily focused on solving problems in the US healthcare sector. With a Bachelors in finance and international business from the University of Minnesota, Tyler has...
View all posts by Tyler Knutson >

Leave a Comment

Cancel reply

You must be logged in to post a comment.

top 10 betting sites August 26, 2016
Hmm is anyone else experiencing problems with the images on this blog loading? I'm trying to determine if its a problem on my end or if it's the blog. Any feedback would be greatly appreciated.

View Posts by Categories

All Posts 2399 posts
AI 7 posts
AI Agent 2 posts
AI-based hotel recommendation 1 posts
AIForGood 1 posts
Alumni 60 posts
Animated Maps 1 posts
APIs 41 posts
Artificial Intelligence 2 posts
Artificial Intelligence 2 posts
AWS 13 posts
Banking 1 posts
Big Data 50 posts
Branch Analysis 1 posts
Capstone 206 posts
Career Education 7 posts
CLIP 1 posts
Community 72 posts
Congestion Zone 1 posts
Content Recommendation 1 posts
Cosine SImilarity 1 posts
Data Analysis 5 posts
Data Engineering 1 posts
Data Engineering 3 posts
Data Science 7 posts
Data Science News and Sharing 73 posts
Data Visualization 324 posts
Events 5 posts
Featured 37 posts
Function calling 1 posts
FutureTech 1 posts
Generative AI 5 posts
Hadoop 13 posts
Image Classification 1 posts
Innovation 2 posts
Kmeans Cluster 1 posts
LLM 6 posts
Machine Learning 364 posts
Marketing 1 posts
Meetup 144 posts
MLOPs 1 posts
Model Deployment 1 posts
Nagamas69 1 posts
NLP 1 posts
OpenAI 5 posts
OpenNYC Data 1 posts
pySpark 1 posts
Python 16 posts
Python 458 posts
Python data analysis 4 posts
Python Shiny 2 posts
R 404 posts
R Data Analysis 1 posts
R Shiny 560 posts
R Visualization 445 posts
RAG 1 posts
RoBERTa 1 posts
semantic rearch 2 posts
Spark 17 posts
SQL 1 posts
Streamlit 2 posts
Student Works 1687 posts
Tableau 12 posts
TensorFlow 3 posts
Traffic 1 posts
User Preference Modeling 1 posts
Vector database 2 posts
Web Scraping 483 posts
wukong138 1 posts

Our Recent Popular Posts

AI 4 AI: ChatGPT Unifies My Blog Posts
by Vinod Chugani
Dec 18, 2022
Meet Your Machine Learning Mentors: Kyle Gallatin
by Vivian Zhang
Nov 4, 2020
NICU Admissions and CCHD: Predicting Based on Data Analysis
by Paul Lee, Aron Berke, Bee Kim, Bettina Meier and Ira Villar
Jan 7, 2020

View Posts by Tags

#python #trainwithnycdsa 2019 2020 Revenue 3-points agriculture air quality airbnb airline alcohol Alex Baransky algorithm alumni Alumni Interview Alumni Reviews Alumni Spotlight alumni story Alumnus ames dataset ames housing dataset apartment rent API Application artist aws bank loans beautiful soup Best Bootcamp Best Data Science 2019 Best Data Science Bootcamp Best Data Science Bootcamp 2020 Best Ranked Big Data Book Launch Book-Signing bootcamp Bootcamp Alumni Bootcamp Prep boston safety Bundles cake recipe California Cancer Research capstone car price Career Career Day ChatGPT citibike classic cars classpass clustering Coding Course Demo Course Report covid 19 credit credit card crime frequency crops D3.js data data analysis Data Analyst data analytics data for tripadvisor reviews data science Data Science Academy Data Science Bootcamp Data science jobs Data Science Reviews Data Scientist Data Scientist Jobs data visualization database Deep Learning Demo Day Discount disney dplyr drug data e-commerce economy employee employee burnout employer networking environment feature engineering Finance Financial Data Science fitness studio Flask flight delay football gbm Get Hired ggplot2 googleVis H20 Hadoop hallmark holiday movie happiness healthcare frauds higgs boson Hiring hiring partner events Hiring Partners hotels housing housing data housing predictions housing price hy-vee Income industry Industry Experts Injuries Instructor Blog Instructor Interview insurance italki Job Job Placement Jobs Jon Krohn JP Morgan Chase Kaggle Kickstarter las vegas airport lasso regression Lead Data Scienctist Lead Data Scientist leaflet league linear regression Logistic Regression machine learning Maps market matplotlib Medical Research Meet the team meetup methal health miami beach movie music Napoli NBA netflix Networking neural network Neural networks New Courses NHL nlp NYC NYC Data Science nyc data science academy NYC Open Data nyc property NYCDSA NYCDSA Alumni Online Online Bootcamp Online Training Open Data painter pandas Part-time performance phoenix pollutants Portfolio Development precision measurement prediction Prework Programming public safety PwC python Python Data Analysis python machine learning python scrapy python web scraping python webscraping Python Workshop R R Data Analysis R language R Programming R Shiny r studio R Visualization R Workshop R-bloggers random forest Ranking recommendation recommendation system regression Remote remote data science bootcamp Scrapy scrapy visualization seaborn seafood type Selenium sentiment analysis sentiment classification Shiny Shiny Dashboard Spark Special Special Summer Sports statistics streaming Student Interview Student Showcase SVM Switchup Tableau teachers team team performance TensorFlow Testimonial tf-idf Top Data Science Bootcamp Top manufacturing companies Transfers tweets twitter videos visualization wallstreet wallstreetbets web scraping Weekend Course What to expect whiskey whiskeyadvocate wildfire word cloud word2vec XGBoost yelp youtube trending ZORI

NYC Data Science Academy

NYC Data Science Academy teaches data science, trains companies and their employees to better profit from data, excels at big data project consulting, and connects trained Data Scientists to our industry.

NYC Data Science Academy is licensed by New York State Education Department.

Get detailed curriculum information about our
amazing bootcamp!

Please enter a valid email address
Sign up completed. Thank you!

Offerings

  • HOME
  • DATA SCIENCE BOOTCAMP
  • ONLINE DATA SCIENCE BOOTCAMP
  • Professional Development Courses
  • CORPORATE OFFERINGS
  • HIRING PARTNERS
  • About

  • About Us
  • Alumni
  • Blog
  • FAQ
  • Contact Us
  • Refund Policy
  • Join Us
  • SOCIAL MEDIA

    Β© 2025 NYC Data Science Academy
    All rights reserved. | Site Map
    Privacy Policy | Terms of Service
    Bootcamp Application