GET /api/bet_types/31cbfda0-81a2-4e5c-a19f-b4093e3e66f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31cbfda0-81a2-4e5c-a19f-b4093e3e66f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/00c26fcc-8794-40bb-b9d3-425644775b98/?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": "USC",
                "amount": 7292.0
            },
            {
                "team": "Stanford",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9260.84,
        "profit_sb": 260.84,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "b73404f9-2ea4-4b8d-8a0f-ddc25133daff",
            "gambit_id": "eff4f924-cc82-420a-ad33-4108129e435a",
            "last_updated": "2022-09-11T09:57:39.121308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31cbfda0-81a2-4e5c-a19f-b4093e3e66f6/?format=api"
        },
        {
            "id": "98692fde-7462-4d44-a9a3-0e4d2feeecdf",
            "gambit_id": "a4359850-bbef-4588-8dac-278103daa1d4",
            "last_updated": "2022-09-11T09:57:39.120174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "3.42000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31cbfda0-81a2-4e5c-a19f-b4093e3e66f6/?format=api"
        }
    ]
}