Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 194 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 194 Bytes

surebetCalculator

formulas

calculate surebet 2 way

q1 = 1.6 q2 = 3.1 stake = 100

unit = stake / (q1 + q2) stake1 = unit * q2 stake2 = unit * q1

res1 = stake1 * q1 res2 = stake2 * q2