GET /api/bet_types/6e3baf38-1391-441e-b491-8333f2493c71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e3baf38-1391-441e-b491-8333f2493c71",
    "match": "https://api-prod.gambitprofit.com/api/matches/34a13acc-063b-483f-ba80-79f2af42f164/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-16T09:03:06.077237-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": "Calgary Flames",
                "amount": 5773.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "ceb0a205-d29a-4dd1-8f6a-5c507e02d60c",
            "gambit_id": "c6e47720-e9a1-4fe5-9b10-056bc1de0ea3",
            "last_updated": "2024-01-19T11:48:29.454470-05:00",
            "created_at": "2024-01-16T09:03:06.098545-05:00",
            "name": "Calgary Flames",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e3baf38-1391-441e-b491-8333f2493c71/?format=api"
        },
        {
            "id": "40d2ed8a-00f4-4142-85b7-5ac274158ee6",
            "gambit_id": "27600765-ef0e-4dbc-a510-3c04a990bdc0",
            "last_updated": "2024-01-19T11:48:29.451350-05:00",
            "created_at": "2024-01-16T09:03:06.092363-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e3baf38-1391-441e-b491-8333f2493c71/?format=api"
        }
    ]
}