GET /api/bet_types/9d5f1bc4-446b-4c83-836a-b43a2ffff2e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d5f1bc4-446b-4c83-836a-b43a2ffff2e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b4e33cb-8a31-451e-91b2-6cc91ae0924f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:07.966333-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": "Houston Rockets",
                "amount": 5423.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "16a1a5b7-992c-4543-881b-00f9ad198280",
            "gambit_id": "709ac5bc-dae2-4970-abf4-fe5fcd2d6d5b",
            "last_updated": "2023-12-18T10:53:00.431900-05:00",
            "created_at": "2023-12-15T09:13:07.970002-05:00",
            "name": "Houston Rockets",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5f1bc4-446b-4c83-836a-b43a2ffff2e9/?format=api"
        },
        {
            "id": "59e868cc-e6f7-4dba-94b0-ed5e74e57092",
            "gambit_id": "224c8d1a-5525-44aa-a733-19631681c92a",
            "last_updated": "2023-12-18T10:53:00.435298-05:00",
            "created_at": "2023-12-15T09:13:07.973996-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5f1bc4-446b-4c83-836a-b43a2ffff2e9/?format=api"
        }
    ]
}