GET /api/bet_types/ba39fe07-d1ad-4f8f-b7c9-193a02182f81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba39fe07-d1ad-4f8f-b7c9-193a02182f81",
    "match": "https://api-prod.gambitprofit.com/api/matches/06d28427-a8ac-4c76-a281-def671dfd24b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:02.347261-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": "St Louis Blues",
                "amount": 5212.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a6d5886-0290-4af3-851f-ebe4822a4b58",
            "gambit_id": "a8699bd5-3ae9-4ab7-a9bd-ee5b0a0fabe6",
            "last_updated": "2023-02-24T12:41:55.719485-05:00",
            "created_at": "2023-02-23T09:07:02.348425-05:00",
            "name": "St Louis Blues",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba39fe07-d1ad-4f8f-b7c9-193a02182f81/?format=api"
        },
        {
            "id": "1f5bad2e-0051-40d9-b689-9da851acd154",
            "gambit_id": "f68399f8-758e-4c75-a48d-b4e2f5eb3f58",
            "last_updated": "2023-02-24T12:41:55.720731-05:00",
            "created_at": "2023-02-23T09:07:02.349631-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba39fe07-d1ad-4f8f-b7c9-193a02182f81/?format=api"
        }
    ]
}