GET /api/bet_types/cc258e8a-f020-4ce6-a2fd-a06081f2f97e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc258e8a-f020-4ce6-a2fd-a06081f2f97e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b08d0d35-f780-42ca-bb8f-0a430978b591/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T09:47:55.554859-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": "Toronto Raptors",
                "amount": 5317.0
            },
            {
                "team": "New York Knicks",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cf3d018-c8ac-448a-be27-f64dcb810e72",
            "gambit_id": "56d610de-ed5c-45fe-8c16-83eadca2f56f",
            "last_updated": "2023-12-02T10:18:08.509214-05:00",
            "created_at": "2023-12-01T09:47:55.563395-05:00",
            "name": "Toronto Raptors",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc258e8a-f020-4ce6-a2fd-a06081f2f97e/?format=api"
        },
        {
            "id": "0eaec37f-95c7-4216-bb05-a86197bbceed",
            "gambit_id": "4c0923ca-bede-400d-b0d4-91f8154617c8",
            "last_updated": "2023-12-02T10:18:08.505712-05:00",
            "created_at": "2023-12-01T09:47:55.558767-05:00",
            "name": "New York Knicks",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc258e8a-f020-4ce6-a2fd-a06081f2f97e/?format=api"
        }
    ]
}