GET /api/bet_types/cdbb7265-f5a4-4433-87a5-1d6ef4f05514/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdbb7265-f5a4-4433-87a5-1d6ef4f05514",
    "match": "https://api-prod.gambitprofit.com/api/matches/62a47b84-3791-4c50-bd2b-fb556fdd4f61/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:12.861539-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": 5098.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "848a6618-53ac-4527-9dc3-b7506bb1ef69",
            "gambit_id": "12b6ed37-661c-4e3d-89fe-4c5da31902e2",
            "last_updated": "2023-01-17T11:22:14.135273-05:00",
            "created_at": "2023-01-16T09:52:12.864508-05:00",
            "name": "St Louis Blues",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdbb7265-f5a4-4433-87a5-1d6ef4f05514/?format=api"
        },
        {
            "id": "7a0398c7-4e40-441d-81a1-4be161486ff6",
            "gambit_id": "dbbbdf42-10a0-4708-92a5-5ecb7e1799eb",
            "last_updated": "2023-01-17T11:22:14.136444-05:00",
            "created_at": "2023-01-16T09:52:12.867512-05:00",
            "name": "Ottawa Senators",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdbb7265-f5a4-4433-87a5-1d6ef4f05514/?format=api"
        }
    ]
}