GET /api/bet_types/3633fc05-044c-43e2-a0b8-5a4466566dd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3633fc05-044c-43e2-a0b8-5a4466566dd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c89e419c-9711-4c2f-8da5-cbc1aba5f0bd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-05T10:57:14.308138-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 (S McClanahan)",
                "amount": 5711.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "874cac51-6ce9-4f7b-be67-19d058baaf9a",
            "gambit_id": "d9668038-a063-430e-b632-5eb0063d1452",
            "last_updated": "2023-06-06T16:02:19.777114-04:00",
            "created_at": "2023-06-05T10:57:14.311069-04:00",
            "name": "TAM (S McClanahan)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3633fc05-044c-43e2-a0b8-5a4466566dd2/?format=api"
        },
        {
            "id": "a9300601-80c3-4eda-807e-e493ce84c65a",
            "gambit_id": "ea50cb51-ad92-4e8d-af1b-04abacb1355e",
            "last_updated": "2023-06-06T16:02:19.779127-04:00",
            "created_at": "2023-06-05T10:57:14.313621-04:00",
            "name": "BOS (B Bello)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3633fc05-044c-43e2-a0b8-5a4466566dd2/?format=api"
        }
    ]
}