GET /api/bet_types/1e463942-8d35-465a-a04b-d5ff69f1f490/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e463942-8d35-465a-a04b-d5ff69f1f490",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ec1dabb-a2c9-4a45-8950-beeeef8db1c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Notre Dame",
                "amount": 8464.0
            },
            {
                "team": "Navy",
                "amount": 1536.0
            }
        ],
        "expected_reward_tokens": 9308.16,
        "profit_sb": 308.16,
        "profit_sb_percentage": 3.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "81053682-39c5-4d0a-b342-847207fabdde",
            "gambit_id": "0cac260c-bfb2-4ee1-a4d9-f14759325733",
            "last_updated": "2022-11-14T10:18:35.813049-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.10000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e463942-8d35-465a-a04b-d5ff69f1f490/?format=api"
        },
        {
            "id": "637e49c3-c7fe-49bc-913b-ed86d3beecbb",
            "gambit_id": "619325bc-ad9c-4190-82bd-3997197c3f00",
            "last_updated": "2022-11-14T10:18:35.811884-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "6.06000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e463942-8d35-465a-a04b-d5ff69f1f490/?format=api"
        }
    ]
}