GET /api/bet_types/e20ad814-5eca-4b40-a900-1c0a2e4e21bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e20ad814-5eca-4b40-a900-1c0a2e4e21bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a952aa79-96c0-4a41-8970-2e3a3431d49f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-17T11:42:00.150315-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": "MIA (J Luzardo)",
                "amount": 5299.0
            },
            {
                "team": "SFO (L Webb)",
                "amount": 4701.0
            }
        ],
        "expected_reward_tokens": 9590.04,
        "profit_sb": 90.04,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "b305a4ab-283d-4cc9-b2da-365e006c3df7",
            "gambit_id": "13f758cd-7d55-436b-a508-92b7b446b0fb",
            "last_updated": "2023-04-18T12:12:11.765848-04:00",
            "created_at": "2023-04-17T11:42:00.153262-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.81000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e20ad814-5eca-4b40-a900-1c0a2e4e21bc/?format=api"
        },
        {
            "id": "4ad4122e-1cc0-4d13-a759-6ded265e2c5c",
            "gambit_id": "852a62a8-7780-4628-89b5-48d12f5d2b14",
            "last_updated": "2023-04-18T12:12:11.767383-04:00",
            "created_at": "2023-04-17T11:42:00.156494-04:00",
            "name": "SFO (L Webb)",
            "reward": "2.04000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e20ad814-5eca-4b40-a900-1c0a2e4e21bc/?format=api"
        }
    ]
}