GET /api/bet_types/4ad1cd7e-7c5a-4013-8fe6-e8fae5552956/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ad1cd7e-7c5a-4013-8fe6-e8fae5552956",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bfb4ff9-4c3d-438e-866e-a403f0ae2807/?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 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "891ace3e-471b-43af-b099-886b503667ff",
            "gambit_id": "385ff5e3-7121-4e25-8173-4d0fffce9047",
            "last_updated": "2022-11-06T16:08:21.814334-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad1cd7e-7c5a-4013-8fe6-e8fae5552956/?format=api"
        },
        {
            "id": "9881ddb5-e464-4404-8b7f-32d0a2e41226",
            "gambit_id": "1dc8c242-05a8-4437-acac-4b521a9dad1d",
            "last_updated": "2022-11-06T16:08:21.815465-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad1cd7e-7c5a-4013-8fe6-e8fae5552956/?format=api"
        }
    ]
}