GET /api/bet_types/59e47547-e1d2-4364-aa13-663baecd91d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59e47547-e1d2-4364-aa13-663baecd91d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dd11a7f-8498-4a44-b4f4-3854e4feef03/?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 8.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "5cc809eb-c9d4-4ad8-9525-4c523221dbcd",
            "gambit_id": "f5506e50-eb59-4531-a983-b623ef9e213b",
            "last_updated": "2022-09-05T10:27:03.800801-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59e47547-e1d2-4364-aa13-663baecd91d1/?format=api"
        },
        {
            "id": "210b3c34-0a5c-4003-bdcb-d1a566752315",
            "gambit_id": "1dfc7504-437f-43ff-a23c-4c85bfaec33b",
            "last_updated": "2022-09-05T10:27:03.801976-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59e47547-e1d2-4364-aa13-663baecd91d1/?format=api"
        }
    ]
}