GET /api/bet_types/34c6fe52-2021-4ba9-ad72-d790de735b34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34c6fe52-2021-4ba9-ad72-d790de735b34",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6be8064-b023-4fb3-a836-3362973116c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:37:10.686786-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": "Cleveland Cavaliers",
                "amount": 5098.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "395830e7-946f-46c4-ab2e-83080cef8b20",
            "gambit_id": "f9f5c314-a3e9-4e8c-8de1-c188644eed7e",
            "last_updated": "2023-01-13T11:26:58.126488-05:00",
            "created_at": "2023-01-12T08:37:10.689046-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34c6fe52-2021-4ba9-ad72-d790de735b34/?format=api"
        },
        {
            "id": "5d1a9d65-c9c8-42b7-9e2d-98a304b17df5",
            "gambit_id": "4e85d11e-4e3a-442d-952d-5bc5cfd62867",
            "last_updated": "2023-01-13T11:26:58.125421-05:00",
            "created_at": "2023-01-12T08:37:10.687889-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34c6fe52-2021-4ba9-ad72-d790de735b34/?format=api"
        }
    ]
}