Yimaru-BackEnd/internal/domain/odds.go
OneTap Technologies 92250d61a8 event and odd data
2025-04-10 16:42:26 +03:00

15 lines
245 B
Go

package domain
type OddsRecord struct {
EventID string
MarketType string
Header string
Name string
OddsValue float64
Handicap string
Section string
Category string
MarketID string
RawEventID string
}