GET /api/bet_types/a4231033-70e1-4702-b385-717e74439ae4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4231033-70e1-4702-b385-717e74439ae4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5e32338-597e-4d66-84a4-8ebdea2b0a31/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T13:37:12.034208-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": "Oklahoma City Thunder",
                "amount": 7790.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2210.0
            }
        ],
        "expected_reward_tokens": 9503.0,
        "profit_sb": 3.0,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "03fd1702-e027-441d-8152-5fab6d653be6",
            "gambit_id": "c21b416f-06e8-4c31-ac0a-e457109a7015",
            "last_updated": "2023-02-16T16:47:00.838079-05:00",
            "created_at": "2023-02-15T13:37:12.035450-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4231033-70e1-4702-b385-717e74439ae4/?format=api"
        },
        {
            "id": "bca4668f-1ede-4225-8e6d-11743a2e6b9e",
            "gambit_id": "380b07c6-e43d-4878-a48b-cb2724384ec7",
            "last_updated": "2023-02-16T16:47:00.839218-05:00",
            "created_at": "2023-02-15T13:37:12.036770-05:00",
            "name": "Houston Rockets",
            "reward": "4.30000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4231033-70e1-4702-b385-717e74439ae4/?format=api"
        }
    ]
}