GET /api/bet_types/fc28482c-e2e9-4e4e-b1f0-f9dba1c83cf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc28482c-e2e9-4e4e-b1f0-f9dba1c83cf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/443e5181-8a8b-4652-bc83-895c31305318/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T23:08:18.785362-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 2.5",
                "amount": 6706.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9254.28,
        "profit_sb": -245.72,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "079a9126-e31f-4c16-b64d-5b8d5d6ca6fa",
            "gambit_id": "765ab6ca-dc3a-4b15-86a9-ee65b17431da",
            "last_updated": "2023-09-06T11:53:31.222415-04:00",
            "created_at": "2023-09-01T23:08:18.789477-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc28482c-e2e9-4e4e-b1f0-f9dba1c83cf0/?format=api"
        },
        {
            "id": "f9396e5a-e44e-4ea1-98ea-20943312ff6a",
            "gambit_id": "89b2a3bc-e311-47a2-b7a1-8334bf80a5ce",
            "last_updated": "2023-09-06T11:53:31.225524-04:00",
            "created_at": "2023-09-01T23:08:18.794021-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc28482c-e2e9-4e4e-b1f0-f9dba1c83cf0/?format=api"
        }
    ]
}