GET /api/bet_types/499ef4c5-8035-429a-9992-ac67849fd0c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "499ef4c5-8035-429a-9992-ac67849fd0c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1650e73-e4fb-43ab-945f-3b6c4d746f28/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-14T09:28:00.767169-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 Under 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "24848ec8-8d8e-45b9-ace0-5f1fc14884b6",
            "gambit_id": "bccc796d-76db-49ad-9824-6d44ee227e7a",
            "last_updated": "2023-10-16T18:08:31.606266-04:00",
            "created_at": "2023-10-14T09:28:00.776765-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/499ef4c5-8035-429a-9992-ac67849fd0c7/?format=api"
        },
        {
            "id": "fca37e7e-fa6d-4980-946a-d717e30030dd",
            "gambit_id": "5ee31da7-423f-4ab7-a0f9-38097eb73f17",
            "last_updated": "2023-10-16T18:08:31.601479-04:00",
            "created_at": "2023-10-14T09:28:00.770959-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/499ef4c5-8035-429a-9992-ac67849fd0c7/?format=api"
        }
    ]
}