GET /api/bet_types/6d2c14b6-4c26-4c3f-8b1e-50abc93ae429/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d2c14b6-4c26-4c3f-8b1e-50abc93ae429",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb70c91-21f1-4b7d-a30a-a9698f164e48/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:23:18.770558-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c377bcb-8c60-4724-ad93-aa55822f03c7",
            "gambit_id": "9009c50d-1f13-4731-a0a7-a9e1d28b43b1",
            "last_updated": "2023-11-12T11:33:23.501766-05:00",
            "created_at": "2023-11-10T08:23:18.775358-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d2c14b6-4c26-4c3f-8b1e-50abc93ae429/?format=api"
        },
        {
            "id": "47e8c5b1-dd86-4859-8ffa-8209c414736f",
            "gambit_id": "48ee7216-79c6-4e79-9aad-1d613741739e",
            "last_updated": "2023-11-12T11:33:23.506536-05:00",
            "created_at": "2023-11-10T08:23:18.780588-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d2c14b6-4c26-4c3f-8b1e-50abc93ae429/?format=api"
        }
    ]
}