GET /api/bet_types/10deda8d-bd1e-4054-b971-992ad7259c67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10deda8d-bd1e-4054-b971-992ad7259c67",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf263045-18d4-4d0a-8b8e-12e8575f118d/?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 7",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "64b4081b-d41f-48b7-bf57-97c632e37593",
            "gambit_id": "067844f0-1d66-46bb-8fcb-11675f0456ad",
            "last_updated": "2022-10-04T13:12:05.683897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10deda8d-bd1e-4054-b971-992ad7259c67/?format=api"
        },
        {
            "id": "8584ea52-8859-45b1-8324-a5edba4dc377",
            "gambit_id": "bc969588-89f9-4582-8c97-af038f78ddb2",
            "last_updated": "2022-10-04T13:12:05.685017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10deda8d-bd1e-4054-b971-992ad7259c67/?format=api"
        }
    ]
}