GET /api/bet_types/4e802b93-9b69-4f20-a2fb-1157711f3797/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e802b93-9b69-4f20-a2fb-1157711f3797",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e861e8e-a899-417c-9187-c1fc53a2a966/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T09:01:58.648721-04: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 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "991962f1-548b-4ebe-89cf-e18428d93a34",
            "gambit_id": "97adf9d3-52f5-49b0-bdf6-18fd9b0f6f4a",
            "last_updated": "2023-04-10T09:36:57.812107-04:00",
            "created_at": "2023-04-08T09:01:58.654269-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e802b93-9b69-4f20-a2fb-1157711f3797/?format=api"
        },
        {
            "id": "336f2e10-88f8-459f-a9db-156aec51a36c",
            "gambit_id": "5cf02c9f-3e91-4c81-bf2b-500c67e2b499",
            "last_updated": "2023-04-10T09:36:57.810037-04:00",
            "created_at": "2023-04-08T09:01:58.651356-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e802b93-9b69-4f20-a2fb-1157711f3797/?format=api"
        }
    ]
}