GET /api/bet_types/7ed2f140-b3cf-47f0-8134-00abca76235d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ed2f140-b3cf-47f0-8134-00abca76235d",
    "match": "https://api-prod.gambitprofit.com/api/matches/85eb7654-39c2-45a8-a389-c7e3ad18f8d7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:43:13.989941-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec3b9ec5-5b39-4f42-8f98-08bbcc2fee1e",
            "gambit_id": "1d73f1a9-1fc2-4549-8320-6568d80643bd",
            "last_updated": "2023-11-27T21:27:56.907771-05:00",
            "created_at": "2023-11-26T09:43:14.003495-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ed2f140-b3cf-47f0-8134-00abca76235d/?format=api"
        },
        {
            "id": "c0dff4a0-d709-4916-a222-fe97b6f247d0",
            "gambit_id": "2f26eb46-8dd4-4b5b-bd17-dc07b716fda7",
            "last_updated": "2023-11-27T21:27:56.911270-05:00",
            "created_at": "2023-11-26T09:43:14.009550-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ed2f140-b3cf-47f0-8134-00abca76235d/?format=api"
        }
    ]
}