GET /api/bet_types/24ab8d5f-9c68-40ae-8ba8-99294b80f5f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24ab8d5f-9c68-40ae-8ba8-99294b80f5f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/0be763ee-aeca-4900-bebf-96867da5034c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T10:22:14.169503-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": "Florida Panthers",
                "amount": 5106.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3821d88-c83d-48f6-86e2-ed0ae80d66b8",
            "gambit_id": "03419a45-48e7-4f54-aee8-5435af2060ff",
            "last_updated": "2023-01-23T10:21:53.860808-05:00",
            "created_at": "2023-01-21T10:22:14.170960-05:00",
            "name": "Florida Panthers",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24ab8d5f-9c68-40ae-8ba8-99294b80f5f4/?format=api"
        },
        {
            "id": "6ce61179-a8d8-438a-98f7-d6ae130d6019",
            "gambit_id": "e5387611-793d-412a-9812-a20a010137c0",
            "last_updated": "2023-01-23T10:21:53.862246-05:00",
            "created_at": "2023-01-21T10:22:14.172384-05:00",
            "name": "Minnesota Wild",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24ab8d5f-9c68-40ae-8ba8-99294b80f5f4/?format=api"
        }
    ]
}