GET /api/bet_types/edd90c32-c5db-4122-9176-3ea784e6debd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edd90c32-c5db-4122-9176-3ea784e6debd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f977f04-3190-4c40-b01b-0a43ada6a8ff/?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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8702c43b-cf28-4c1e-a7ba-3cb5836aa75b",
            "gambit_id": "ca85e752-3401-4171-8031-fadac5af801e",
            "last_updated": "2022-12-15T10:22:24.288163-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edd90c32-c5db-4122-9176-3ea784e6debd/?format=api"
        },
        {
            "id": "8a025162-2f2c-4738-bf98-5e4fd7cd95d7",
            "gambit_id": "628ad9f5-7827-4927-97c8-b42b42e30390",
            "last_updated": "2022-12-15T10:22:24.289243-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edd90c32-c5db-4122-9176-3ea784e6debd/?format=api"
        }
    ]
}