GET /api/bet_types/46096ca3-2570-4b28-a4de-3862ec1d759c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46096ca3-2570-4b28-a4de-3862ec1d759c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc141b7-654d-43f2-9e50-f83b2326a8a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:15.150432-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 216",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 216",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d30626c-9401-4f61-bdb1-68643c236989",
            "gambit_id": "6b82170c-fa14-4bfb-aee2-b94a64dfb60f",
            "last_updated": "2023-06-05T10:57:21.670421-04:00",
            "created_at": "2023-06-03T11:22:15.156545-04:00",
            "name": "Game Total Under 216",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46096ca3-2570-4b28-a4de-3862ec1d759c/?format=api"
        },
        {
            "id": "168a1ef8-1167-42b0-b448-2fe3fbd605a7",
            "gambit_id": "1934b9bd-b7f2-427e-a908-42bf6a62c4d1",
            "last_updated": "2023-06-05T10:57:21.668052-04:00",
            "created_at": "2023-06-03T11:22:15.154270-04:00",
            "name": "Game Total Over 216",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46096ca3-2570-4b28-a4de-3862ec1d759c/?format=api"
        }
    ]
}