GET /api/bet_types/0ca39735-e6ac-48e8-9c3f-ddd4844d686c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ca39735-e6ac-48e8-9c3f-ddd4844d686c",
    "match": "https://api-prod.gambitprofit.com/api/matches/253cd902-ae67-4414-9518-4c822f4e0596/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-15T08:58:24.522911-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": "KAN",
                "amount": 5512.0
            },
            {
                "team": "SEA",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad601bc0-f28b-42e9-a2f1-6e3f2f017881",
            "gambit_id": "5b4b2284-dcb6-4a53-9efb-3fae30a5cadf",
            "last_updated": "2023-08-17T10:33:00.913654-04:00",
            "created_at": "2023-08-15T08:58:24.531391-04:00",
            "name": "KAN",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca39735-e6ac-48e8-9c3f-ddd4844d686c/?format=api"
        },
        {
            "id": "f58cf14e-742e-4fcc-adb2-eb96c66145e5",
            "gambit_id": "738f6b8e-ebf4-416f-8512-58a439710ec9",
            "last_updated": "2023-08-17T10:33:00.910150-04:00",
            "created_at": "2023-08-15T08:58:24.526969-04:00",
            "name": "SEA",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca39735-e6ac-48e8-9c3f-ddd4844d686c/?format=api"
        }
    ]
}