GET /api/bet_types/37385bde-5987-41d0-b76c-5b572bab8d26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37385bde-5987-41d0-b76c-5b572bab8d26",
    "match": "https://api-prod.gambitprofit.com/api/matches/17782d23-9643-4755-ae67-d871ec927f4d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T12:57:57.316123-04: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": "Kai Stewart",
                "amount": 6318.0
            },
            {
                "team": "Louie Lopez",
                "amount": 3682.0
            }
        ],
        "expected_reward_tokens": 9350.64,
        "profit_sb": -149.36,
        "profit_sb_percentage": -1.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e69e3c5-2429-42b9-8d55-8337eb31d76e",
            "gambit_id": "45e1f2fe-268b-4cec-9647-51ee014990fc",
            "last_updated": "2023-06-16T16:58:28.559023-04:00",
            "created_at": "2023-06-09T12:57:57.317772-04:00",
            "name": "Kai Stewart",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37385bde-5987-41d0-b76c-5b572bab8d26/?format=api"
        },
        {
            "id": "30ad29a0-e734-4b00-9866-a4abc260659d",
            "gambit_id": "1125c31d-dec1-4d98-b79f-8aa2817e20bc",
            "last_updated": "2023-06-16T16:58:28.561667-04:00",
            "created_at": "2023-06-09T12:57:57.319351-04:00",
            "name": "Louie Lopez",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37385bde-5987-41d0-b76c-5b572bab8d26/?format=api"
        }
    ]
}