GET /api/bet_types/11e31412-9970-462c-a35b-ce914142a424/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11e31412-9970-462c-a35b-ce914142a424",
    "match": "https://api-prod.gambitprofit.com/api/matches/1547fda8-127a-4c5d-a54d-f2c582e437c0/?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": "New York Rangers",
                "amount": 6170.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "7fa32ef2-6a48-4b0e-ae02-af0e5b99f4a4",
            "gambit_id": "f3225889-a43d-492e-967d-175f932ac3c5",
            "last_updated": "2022-12-03T10:07:32.815874-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11e31412-9970-462c-a35b-ce914142a424/?format=api"
        },
        {
            "id": "1fb59638-e871-4a52-b6d5-e2c00f2c695f",
            "gambit_id": "862b4c77-4251-4a01-a11b-26e6b9a8ba73",
            "last_updated": "2022-12-03T10:07:32.816859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11e31412-9970-462c-a35b-ce914142a424/?format=api"
        }
    ]
}