GET /api/bet_types/a238d232-437e-4d4a-a1e9-2bf7b4f4ee90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a238d232-437e-4d4a-a1e9-2bf7b4f4ee90",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff249daf-280e-433a-8579-f1244e526170/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-26T09:23:24.799374-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": "TAM (T Glasnow)",
                "amount": 6139.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1077449-7b6d-4438-8119-89b5576519cf",
            "gambit_id": "05008593-adb3-4374-b4b4-7db3739e47f0",
            "last_updated": "2023-08-28T16:18:33.381154-04:00",
            "created_at": "2023-08-26T09:23:24.814219-04:00",
            "name": "TAM (T Glasnow)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a238d232-437e-4d4a-a1e9-2bf7b4f4ee90/?format=api"
        },
        {
            "id": "549b9dd4-bb73-4baa-b19f-251f5625f4b0",
            "gambit_id": "202c8536-8eda-4377-8837-2d8521a7b017",
            "last_updated": "2023-08-28T16:18:33.377830-04:00",
            "created_at": "2023-08-26T09:23:24.806613-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a238d232-437e-4d4a-a1e9-2bf7b4f4ee90/?format=api"
        }
    ]
}