#' @export
oddsToMoneyLine <- function(iOdds) {
moneyLine <- ifelse(iOdds < 1, -100 / iOdds, 100 * iOdds)
return(moneyLine)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.