GET /api/bet_types/a87fae64-d97b-4926-a741-b0d43af7ab53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a87fae64-d97b-4926-a741-b0d43af7ab53",
    "match": "https://api-prod.gambitprofit.com/api/matches/b453f7bf-9885-497a-b80c-0da50b552de5/?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": "Winnipeg Jets",
                "amount": 5304.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9179add-35b7-4e6a-a15c-c9fcab831377",
            "gambit_id": "575167e8-d815-4912-9ec0-d9e843d83e65",
            "last_updated": "2022-12-09T09:57:13.640309-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a87fae64-d97b-4926-a741-b0d43af7ab53/?format=api"
        },
        {
            "id": "88acccb4-2eee-4909-a6c2-da216d59f864",
            "gambit_id": "5cf48620-6f9d-4648-89b0-a99cab08f244",
            "last_updated": "2022-12-09T09:57:13.639320-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a87fae64-d97b-4926-a741-b0d43af7ab53/?format=api"
        }
    ]
}