GET /api/bet_types/58cc5ff1-2a5c-40e7-b7f7-10d9aa4cae06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58cc5ff1-2a5c-40e7-b7f7-10d9aa4cae06",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f71ab55-329e-453a-9fc3-6d15dedddc20/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-14T09:28:03.618031-04: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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf713d5b-c6dc-4b76-913f-d844c9620cf6",
            "gambit_id": "dd320bc6-4540-4292-9b18-c18d851c20e9",
            "last_updated": "2023-10-16T18:03:30.521177-04:00",
            "created_at": "2023-10-14T09:28:03.629921-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58cc5ff1-2a5c-40e7-b7f7-10d9aa4cae06/?format=api"
        },
        {
            "id": "ef01188d-6e6b-4d32-887a-bf06a596c281",
            "gambit_id": "78d4a169-e4f6-4f6e-bd87-c7e7c4b70cb2",
            "last_updated": "2023-10-16T18:03:30.517859-04:00",
            "created_at": "2023-10-14T09:28:03.625377-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58cc5ff1-2a5c-40e7-b7f7-10d9aa4cae06/?format=api"
        }
    ]
}