GET /api/bet_types/cea2125c-8f21-421d-b0bc-ac527fbb6952/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cea2125c-8f21-421d-b0bc-ac527fbb6952",
    "match": "https://api-prod.gambitprofit.com/api/matches/205b74ff-26fe-489c-8629-6e988b0771c0/?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": "Illinois",
                "amount": 8403.0
            },
            {
                "team": "Michigan State",
                "amount": 1597.0
            }
        ],
        "expected_reward_tokens": 9326.48,
        "profit_sb": 326.48,
        "profit_sb_percentage": 3.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9391016-8b95-4dcc-bf0b-e8691b088f80",
            "gambit_id": "ec45090c-fd9e-4200-8ccc-a01d6f14cc6b",
            "last_updated": "2022-11-06T09:08:25.016504-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.11000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cea2125c-8f21-421d-b0bc-ac527fbb6952/?format=api"
        },
        {
            "id": "078d106c-71f6-41f1-aed2-41050e4e2467",
            "gambit_id": "c3be3359-5b22-4ca2-8710-93f7cfb41ab2",
            "last_updated": "2022-11-06T09:08:25.017649-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "5.84000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cea2125c-8f21-421d-b0bc-ac527fbb6952/?format=api"
        }
    ]
}