GET /api/bet_types/8cbaadce-1c02-4ab9-8ee9-c6a2e2e23e42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cbaadce-1c02-4ab9-8ee9-c6a2e2e23e42",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ce55fb7-8c94-4766-aa4e-4c9c6b427087/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-07T09:48:19.566172-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": "Colorado Avalanche",
                "amount": 5512.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bd49f0a-e482-4360-be5b-85e5e587d6c2",
            "gambit_id": "7b0682ca-e74f-428e-8d0c-0c0e82f3034d",
            "last_updated": "2023-12-08T21:08:05.904839-05:00",
            "created_at": "2023-12-07T09:48:19.574673-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cbaadce-1c02-4ab9-8ee9-c6a2e2e23e42/?format=api"
        },
        {
            "id": "d812744a-09c9-428a-850f-7ce5c94dce58",
            "gambit_id": "645e9171-0b0b-4207-af3a-4e95f65e697f",
            "last_updated": "2023-12-08T21:08:05.901216-05:00",
            "created_at": "2023-12-07T09:48:19.570742-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cbaadce-1c02-4ab9-8ee9-c6a2e2e23e42/?format=api"
        }
    ]
}