GET /api/bet_types/3625d70f-7e51-4deb-a1cb-7e970c663a14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3625d70f-7e51-4deb-a1cb-7e970c663a14",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f7d26fb-3203-4454-8d50-cebd74f422fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:06.121249-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": "Vegas Golden Knights",
                "amount": 6390.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a09d268-efbf-4c89-898b-7c783c7a2617",
            "gambit_id": "6d29e0e1-b787-493b-a4e0-cc7804675a72",
            "last_updated": "2023-11-17T23:38:13.370608-05:00",
            "created_at": "2023-11-16T09:28:06.127251-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3625d70f-7e51-4deb-a1cb-7e970c663a14/?format=api"
        },
        {
            "id": "3b94717a-e9e2-4113-81ba-b7d287e4234c",
            "gambit_id": "11bc56b5-e4b4-494b-a8f3-ce2f9511e794",
            "last_updated": "2023-11-17T23:38:13.374147-05:00",
            "created_at": "2023-11-16T09:28:06.133071-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3625d70f-7e51-4deb-a1cb-7e970c663a14/?format=api"
        }
    ]
}