GET /api/bet_types/2b228b37-7bb8-4bfc-abe7-4cd39c740841/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b228b37-7bb8-4bfc-abe7-4cd39c740841",
    "match": "https://api-prod.gambitprofit.com/api/matches/21422662-ec3d-490b-ba02-128237c117dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:10.939025-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0f7d618-c088-4e83-8443-abf012f04f65",
            "gambit_id": "105ee8bc-2842-47ee-9089-1ceee1574b93",
            "last_updated": "2023-11-21T14:18:20.241850-05:00",
            "created_at": "2023-11-20T09:48:10.953841-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b228b37-7bb8-4bfc-abe7-4cd39c740841/?format=api"
        },
        {
            "id": "fe33ab4d-16c8-4ed3-ba88-4fcceba7b4ab",
            "gambit_id": "ca9acb23-ae87-4bfb-bd09-d3e2423e8f1b",
            "last_updated": "2023-11-21T14:18:20.236830-05:00",
            "created_at": "2023-11-20T09:48:10.949448-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b228b37-7bb8-4bfc-abe7-4cd39c740841/?format=api"
        }
    ]
}