GET /api/bet_types/2da4a1e9-8e03-4486-8835-964b8506bf0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2da4a1e9-8e03-4486-8835-964b8506bf0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ade8c97-0a9f-40bc-ac1d-a35e1dc08ae6/?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": "Cleveland Cavaliers",
                "amount": 7660.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2340.0
            }
        ],
        "expected_reward_tokens": 9498.4,
        "profit_sb": -1.6,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "de766cd7-c1de-4584-96f0-dcb31a92f1ab",
            "gambit_id": "adcdc3eb-240c-44af-89e3-cd0e69b10262",
            "last_updated": "2022-10-27T11:52:04.883737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da4a1e9-8e03-4486-8835-964b8506bf0d/?format=api"
        },
        {
            "id": "ca2e7c6d-7214-467d-9e2c-223c33d28c73",
            "gambit_id": "3fd21880-d13f-4544-b118-33516b8c7f52",
            "last_updated": "2022-10-27T11:52:04.884875-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "4.06000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da4a1e9-8e03-4486-8835-964b8506bf0d/?format=api"
        }
    ]
}