GET /api/bet_types/ccf63106-7113-44dd-bdc6-e627665be293/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccf63106-7113-44dd-bdc6-e627665be293",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbb1ef61-e653-4748-977e-69926948bb93/?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": "CIN (L Cessa)",
                "amount": 5597.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4403.0
            }
        ],
        "expected_reward_tokens": 9290.33,
        "profit_sb": 290.33,
        "profit_sb_percentage": 3.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "22bb6487-8241-412c-b4ca-f3a75e243636",
            "gambit_id": "c94d21ef-b69e-4ba3-ae5c-7f577151e2c5",
            "last_updated": "2022-09-14T10:32:13.974480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (L Cessa)",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf63106-7113-44dd-bdc6-e627665be293/?format=api"
        },
        {
            "id": "7e70d023-5e1a-4e16-86df-3865f9e98f7b",
            "gambit_id": "3cc0782e-9b69-463f-8b09-f4911e67aa16",
            "last_updated": "2022-09-14T10:32:13.975577-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.11000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf63106-7113-44dd-bdc6-e627665be293/?format=api"
        }
    ]
}