GET /api/bet_types/b851b103-ae83-4ed1-bcbc-67afdbaa20db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b851b103-ae83-4ed1-bcbc-67afdbaa20db",
    "match": "https://api-prod.gambitprofit.com/api/matches/66d9756c-a191-46eb-8717-c0fd627347c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T10:03:18.417404-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": 5773.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6e61820-62be-4cef-8445-1ac4577d6ba0",
            "gambit_id": "d787d0b6-fe2a-477d-970e-49983bb645b6",
            "last_updated": "2023-12-23T14:33:11.543970-05:00",
            "created_at": "2023-12-20T10:03:18.425677-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b851b103-ae83-4ed1-bcbc-67afdbaa20db/?format=api"
        },
        {
            "id": "845cfe56-f0ca-4617-97cf-ddc17c860cd1",
            "gambit_id": "ae961c6c-be1a-47a4-9375-484df227067c",
            "last_updated": "2023-12-23T14:33:11.540837-05:00",
            "created_at": "2023-12-20T10:03:18.422042-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b851b103-ae83-4ed1-bcbc-67afdbaa20db/?format=api"
        }
    ]
}