GET /api/bet_types/7060bd55-572d-4970-95fd-c1c862c53956/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7060bd55-572d-4970-95fd-c1c862c53956",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8b128c5-3a6a-4817-8cd3-54a3184ba3ae/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-14T09:12:20.039299-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e416e732-a9c2-4141-893b-61b5261df49b",
            "gambit_id": "8d4eb354-3cb2-4ad5-9791-0eca8db8d95b",
            "last_updated": "2023-02-15T10:46:58.343725-05:00",
            "created_at": "2023-02-14T09:12:20.041189-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7060bd55-572d-4970-95fd-c1c862c53956/?format=api"
        },
        {
            "id": "ca50050e-c9ac-4a40-a692-3af3a8e803de",
            "gambit_id": "d633c8e4-cfcf-4fe9-8732-c862145f2410",
            "last_updated": "2023-02-15T10:46:58.344966-05:00",
            "created_at": "2023-02-14T09:12:20.043037-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7060bd55-572d-4970-95fd-c1c862c53956/?format=api"
        }
    ]
}