GET /api/bet_types/20afd92b-82ec-4dc8-be36-b5b4c2cbc58d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20afd92b-82ec-4dc8-be36-b5b4c2cbc58d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e870643-951a-49a2-8996-87e1a67f647a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Game Total Under 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c97bc68a-b1c6-4ac6-b267-d7717314f20e",
            "gambit_id": "66fc5325-ae3e-4534-9b9b-8cf51ebdaf1b",
            "last_updated": "2022-11-14T15:23:22.747921-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20afd92b-82ec-4dc8-be36-b5b4c2cbc58d/?format=api"
        },
        {
            "id": "916cae61-9a82-4af4-9ebb-22445985af6c",
            "gambit_id": "b01460dc-979d-4951-b5bf-e2fb0421913a",
            "last_updated": "2022-11-14T15:23:22.749157-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20afd92b-82ec-4dc8-be36-b5b4c2cbc58d/?format=api"
        }
    ]
}