GET /api/bet_types/7c7f16ff-af39-441a-bbd1-3b8110a5d33d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c7f16ff-af39-441a-bbd1-3b8110a5d33d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4728ae96-0ac2-407c-8876-4f9a11ec12b7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:18:00.918308-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ba73d74-a054-4350-9b08-f56497899267",
            "gambit_id": "70233832-eb7e-430a-843a-aafa2346fe8e",
            "last_updated": "2023-12-26T15:13:20.018598-05:00",
            "created_at": "2023-12-23T09:18:00.922178-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7f16ff-af39-441a-bbd1-3b8110a5d33d/?format=api"
        },
        {
            "id": "6e911d73-7725-473b-914f-7aed230c6b08",
            "gambit_id": "0d80448c-ba66-4def-8e06-71c02d03f0df",
            "last_updated": "2023-12-26T15:13:20.041073-05:00",
            "created_at": "2023-12-23T09:18:00.926006-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7f16ff-af39-441a-bbd1-3b8110a5d33d/?format=api"
        }
    ]
}