GET /api/bet_types/5e0d4210-316c-4e98-8586-1ae607ee8aa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e0d4210-316c-4e98-8586-1ae607ee8aa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/1126ac6e-551f-4ebf-a0cf-4642585d2664/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:04.425834-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "08780d30-568f-466c-a0e2-d0679bc8676d",
            "gambit_id": "171ac911-a789-410e-988b-27699d884ed8",
            "last_updated": "2023-02-14T09:41:54.384153-05:00",
            "created_at": "2023-02-13T08:17:04.427077-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e0d4210-316c-4e98-8586-1ae607ee8aa1/?format=api"
        },
        {
            "id": "6c983acc-24f5-409c-bf23-1c2261ad58ff",
            "gambit_id": "1a0ebba7-8a03-439e-bf80-14f91d9a6760",
            "last_updated": "2023-02-14T09:41:54.385303-05:00",
            "created_at": "2023-02-13T08:17:04.428408-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e0d4210-316c-4e98-8586-1ae607ee8aa1/?format=api"
        }
    ]
}