GET /api/bet_types/b8e5ae3e-ad9c-4adf-b8c3-f634df3d8688/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8e5ae3e-ad9c-4adf-b8c3-f634df3d8688",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2401533-890c-4ef5-bf82-c2210892d7ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:07.746337-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": 5000.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "23d1a5c8-4af7-4f67-b556-ccb52e761f24",
            "gambit_id": "4a3329cc-45a4-4528-b770-656a3eec4d75",
            "last_updated": "2024-02-07T01:53:00.849658-05:00",
            "created_at": "2024-02-06T09:08:07.753565-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8e5ae3e-ad9c-4adf-b8c3-f634df3d8688/?format=api"
        },
        {
            "id": "f644de16-b216-42fe-b0a2-dcb3bad40b9b",
            "gambit_id": "8521aa60-8208-412c-b69b-d6f4cdc3c00c",
            "last_updated": "2024-02-07T01:53:00.853137-05:00",
            "created_at": "2024-02-06T09:08:07.774216-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8e5ae3e-ad9c-4adf-b8c3-f634df3d8688/?format=api"
        }
    ]
}