GET /api/bet_types/5f2dc7eb-5636-48f8-8324-606841d38f2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f2dc7eb-5636-48f8-8324-606841d38f2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c280d896-3649-428e-b967-4dd6f7e168aa/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:13:23.029256-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 2.5",
                "amount": 5879.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4121.0
            }
        ],
        "expected_reward_tokens": 9230.03,
        "profit_sb": -269.97,
        "profit_sb_percentage": -2.84,
        "recommended": false
    },
    "lines": [
        {
            "id": "313dbe3d-b57e-48bf-b8c0-ce87016026a0",
            "gambit_id": "b168ef99-3a63-4e76-90ad-20af11d04250",
            "last_updated": "2024-02-05T14:33:27.446215-05:00",
            "created_at": "2024-02-02T10:13:23.032705-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.57000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f2dc7eb-5636-48f8-8324-606841d38f2f/?format=api"
        },
        {
            "id": "971eb391-fc23-4580-9d80-4e336197c5f5",
            "gambit_id": "20a3a739-f362-471b-bbae-9e32242aa996",
            "last_updated": "2024-02-05T14:33:27.449668-05:00",
            "created_at": "2024-02-02T10:13:23.037287-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f2dc7eb-5636-48f8-8324-606841d38f2f/?format=api"
        }
    ]
}