Exoddic

Simple odds conversion (and, perhaps, future additional handling)

Currently supports the following formats:

Example usage

Exoddic.convert(0.50, from: :prob, to: :us, for_display: true) # "+100"
Exoddic.convert("2/1", from: :uk, to: :eu, for_display: true)  # "3.000"
Exoddic.convert(4.0, from: :eu, to: :prob, for_display: false) # 0.25