GET /api/bet_types/466a40d5-159e-40eb-be00-df5600d541fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "466a40d5-159e-40eb-be00-df5600d541fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e00b188-74da-4b0e-95f4-5ca306ee71f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:05.156846-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": "Winnipeg Jets",
                "amount": 5602.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "e63a58bd-7ec1-4573-8eaf-055ae1d33720",
            "gambit_id": "15460889-ed06-48e4-a439-db839e6d1600",
            "last_updated": "2023-11-15T20:03:22.156832-05:00",
            "created_at": "2023-11-14T09:13:05.165894-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/466a40d5-159e-40eb-be00-df5600d541fb/?format=api"
        },
        {
            "id": "d42a5f1d-ba40-4508-8e3a-b0819b48a5b5",
            "gambit_id": "ecece399-c7a3-477b-b5ca-51d35e0fc017",
            "last_updated": "2023-11-15T20:03:22.153641-05:00",
            "created_at": "2023-11-14T09:13:05.161340-05:00",
            "name": "New Jersey Devils",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/466a40d5-159e-40eb-be00-df5600d541fb/?format=api"
        }
    ]
}