@ -19,6 +19,12 @@ package "Model" {
FINISHED
CANCELLED
}
enum BetType{
CUSTOM
MATCH
BINARY
abstract class Bet {
-id : String
-theme : String
@ -27,6 +33,7 @@ package "Model" {
-endBet : Date
-isPrivate : Bool
-status : BetStatus
-type : BetType
class YesNoBet
class CustomBet {