GET /api/bet_types/e4448b87-7d77-46f7-abf1-ab5ba6e98451/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4448b87-7d77-46f7-abf1-ab5ba6e98451",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8abe676-69c1-4b8b-b28d-6bafe55f4453/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-13T14:38:22.472220-04: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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4901e5f6-daf6-406b-b88c-f4cb61d93ce0",
            "gambit_id": "2e4c3774-53f8-4acb-9c53-723096e47913",
            "last_updated": "2023-06-14T11:13:19.085957-04:00",
            "created_at": "2023-06-13T14:38:22.474222-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4448b87-7d77-46f7-abf1-ab5ba6e98451/?format=api"
        },
        {
            "id": "288f4ce7-0765-4481-afbc-21716d03e352",
            "gambit_id": "d061a015-ade5-4ae4-946b-d312bb349787",
            "last_updated": "2023-06-14T11:13:19.088407-04:00",
            "created_at": "2023-06-13T14:38:22.476054-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4448b87-7d77-46f7-abf1-ab5ba6e98451/?format=api"
        }
    ]
}