GET /api/bet_types/5cdfdb7e-ac88-4a8e-b7eb-c40f107069fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cdfdb7e-ac88-4a8e-b7eb-c40f107069fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/7476ec25-8bc1-4887-92c5-f5a738ad50d3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-10T09:38:09.906115-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 246",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 246",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "375f3105-b6f7-4cb0-b4bf-859bb7584c91",
            "gambit_id": "50b06d40-2c18-4006-aa4d-8b2ca18779d2",
            "last_updated": "2024-01-11T11:23:08.364369-05:00",
            "created_at": "2024-01-10T09:38:09.909875-05:00",
            "name": "Game Total Over 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cdfdb7e-ac88-4a8e-b7eb-c40f107069fa/?format=api"
        },
        {
            "id": "de546c66-db2c-42a9-b6bd-aa1ba80ecc00",
            "gambit_id": "ed2ab2b8-7478-4afc-ac06-7efbae86e59f",
            "last_updated": "2024-01-11T11:23:08.367991-05:00",
            "created_at": "2024-01-10T09:38:09.915897-05:00",
            "name": "Game Total Under 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cdfdb7e-ac88-4a8e-b7eb-c40f107069fa/?format=api"
        }
    ]
}