GET /api/bet_types/bb475a99-21da-4c49-bdac-b14010a1c9c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb475a99-21da-4c49-bdac-b14010a1c9c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec7f767-26e9-4aec-ab7b-a9c9b28cd341/?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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba7a05e8-af0d-4e63-868a-d06d8e2b19be",
            "gambit_id": "b25703cf-08a1-41d2-9d90-68285dc89f8a",
            "last_updated": "2022-11-19T10:38:45.545503-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb475a99-21da-4c49-bdac-b14010a1c9c8/?format=api"
        },
        {
            "id": "ecdb87b6-6074-4ab5-b425-f2c92e12fbbe",
            "gambit_id": "afd93977-ed1e-437c-bd1a-cb44abda420f",
            "last_updated": "2022-11-19T10:38:45.546689-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb475a99-21da-4c49-bdac-b14010a1c9c8/?format=api"
        }
    ]
}