GET /api/bet_types/0a3edc01-8944-4048-835d-a337531ed1a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a3edc01-8944-4048-835d-a337531ed1a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0c39b41-2b2f-4cdc-948b-546f5937b23b/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5208.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "d24048b3-33c9-45fa-a22d-49edb81ab057",
            "gambit_id": "963f23ab-e90c-4145-969e-29c0fecf68ec",
            "last_updated": "2022-11-18T09:48:14.359535-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a3edc01-8944-4048-835d-a337531ed1a6/?format=api"
        },
        {
            "id": "4103dde7-edff-413f-8c61-c46a4fabefa1",
            "gambit_id": "0b810c02-e2c9-4fe3-b3dc-ad34c7e5d000",
            "last_updated": "2022-11-18T09:48:14.360601-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a3edc01-8944-4048-835d-a337531ed1a6/?format=api"
        }
    ]
}