GET /api/bet_types/79886c44-79f9-4c11-9cc3-768a63202c7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79886c44-79f9-4c11-9cc3-768a63202c7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "424fb0d2-f851-4402-a26c-f483685b6f52",
            "gambit_id": "969c103e-b56c-4344-ad25-76d9f896ff85",
            "last_updated": "2022-10-31T10:52:24.570398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79886c44-79f9-4c11-9cc3-768a63202c7b/?format=api"
        },
        {
            "id": "1c9a6362-75b5-43a8-a274-36a3e76c9387",
            "gambit_id": "32369210-9afe-43c7-be32-1ea5d69e8b17",
            "last_updated": "2022-10-31T10:52:24.571526-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79886c44-79f9-4c11-9cc3-768a63202c7b/?format=api"
        }
    ]
}