GET /api/bet_types/b799fdc4-50e1-4a2c-b5bc-a35f2f7d1c79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b799fdc4-50e1-4a2c-b5bc-a35f2f7d1c79",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eded3d5-c87a-42a7-b7e3-70137f8c3198/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-04T10:42:58.053349-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b8601fe-03eb-4169-bc1f-561cc93b7a07",
            "gambit_id": "eeb724ea-7b3e-4e45-a420-ff9e7b0e4d8f",
            "last_updated": "2024-02-06T09:28:14.512754-05:00",
            "created_at": "2024-02-04T10:42:58.057527-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b799fdc4-50e1-4a2c-b5bc-a35f2f7d1c79/?format=api"
        },
        {
            "id": "a034783d-88de-4f9a-a582-d7c72c5ad8fc",
            "gambit_id": "aa608543-19bb-4193-9e5c-e732f9f33300",
            "last_updated": "2024-02-06T09:28:14.516433-05:00",
            "created_at": "2024-02-04T10:42:58.062307-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b799fdc4-50e1-4a2c-b5bc-a35f2f7d1c79/?format=api"
        }
    ]
}