GET /api/bet_types/53b8e2e5-265c-4ea6-8655-4b37ad7199b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53b8e2e5-265c-4ea6-8655-4b37ad7199b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f6ca969-85c8-4728-9a4f-e92c739468fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:03.080478-04: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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "57c4e542-f928-4ca4-9afc-66d08ec83d60",
            "gambit_id": "06afd89d-91f5-4ea5-aa37-f60ac4ca56af",
            "last_updated": "2023-03-30T10:32:01.889279-04:00",
            "created_at": "2023-03-29T10:07:03.084647-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53b8e2e5-265c-4ea6-8655-4b37ad7199b4/?format=api"
        },
        {
            "id": "cc918edf-e178-4c48-9142-cdc16076bd56",
            "gambit_id": "dfe924da-a6b9-43a8-85df-f62ffe590bea",
            "last_updated": "2023-03-30T10:32:01.888052-04:00",
            "created_at": "2023-03-29T10:07:03.082457-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53b8e2e5-265c-4ea6-8655-4b37ad7199b4/?format=api"
        }
    ]
}