GET /api/bet_types/e75a647e-bf0d-4125-b654-1696ae85defc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e75a647e-bf0d-4125-b654-1696ae85defc",
    "match": "https://api-prod.gambitprofit.com/api/matches/1547fda8-127a-4c5d-a54d-f2c582e437c0/?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": "e9b82378-920a-4930-8169-785e526aa922",
            "gambit_id": "d93957fb-077e-4a2d-9244-0bdbea69562a",
            "last_updated": "2022-12-03T10:07:32.809736-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/e75a647e-bf0d-4125-b654-1696ae85defc/?format=api"
        },
        {
            "id": "6698743a-ceb0-439c-b6ed-c928e57fb31b",
            "gambit_id": "35895d88-ca47-477a-b088-2a2390551e65",
            "last_updated": "2022-12-03T10:07:32.810769-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/e75a647e-bf0d-4125-b654-1696ae85defc/?format=api"
        }
    ]
}