Skip to contents

Returns all currently running in-play betting markets

Usage

get_live_sports()

Value

returns a dataframe of all in-play bets available currently

Examples

if (FALSE) {
try({
df <- get_live_sports()
})
}