GET /api/bet_types/35afb730-143b-4df5-892b-fcfb098faac6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35afb730-143b-4df5-892b-fcfb098faac6",
    "match": "https://api-prod.gambitprofit.com/api/matches/62ad3039-8696-472f-a491-fc969e7c4161/?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": 5224.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "84018978-c094-40ac-a17d-9178aa76de16",
            "gambit_id": "ce8b7e61-01bd-4e7b-8e99-2add7ac53845",
            "last_updated": "2022-10-17T14:27:41.450022-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35afb730-143b-4df5-892b-fcfb098faac6/?format=api"
        },
        {
            "id": "6356134a-c315-426e-8779-94123877bbe2",
            "gambit_id": "37330cbe-268a-49ca-acdd-9198777f340b",
            "last_updated": "2022-10-17T14:27:41.451076-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35afb730-143b-4df5-892b-fcfb098faac6/?format=api"
        }
    ]
}