GET /api/bet_types/7a1d0c97-a5a5-4d9a-a096-74af7240638d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a1d0c97-a5a5-4d9a-a096-74af7240638d",
    "match": "https://api-prod.gambitprofit.com/api/matches/67e90161-e761-4104-a300-7ee552e542a7/?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 32",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 32",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d2a00bd-b7ff-45ea-a22d-eded7c70fa44",
            "gambit_id": "1a63bdce-c906-4e54-9c24-0b29f9cbeacc",
            "last_updated": "2022-12-12T10:21:58.871703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 32",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "32.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a1d0c97-a5a5-4d9a-a096-74af7240638d/?format=api"
        },
        {
            "id": "585cf083-c7bd-40c3-bacf-2598c028b688",
            "gambit_id": "2c5ddc23-564a-4277-9848-d802f7a7c7b3",
            "last_updated": "2022-12-12T10:21:58.873014-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 32",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "32.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a1d0c97-a5a5-4d9a-a096-74af7240638d/?format=api"
        }
    ]
}