GET /api/bet_types/70ea6c74-f06d-42ad-9ba3-7e0c6128deb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70ea6c74-f06d-42ad-9ba3-7e0c6128deb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0d0a5a3-4a14-487e-a7ea-c13c4ef6cc1a/?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 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "29ba91e2-2c0a-4eed-aece-807031f18ba1",
            "gambit_id": "fd2a7f66-e05b-41d5-9aa7-8e2311f4c5a2",
            "last_updated": "2022-08-21T12:57:09.307967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ea6c74-f06d-42ad-9ba3-7e0c6128deb7/?format=api"
        },
        {
            "id": "c51957a2-d7f6-40c8-9104-4e08e80128fb",
            "gambit_id": "85a8419f-6d28-4c15-ba6b-89bcf68e4916",
            "last_updated": "2022-08-21T12:57:09.308427-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ea6c74-f06d-42ad-9ba3-7e0c6128deb7/?format=api"
        }
    ]
}