GET /api/bet_types/b99ab23e-ae16-47e0-9feb-4d2af8da9ed8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b99ab23e-ae16-47e0-9feb-4d2af8da9ed8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a88da3d0-b211-4e14-ab5f-b1407d33a490/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:17:04.885758-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": "Nashville Predators",
                "amount": 6774.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "1acaad16-e215-46be-8c29-ed6b46d28496",
            "gambit_id": "b7575e95-d99f-4597-81a8-454a259cddd6",
            "last_updated": "2023-02-14T09:51:55.073807-05:00",
            "created_at": "2023-02-13T08:17:04.886964-05:00",
            "name": "Nashville Predators",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b99ab23e-ae16-47e0-9feb-4d2af8da9ed8/?format=api"
        },
        {
            "id": "d8372720-5b1b-49ae-93ef-8a1ed9f3c7d3",
            "gambit_id": "1c98e1c7-e35b-4a85-ab54-e417d973b54d",
            "last_updated": "2023-02-14T09:51:55.075003-05:00",
            "created_at": "2023-02-13T08:17:04.888283-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b99ab23e-ae16-47e0-9feb-4d2af8da9ed8/?format=api"
        }
    ]
}