GET /api/bet_types/888c2a55-bf8a-4b55-8e3c-05e56ca5e989/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "888c2a55-bf8a-4b55-8e3c-05e56ca5e989",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c93806f-1119-4bfb-98eb-59bde1b8c5f7/?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": "NYM (C Bassitt)",
                "amount": 5649.0
            },
            {
                "team": "SDG (J Musgrove)",
                "amount": 4351.0
            }
        ],
        "expected_reward_tokens": 9659.22,
        "profit_sb": 159.22,
        "profit_sb_percentage": 1.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "c129eeea-731e-4d2a-b309-4b67af86c3a5",
            "gambit_id": "8a60358e-ff9a-44e0-b1db-68ddf1f5b852",
            "last_updated": "2022-10-10T07:52:21.180961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Bassitt)",
            "reward": "1.71000",
            "odds": "1.73530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888c2a55-bf8a-4b55-8e3c-05e56ca5e989/?format=api"
        },
        {
            "id": "662c5eee-b0bb-4b5d-bf99-b1de29a5ed09",
            "gambit_id": "5ae2e736-2ea7-47b8-87db-e91c3a24185f",
            "last_updated": "2022-10-10T07:52:21.182066-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "2.22000",
            "odds": "2.26000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888c2a55-bf8a-4b55-8e3c-05e56ca5e989/?format=api"
        }
    ]
}