GET /api/bet_types/ad7413c0-6d7e-41a4-b953-3d1e679a8309/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad7413c0-6d7e-41a4-b953-3d1e679a8309",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1979126-7967-4357-b190-4a4ab39fdede/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T09:58:16.778776-04: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": "Las Vegas Raiders",
                "amount": 5939.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "630060c4-49bb-4651-9e88-56ab27e2cc06",
            "gambit_id": "6d22e578-7117-4db7-b49f-cad477002e47",
            "last_updated": "2023-09-26T09:03:34.149357-04:00",
            "created_at": "2023-09-20T09:58:16.786579-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad7413c0-6d7e-41a4-b953-3d1e679a8309/?format=api"
        },
        {
            "id": "f02c85b5-de51-492b-af64-30b7e92dbc87",
            "gambit_id": "1f393025-7077-44db-abcb-4be7535ab96c",
            "last_updated": "2023-09-26T09:03:34.145917-04:00",
            "created_at": "2023-09-20T09:58:16.782363-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad7413c0-6d7e-41a4-b953-3d1e679a8309/?format=api"
        }
    ]
}