GET /api/bet_types/21264569-141e-49c8-92d5-cda059bc9f52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21264569-141e-49c8-92d5-cda059bc9f52",
    "match": "https://api-prod.gambitprofit.com/api/matches/274fe39e-5a09-4435-b7f6-aa891f6748f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-11T09:07:58.314710-04: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": "Edmonton Oilers",
                "amount": 5788.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebac4d84-f85d-4d7c-9bcd-e43a2b44a9c1",
            "gambit_id": "1cb14830-5a3b-43f2-ad58-953ae6f4fc5c",
            "last_updated": "2023-10-12T11:28:04.360211-04:00",
            "created_at": "2023-10-11T09:07:58.319793-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21264569-141e-49c8-92d5-cda059bc9f52/?format=api"
        },
        {
            "id": "23d6a638-3b10-4cc1-9f6f-b9479e60c11e",
            "gambit_id": "2de8d53c-fee2-4dcd-a12b-5124ff2d1df0",
            "last_updated": "2023-10-12T11:28:04.363837-04:00",
            "created_at": "2023-10-11T09:07:58.337547-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21264569-141e-49c8-92d5-cda059bc9f52/?format=api"
        }
    ]
}