GET /api/bet_types/7972e5b2-fb6e-4c8a-b5a3-7aa0b2d37ed5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7972e5b2-fb6e-4c8a-b5a3-7aa0b2d37ed5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f45e229c-bff4-4da8-96b6-7c6e197013ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-08T09:37:00.828605-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": "Sacramento Kings",
                "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": "839d682e-5726-44d0-bf30-cc7e1ac61a02",
            "gambit_id": "3106eec9-5b57-4a3d-ac70-8f4f3b6ffd63",
            "last_updated": "2023-02-09T11:12:07.251950-05:00",
            "created_at": "2023-02-08T09:37:00.831298-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7972e5b2-fb6e-4c8a-b5a3-7aa0b2d37ed5/?format=api"
        },
        {
            "id": "a7415338-678c-4614-874e-d32084f610ee",
            "gambit_id": "2c83f59b-6ae9-41da-af66-47c4101184c0",
            "last_updated": "2023-02-09T11:12:07.250714-05:00",
            "created_at": "2023-02-08T09:37:00.829938-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7972e5b2-fb6e-4c8a-b5a3-7aa0b2d37ed5/?format=api"
        }
    ]
}