GET /api/bet_types/5dc5535e-7e2e-4a7f-9424-ceb086e5b159/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dc5535e-7e2e-4a7f-9424-ceb086e5b159",
    "match": "https://api-prod.gambitprofit.com/api/matches/bca802a1-312c-4494-938c-8a6c0baaa1f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:00.401400-04: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": "Los Angeles Lakers",
                "amount": 6651.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f5feb97-d969-4ddf-8905-d6e49c02f5e4",
            "gambit_id": "fc187fc4-90f4-4b3d-a578-d76d96981cc5",
            "last_updated": "2023-03-27T11:36:53.182023-04:00",
            "created_at": "2023-03-26T13:37:00.404756-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dc5535e-7e2e-4a7f-9424-ceb086e5b159/?format=api"
        },
        {
            "id": "ba469346-e720-48ce-9ad6-0796042b62dd",
            "gambit_id": "6871dbc4-a5cb-4873-be80-36a4ee93dd00",
            "last_updated": "2023-03-27T11:36:53.183950-04:00",
            "created_at": "2023-03-26T13:37:00.408177-04:00",
            "name": "Chicago Bulls",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dc5535e-7e2e-4a7f-9424-ceb086e5b159/?format=api"
        }
    ]
}