GET /api/bet_types/bcdc4e3d-bc81-4084-99a7-974cc103b8db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcdc4e3d-bc81-4084-99a7-974cc103b8db",
    "match": "https://api-prod.gambitprofit.com/api/matches/50506222-f8b6-47de-b320-1ef1b57dab2e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:19.114669-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "40d15803-4532-4801-a7f5-9ec9258419b0",
            "gambit_id": "5922e1f5-d152-4fc2-8328-c7d708766e48",
            "last_updated": "2023-12-22T15:18:25.252696-05:00",
            "created_at": "2023-12-20T10:03:19.118217-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcdc4e3d-bc81-4084-99a7-974cc103b8db/?format=api"
        },
        {
            "id": "ea552c2d-ab75-4b00-94cb-6543d7bee1c6",
            "gambit_id": "ba99fe07-9b09-4dac-9c68-43bf1310aea0",
            "last_updated": "2023-12-22T15:18:25.256228-05:00",
            "created_at": "2023-12-20T10:03:19.128708-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcdc4e3d-bc81-4084-99a7-974cc103b8db/?format=api"
        }
    ]
}