Skip to content

Chrome extension to extract odds and bet information of Bet365's site

License

Notifications You must be signed in to change notification settings

mateuschmitz/bet365-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bet365-chrome-extension

Chrome extension to extract odds and bet information of Bet365's site

Attention

This is a work in progress, so be patient :)

Match

"match": {
    "home": "FBC Melgar", 
    "away": "Unión Comercio",
    "time": "34:05",
    "score": "1:0",
    "stats": {
        "attacks": "37:54",
        "dangerousAttacks": "9:29",
        "possesion": "45:54",
        "corners": "2:4",
        "redCards": "0:0",
        "yellowCards": "2:1",
        "shotsOnTarget": "1:2",
        "shotsOffTarget": "2:4"
    }
}

Match Event

"matchEvent": {
    "time": "61:45",
    "team": "FBC Melgar",
    "player": "Ruben",
    "eventType": "Attack",
    "ballCoordLeft": "240px",
    "ballCoordTop": "80px"
}

Available Bet Options

"availableBets": [
    {
        "title": "Match Goals",
        "options": [
            {
                "header":
                "odds": [
                    {
                        "name":"",
                        "odd":""
                    }
                ]
            },
            {
                "odds": [
                    {
                        "name":"",
                        "odd":""
                    }
                ]
            }
        ]
    }
]

About

Chrome extension to extract odds and bet information of Bet365's site

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published