GET /api/bet_types/467edb9a-2c27-4be8-a9d8-349473bc3e07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "467edb9a-2c27-4be8-a9d8-349473bc3e07",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e48487e-a0f6-4709-9d6c-5f6c1b6a482e/?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 Over 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "22a60c74-2bee-4405-80ab-3af182d2c65c",
            "gambit_id": "8e15b43f-996d-4667-bcd7-1a0da9738fe8",
            "last_updated": "2022-12-12T10:22:13.827739-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467edb9a-2c27-4be8-a9d8-349473bc3e07/?format=api"
        },
        {
            "id": "ba6990b5-6e28-4ed9-836e-dac485fd2d2d",
            "gambit_id": "b1a962a9-689e-4305-af3f-1c14ac420669",
            "last_updated": "2022-12-12T10:22:13.826629-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467edb9a-2c27-4be8-a9d8-349473bc3e07/?format=api"
        }
    ]
}