GET /api/bet_types/c9635810-aa46-428a-9d5d-23a7fe446f60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9635810-aa46-428a-9d5d-23a7fe446f60",
    "match": "https://api-prod.gambitprofit.com/api/matches/51951fc6-9aed-4f7c-a2e8-04b28a31a4ff/?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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "65cb7a4f-39bc-4567-902a-cf060d980df0",
            "gambit_id": "10659266-7642-4210-9c25-ec2653092445",
            "last_updated": "2022-10-20T09:42:00.366142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9635810-aa46-428a-9d5d-23a7fe446f60/?format=api"
        },
        {
            "id": "fae3d9ec-e6ed-4ef9-9d72-86771095346c",
            "gambit_id": "95c1e75d-c614-4a7e-90da-fa823cc66ea4",
            "last_updated": "2022-10-20T09:42:00.367170-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9635810-aa46-428a-9d5d-23a7fe446f60/?format=api"
        }
    ]
}