GET /api/bet_types/1d19c4c2-612a-42ca-881a-447c4f0426ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d19c4c2-612a-42ca-881a-447c4f0426ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/aca46dc0-e23e-44ed-b088-de61d3179147/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:07.603052-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5a821ef-c9d4-4bff-a3e0-27e0dc3ca192",
            "gambit_id": "4e043eb1-cc38-4b60-a45b-114c19bba7dd",
            "last_updated": "2023-12-16T10:32:55.092154-05:00",
            "created_at": "2023-12-14T09:28:07.608089-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d19c4c2-612a-42ca-881a-447c4f0426ba/?format=api"
        },
        {
            "id": "6d22fa51-11ac-454d-b132-b054f309fc4f",
            "gambit_id": "f15015c3-a6e6-4bb4-b92f-b468fe1a601b",
            "last_updated": "2023-12-16T10:32:55.095614-05:00",
            "created_at": "2023-12-14T09:28:07.612432-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d19c4c2-612a-42ca-881a-447c4f0426ba/?format=api"
        }
    ]
}