GET /api/bet_types/83280879-321a-4856-bf66-37cf3d6a3bea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83280879-321a-4856-bf66-37cf3d6a3bea",
    "match": "https://api-prod.gambitprofit.com/api/matches/4587db12-5565-4449-9aed-d6bcc4974760/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-15T08:47:22.018832-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed536fcf-2683-4bb1-9bd0-7db487c7ad3e",
            "gambit_id": "aac7ec43-92a9-4cee-a018-c45afb6a1f69",
            "last_updated": "2023-02-16T11:26:54.274368-05:00",
            "created_at": "2023-02-15T08:47:22.021449-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83280879-321a-4856-bf66-37cf3d6a3bea/?format=api"
        },
        {
            "id": "143ba0f7-b874-471f-9244-39083c6fa13a",
            "gambit_id": "50d57ba4-016d-4e21-9eff-8718f43feae3",
            "last_updated": "2023-02-16T11:26:54.273206-05:00",
            "created_at": "2023-02-15T08:47:22.020145-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83280879-321a-4856-bf66-37cf3d6a3bea/?format=api"
        }
    ]
}