GET /api/bet_types/29eb5e35-9b25-410a-b74e-4d3f544871d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29eb5e35-9b25-410a-b74e-4d3f544871d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf0c51e-2d87-4a10-b226-78afc013e34d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:19.898624-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": "Game Total Over 142.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 142.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f41f926-6251-4853-83f8-9f5c0a6c8adc",
            "gambit_id": "cbce2262-a26e-4096-ad7d-ec98702e9242",
            "last_updated": "2023-03-18T11:32:13.474246-04:00",
            "created_at": "2023-03-16T17:37:19.902231-04:00",
            "name": "Game Total Over 142.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "142.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29eb5e35-9b25-410a-b74e-4d3f544871d3/?format=api"
        },
        {
            "id": "bdbb9b82-42e2-4bf8-a303-ea64f476b280",
            "gambit_id": "2af8978c-d643-453e-b51d-1ef0d9112fd6",
            "last_updated": "2023-03-18T11:32:13.472567-04:00",
            "created_at": "2023-03-16T17:37:19.900402-04:00",
            "name": "Game Total Under 142.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "142.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29eb5e35-9b25-410a-b74e-4d3f544871d3/?format=api"
        }
    ]
}