GET /api/bet_types/8c77576b-8214-4a43-b628-cf125fdf97c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c77576b-8214-4a43-b628-cf125fdf97c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/31cdc66f-e9d7-43c8-8dbe-7042f63a80f2/?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": "Milwaukee Bucks",
                "amount": 6584.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3416.0
            }
        ],
        "expected_reward_tokens": 9085.92,
        "profit_sb": 85.92,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "61bc4062-442e-4c77-984f-73c4d39f8388",
            "gambit_id": "bc0080cf-7b52-4dde-b499-89bd3fb24582",
            "last_updated": "2022-11-28T13:42:15.915750-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c77576b-8214-4a43-b628-cf125fdf97c5/?format=api"
        },
        {
            "id": "39b33d87-0c7d-4c9a-a20c-3500df156c56",
            "gambit_id": "44bc7fe3-0b23-438b-9902-e62d108fa71e",
            "last_updated": "2022-11-28T13:42:15.916840-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c77576b-8214-4a43-b628-cf125fdf97c5/?format=api"
        }
    ]
}