GET /api/bet_types/7cdc3c98-8827-47ba-8437-f87178ef4643/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cdc3c98-8827-47ba-8437-f87178ef4643",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b239fa6-499e-4fdf-8729-225d61a93b7c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-14T09:28:02.732397-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 Over 5.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b9e7128-cdd4-47a6-ae50-dc72f0229caf",
            "gambit_id": "0202089a-68c7-4ab5-bb66-a6212ea4e8a2",
            "last_updated": "2023-10-16T18:13:01.674281-04:00",
            "created_at": "2023-10-14T09:28:02.738526-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cdc3c98-8827-47ba-8437-f87178ef4643/?format=api"
        },
        {
            "id": "e19004d5-5b82-42c2-89f0-aa35561f19d9",
            "gambit_id": "371916fc-bde8-45fd-a832-4f9aab9663c6",
            "last_updated": "2023-10-16T18:13:01.679050-04:00",
            "created_at": "2023-10-14T09:28:02.744557-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cdc3c98-8827-47ba-8437-f87178ef4643/?format=api"
        }
    ]
}