GET /api/bet_types/4985c5e5-2f6f-4fb4-be7e-9951101b48b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4985c5e5-2f6f-4fb4-be7e-9951101b48b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/21e31e38-1b4d-40fe-b4fd-ba3ac84629bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-10T09:58:02.867666-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": "Winnipeg Jets",
                "amount": 6399.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "30187fbb-39a4-4f74-bf10-482f60cc0053",
            "gambit_id": "d4c2f6d2-d726-4cdb-9d54-d1b63b45a1e8",
            "last_updated": "2023-12-12T10:23:16.507118-05:00",
            "created_at": "2023-12-10T09:58:02.873579-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4985c5e5-2f6f-4fb4-be7e-9951101b48b5/?format=api"
        },
        {
            "id": "a76f2874-2af7-484e-8b1f-a625275e9f32",
            "gambit_id": "473d1d76-5625-4c8d-af92-072227807fdf",
            "last_updated": "2023-12-12T10:23:16.510916-05:00",
            "created_at": "2023-12-10T09:58:02.882051-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4985c5e5-2f6f-4fb4-be7e-9951101b48b5/?format=api"
        }
    ]
}