Get win probability and expected margin for an upcoming match between two teams.
See also
compare_teams for ELO comparison without full prediction,
get_team to look up team ratings,
analyze_match to analyze completed matches
Examples
if (FALSE) { # \dontrun{
pred <- predict_match("India", "Australia", format = "t20")
print(pred)
} # }
