GET /api/bet_types/6781a6a9-aa21-4b05-9eee-015ae587db0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6781a6a9-aa21-4b05-9eee-015ae587db0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2beb65f-1a26-417f-bfa6-47deeb9e0421/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:04.002996-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1a91c22-73b8-4b17-930a-4a2a8cd1e4cf",
            "gambit_id": "ae8c83f7-5725-4210-aff8-1461db992561",
            "last_updated": "2023-12-23T14:58:21.248400-05:00",
            "created_at": "2023-12-21T09:13:04.012013-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6781a6a9-aa21-4b05-9eee-015ae587db0d/?format=api"
        },
        {
            "id": "06b87783-02f6-4cfc-beef-e295b82b7397",
            "gambit_id": "47be640d-43bf-49bb-8035-41978cc57199",
            "last_updated": "2023-12-23T14:58:21.251812-05:00",
            "created_at": "2023-12-21T09:13:04.017597-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6781a6a9-aa21-4b05-9eee-015ae587db0d/?format=api"
        }
    ]
}