dataframe based on web data

Hello,

Based on this kind of data (.html) , I would like to create (in RStudio) a dataframe with 4 columns (one for Home-odds , one for Draw-odds , one for Away-odds and finally one for Green-odds).
How could I do it efficiently ?

Thanks in advance

It's not clear what you are asking for. If it's web scraping then one of the following packages should help:

Easily Harvest (Scrape) Web Pages • rvest (tidyverse.org)

(for dynamic webpages)
R Bindings for Selenium WebDriver • RSelenium (ropensci.org)