GET /api/bet_types/c49f8d38-d0b3-4850-bc14-e27e7e176a65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c49f8d38-d0b3-4850-bc14-e27e7e176a65",
    "match": "https://api-prod.gambitprofit.com/api/matches/c532bee5-3884-4a28-9769-48d2712adcd6/?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 Over 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "71741b27-5160-47b4-8edc-3cade1531598",
            "gambit_id": "95730f52-dfeb-434d-bf74-13287326c2b3",
            "last_updated": "2022-08-10T10:16:57.637525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49f8d38-d0b3-4850-bc14-e27e7e176a65/?format=api"
        },
        {
            "id": "c412fbe4-db16-4995-924d-ebc0a623d186",
            "gambit_id": "5cf619bd-871e-43ed-8f6a-9f4c339ce129",
            "last_updated": "2022-08-10T10:16:57.636935-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49f8d38-d0b3-4850-bc14-e27e7e176a65/?format=api"
        }
    ]
}