GET /api/bet_types/e9bbefa1-a147-4a1f-addf-722ae2ba1698/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9bbefa1-a147-4a1f-addf-722ae2ba1698",
    "match": "https://api-prod.gambitprofit.com/api/matches/511f8423-d03d-4f52-a410-5a9a77a9590b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:17:58.981598-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 243.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 243.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "43accacc-de94-4c4f-9dcc-f084d66a7112",
            "gambit_id": "25ff6f34-b439-4caa-9314-bc55629b5cbf",
            "last_updated": "2023-12-26T15:23:14.564121-05:00",
            "created_at": "2023-12-23T09:17:58.989020-05:00",
            "name": "Game Total Over 243.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9bbefa1-a147-4a1f-addf-722ae2ba1698/?format=api"
        },
        {
            "id": "67ee881d-526f-4974-a145-61c5ec382799",
            "gambit_id": "88e3d717-2057-42ce-a114-7dc360f0c536",
            "last_updated": "2023-12-26T15:23:14.567649-05:00",
            "created_at": "2023-12-23T09:17:58.985327-05:00",
            "name": "Game Total Under 243.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9bbefa1-a147-4a1f-addf-722ae2ba1698/?format=api"
        }
    ]
}