GET /api/bet_types/90e32803-f66f-4c0f-ab48-bd6f21c80f49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90e32803-f66f-4c0f-ab48-bd6f21c80f49",
    "match": "https://api-prod.gambitprofit.com/api/matches/83994bb1-ba5c-4687-989b-a6aba74a0dea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:18:24.436036-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": "New York Islanders",
                "amount": 5107.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5eb309d8-b85b-4681-ab00-af327d7f2eb9",
            "gambit_id": "7e40a713-a366-49cd-8676-80ebb7f5b38f",
            "last_updated": "2024-01-05T22:58:11.561966-05:00",
            "created_at": "2024-01-04T09:18:24.440785-05:00",
            "name": "New York Islanders",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90e32803-f66f-4c0f-ab48-bd6f21c80f49/?format=api"
        },
        {
            "id": "a6c79745-440c-4873-8bff-0409b24a2dac",
            "gambit_id": "906b8d16-076f-4882-9d47-cff143c18161",
            "last_updated": "2024-01-05T22:58:11.565993-05:00",
            "created_at": "2024-01-04T09:18:24.446417-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90e32803-f66f-4c0f-ab48-bd6f21c80f49/?format=api"
        }
    ]
}