GET /api/bet_types/b065dffd-ee2e-4c14-a495-f5c62f27499b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b065dffd-ee2e-4c14-a495-f5c62f27499b",
    "match": "https://api-prod.gambitprofit.com/api/matches/48f38027-4af7-4cdc-9b5e-4223a9a87cde/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:10.900564-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 Knicks",
                "amount": 5292.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "0832fe17-9523-45bf-a66a-f49fc8419647",
            "gambit_id": "da85d056-acda-4c89-95a1-d8b265a31a8e",
            "last_updated": "2023-01-17T11:02:05.310612-05:00",
            "created_at": "2023-01-16T09:52:10.902564-05:00",
            "name": "New York Knicks",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b065dffd-ee2e-4c14-a495-f5c62f27499b/?format=api"
        },
        {
            "id": "71aca2af-5c91-4fa0-955a-d845483ebd0c",
            "gambit_id": "35b76fe3-b6ea-47fd-bd27-896ede3b0cef",
            "last_updated": "2023-01-17T11:02:05.311703-05:00",
            "created_at": "2023-01-16T09:52:10.905386-05:00",
            "name": "Toronto Raptors",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b065dffd-ee2e-4c14-a495-f5c62f27499b/?format=api"
        }
    ]
}