Skip to content

Commit c33f00c

Browse files
committed
OddsFormat Enum
1 parent de1344d commit c33f00c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/Odds.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
namespace OddsPHP;
1212

13+
enum OddsFormat: int {
14+
case Decimal;
15+
case Fractional;
16+
case HongKong;
17+
case ImpliedProbability;
18+
case Indonesian;
19+
case Malay;
20+
case Moneyline;
21+
}
22+
1323
enum OddsErrors: string {
1424
case NoOddSet = 'No odd has been set yet.';
1525

0 commit comments

Comments
 (0)