GET /api/bet_types/467a7ac5-af07-41fc-91f7-a306b3d7587c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "467a7ac5-af07-41fc-91f7-a306b3d7587c",
    "match": "https://api-prod.gambitprofit.com/api/matches/143b46de-23f4-48cb-a3ce-de772e4dc3ae/?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": "Toronto Raptors",
                "amount": 5607.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "798100aa-7ec3-4e47-b685-1123ccd0dcdd",
            "gambit_id": "d293e32c-a95d-4b88-bc48-737eca9611f5",
            "last_updated": "2022-10-20T09:37:00.918148-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467a7ac5-af07-41fc-91f7-a306b3d7587c/?format=api"
        },
        {
            "id": "64452c2c-5cf5-4dd7-9746-dc758ad811d5",
            "gambit_id": "efc07099-dd76-4ff3-acc1-c4f04390bccf",
            "last_updated": "2022-10-20T09:37:00.919290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467a7ac5-af07-41fc-91f7-a306b3d7587c/?format=api"
        }
    ]
}