GET /api/bet_types/b69e420d-badf-45bb-a916-f43e62e229f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b69e420d-badf-45bb-a916-f43e62e229f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bbc12f9-5dd7-4782-bd51-00170ea56756/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:05.186309-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": "Dallas Stars",
                "amount": 5512.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "83aa009e-670f-476e-9559-11e1f25263a7",
            "gambit_id": "d2b068b7-31a9-4c10-b3bc-e96bc851c948",
            "last_updated": "2023-12-23T14:53:21.395973-05:00",
            "created_at": "2023-12-21T09:13:05.194852-05:00",
            "name": "Dallas Stars",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b69e420d-badf-45bb-a916-f43e62e229f2/?format=api"
        },
        {
            "id": "9f8945e7-4d0f-4077-8898-bdfd1dd08828",
            "gambit_id": "3a1f8ebc-97b3-4086-befa-4c31c86eb8f5",
            "last_updated": "2023-12-23T14:53:21.386681-05:00",
            "created_at": "2023-12-21T09:13:05.190789-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b69e420d-badf-45bb-a916-f43e62e229f2/?format=api"
        }
    ]
}