GET /api/bet_types/3515f74d-7321-49e7-9a3a-384f1b773525/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3515f74d-7321-49e7-9a3a-384f1b773525",
    "match": "https://api-prod.gambitprofit.com/api/matches/490a7e0a-df11-4c23-a937-fb6dd577f035/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-22T11:27:15.452830-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": "Carolina Hurricanes",
                "amount": 5000.0
            },
            {
                "team": "Florida Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa24d582-2dc5-4e9d-913b-c81ab808228a",
            "gambit_id": "9e827010-16dc-4ae1-849c-b82b896811c2",
            "last_updated": "2023-05-25T13:47:09.164143-04:00",
            "created_at": "2023-05-22T11:27:15.455692-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3515f74d-7321-49e7-9a3a-384f1b773525/?format=api"
        },
        {
            "id": "79e8985c-457e-42be-b7a7-2fd12ad32f0f",
            "gambit_id": "53c04d06-43ff-4995-9810-140fbc1563d9",
            "last_updated": "2023-05-25T13:47:09.161070-04:00",
            "created_at": "2023-05-22T11:27:15.454185-04:00",
            "name": "Florida Panthers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3515f74d-7321-49e7-9a3a-384f1b773525/?format=api"
        }
    ]
}