GET /api/bet_types/466b10ef-071d-4144-8146-bfa799226007/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "466b10ef-071d-4144-8146-bfa799226007",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7746a77-d490-428b-b30d-2fdf8620bf59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-10T09:58:01.878613-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": "Edmonton Oilers",
                "amount": 5784.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "6fbe51b3-7524-4856-bcab-943744712741",
            "gambit_id": "3c2dcabe-e78b-4520-83d3-169db08fdaa3",
            "last_updated": "2023-12-12T10:28:16.301521-05:00",
            "created_at": "2023-12-10T09:58:01.887658-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/466b10ef-071d-4144-8146-bfa799226007/?format=api"
        },
        {
            "id": "5f5c8909-646d-406e-975e-075f105ace30",
            "gambit_id": "32e87dab-69ee-469d-afbc-a074a0f0e5d2",
            "last_updated": "2023-12-12T10:28:16.297994-05:00",
            "created_at": "2023-12-10T09:58:01.882787-05:00",
            "name": "New Jersey Devils",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/466b10ef-071d-4144-8146-bfa799226007/?format=api"
        }
    ]
}