GET /api/bet_types/90fae743-817b-413a-9a8b-93c13e180ede/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90fae743-817b-413a-9a8b-93c13e180ede",
    "match": "https://api-prod.gambitprofit.com/api/matches/529488d1-b524-4ef6-8d7e-db6b270c44bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:19.886504-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": "Dallas Stars",
                "amount": 5512.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "03c4c9dd-d49b-4a3d-93a2-9c8c443c4f70",
            "gambit_id": "046b8187-e727-4410-88f1-979689cf083d",
            "last_updated": "2023-11-23T17:43:23.905956-05:00",
            "created_at": "2023-11-22T09:08:19.895939-05:00",
            "name": "Dallas Stars",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90fae743-817b-413a-9a8b-93c13e180ede/?format=api"
        },
        {
            "id": "565414c5-4e03-4bf9-9c59-fcaa03367621",
            "gambit_id": "187dab26-0444-4443-b2b2-4fab62c39b19",
            "last_updated": "2023-11-23T17:43:23.902683-05:00",
            "created_at": "2023-11-22T09:08:19.891384-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90fae743-817b-413a-9a8b-93c13e180ede/?format=api"
        }
    ]
}