GET /api/bet_types/e5e5c87b-3963-4b92-b022-3624c3038aba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5e5c87b-3963-4b92-b022-3624c3038aba",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ace772e-102e-420d-bc80-16d2517b47e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "STL (M Mikolas)",
                "amount": 6453.0
            },
            {
                "team": "CIN (C Anderson)",
                "amount": 3547.0
            }
        ],
        "expected_reward_tokens": 9292.32,
        "profit_sb": 292.32,
        "profit_sb_percentage": 3.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "a10d5348-eb5d-4f57-91ab-d8ac8649f534",
            "gambit_id": "914a9a26-7fa6-4215-bc16-3af0a38c1993",
            "last_updated": "2022-08-30T09:52:22.976480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (M Mikolas)",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5e5c87b-3963-4b92-b022-3624c3038aba/?format=api"
        },
        {
            "id": "fc1d0a47-1d00-43bf-b869-33850484fcb4",
            "gambit_id": "85beb820-20dd-4050-b4dd-ac5ba4a32f81",
            "last_updated": "2022-08-30T09:52:22.976104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (C Anderson)",
            "reward": "2.62000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5e5c87b-3963-4b92-b022-3624c3038aba/?format=api"
        }
    ]
}