GET /api/bet_types/7d909fd4-c697-4d9a-9149-4e157679c233/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d909fd4-c697-4d9a-9149-4e157679c233",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6a6b118-82b7-4f58-9506-c83d84d8d145/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T10:06:48.472205-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec988a7e-6d84-43a0-b5f0-1e00d9e81dc4",
            "gambit_id": "82b4bbce-d9a1-4507-9342-0ba18abcf9e4",
            "last_updated": "2023-01-12T15:37:06.460769-05:00",
            "created_at": "2023-01-11T10:06:48.475043-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d909fd4-c697-4d9a-9149-4e157679c233/?format=api"
        },
        {
            "id": "46607dde-5d6a-465b-babe-e4fb891bcb12",
            "gambit_id": "3f39fc00-6bea-4119-a947-ee82c819dcca",
            "last_updated": "2023-01-12T15:37:06.459624-05:00",
            "created_at": "2023-01-11T10:06:48.473748-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d909fd4-c697-4d9a-9149-4e157679c233/?format=api"
        }
    ]
}