GET /api/bet_types/39a9bc1b-1cdc-4ce5-b2d5-f5827442831f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39a9bc1b-1cdc-4ce5-b2d5-f5827442831f",
    "match": "https://api-prod.gambitprofit.com/api/matches/30de7643-2f1a-472f-9411-d65176876720/?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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b40c87b-2b6f-4094-af56-0b20fadf1ef9",
            "gambit_id": "9e06fe81-7ad7-417e-8e2b-f8ca1c08af1f",
            "last_updated": "2022-09-27T09:27:22.016672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39a9bc1b-1cdc-4ce5-b2d5-f5827442831f/?format=api"
        },
        {
            "id": "875a5cfe-da13-498b-9ade-b75ef94ead16",
            "gambit_id": "cd78385d-7d78-4961-bcf8-e1a7d0e8b6cf",
            "last_updated": "2022-09-27T09:27:22.017913-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39a9bc1b-1cdc-4ce5-b2d5-f5827442831f/?format=api"
        }
    ]
}