GET /api/bet_types/2f4a5dc6-d8c1-482c-a7d9-f4fee27a21e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f4a5dc6-d8c1-482c-a7d9-f4fee27a21e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fd5cb27-4cd5-46cd-9a08-af0d6fdaca5d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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 Mavericks",
                "amount": 5696.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "389d2fa0-cff2-452d-8780-bf30c4a82684",
            "gambit_id": "9fe10478-bfa9-472e-8e9f-6cb1db801c13",
            "last_updated": "2022-10-28T09:32:00.654626-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4a5dc6-d8c1-482c-a7d9-f4fee27a21e1/?format=api"
        },
        {
            "id": "a6fac15a-0de8-483e-a065-bc5034abaed6",
            "gambit_id": "0f30f2c2-183d-42a1-9abf-7e5cb228ee4b",
            "last_updated": "2022-10-28T09:32:00.655969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4a5dc6-d8c1-482c-a7d9-f4fee27a21e1/?format=api"
        }
    ]
}