GET /api/bet_types/14cf026a-07a7-40ba-b200-50a9cd5c9754/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14cf026a-07a7-40ba-b200-50a9cd5c9754",
    "match": "https://api-prod.gambitprofit.com/api/matches/02a10490-ebf4-4c2b-aca0-7e7398dbf1ed/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:25.913372-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 Under 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "8736cb09-a9d3-462e-b66c-155e23673ea5",
            "gambit_id": "574b76ad-e7f1-4c8d-8d33-8fa174b7d32d",
            "last_updated": "2023-11-20T14:53:32.424525-05:00",
            "created_at": "2023-11-18T09:38:25.937229-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14cf026a-07a7-40ba-b200-50a9cd5c9754/?format=api"
        },
        {
            "id": "4645ccf8-4715-4bef-b05c-5a56a3d12388",
            "gambit_id": "c7071179-7ecd-4688-838c-d1d6875de056",
            "last_updated": "2023-11-20T14:53:32.420640-05:00",
            "created_at": "2023-11-18T09:38:25.918073-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14cf026a-07a7-40ba-b200-50a9cd5c9754/?format=api"
        }
    ]
}