GET /api/bet_types/718f2e5f-ef1c-41a8-9491-71cbbb05e1f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "718f2e5f-ef1c-41a8-9491-71cbbb05e1f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/34bc0e11-2252-4db9-a648-6e87c19ab8bb/?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": "Coastal Carolina",
                "amount": 7909.0
            },
            {
                "team": "UL Monroe",
                "amount": 2091.0
            }
        ],
        "expected_reward_tokens": 9490.8,
        "profit_sb": -9.2,
        "profit_sb_percentage": -0.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "91b49129-600a-4cd0-b7dd-2fe598ab7d63",
            "gambit_id": "d26cf4a6-96a2-4d5d-a040-26b4de0bcecd",
            "last_updated": "2022-10-11T11:37:05.892138-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.20000",
            "odds": "1.20830",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/718f2e5f-ef1c-41a8-9491-71cbbb05e1f4/?format=api"
        },
        {
            "id": "308f7693-4086-4fa2-8dbf-ee3de30fd824",
            "gambit_id": "8fd9622b-b548-4c88-a378-14edb11a21fb",
            "last_updated": "2022-10-11T11:37:05.891028-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "4.54000",
            "odds": "4.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/718f2e5f-ef1c-41a8-9491-71cbbb05e1f4/?format=api"
        }
    ]
}