GET /api/bet_types/e8375b0e-9a1c-4b87-8c28-5cf8bffc5e8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8375b0e-9a1c-4b87-8c28-5cf8bffc5e8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2db5f84c-ee8a-4e06-ae35-af5002ee3a37/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-14T09:28:08.908398-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f36baf2-bf4c-46a8-90b4-2059d08d1224",
            "gambit_id": "19eaf774-47f0-418b-9902-a4ee3ad35cca",
            "last_updated": "2023-12-15T11:23:06.641165-05:00",
            "created_at": "2023-12-14T09:28:08.917281-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8375b0e-9a1c-4b87-8c28-5cf8bffc5e8b/?format=api"
        },
        {
            "id": "d0d5713f-99e5-4103-bd80-af7508e2c089",
            "gambit_id": "f5228324-d749-498e-bcec-e553b26f0027",
            "last_updated": "2023-12-15T11:23:06.644547-05:00",
            "created_at": "2023-12-14T09:28:08.912785-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8375b0e-9a1c-4b87-8c28-5cf8bffc5e8b/?format=api"
        }
    ]
}