GET /api/bet_types/8a3eab71-fc26-4f2e-95ad-3bc50868da98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a3eab71-fc26-4f2e-95ad-3bc50868da98",
    "match": "https://api-prod.gambitprofit.com/api/matches/49336a3f-b565-4294-9265-26109568333e/?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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "771288e4-dc9d-4dbc-acef-0d6326883386",
            "gambit_id": "c34a8a4c-c8dd-42b8-837e-08903f6febc0",
            "last_updated": "2022-12-07T09:27:28.193539-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a3eab71-fc26-4f2e-95ad-3bc50868da98/?format=api"
        },
        {
            "id": "97226d1f-1a1b-4b51-82ba-e7f328bcaa62",
            "gambit_id": "33e8d358-7aa8-40d6-8370-61bc9f574e38",
            "last_updated": "2022-12-07T09:27:28.194648-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a3eab71-fc26-4f2e-95ad-3bc50868da98/?format=api"
        }
    ]
}