GET /api/bet_types/c2c2bdb2-fb40-4b79-8930-5621cd7c14f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2c2bdb2-fb40-4b79-8930-5621cd7c14f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6da76c47-3f11-4acc-9684-29907e175dfb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T09:13:25.772755-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef74359f-bc4d-4d9f-b137-75663a80c628",
            "gambit_id": "4c56f7dd-777e-4e04-bc1a-87d865e8b56e",
            "last_updated": "2023-09-26T09:22:57.098941-04:00",
            "created_at": "2023-09-24T09:13:25.776194-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c2bdb2-fb40-4b79-8930-5621cd7c14f9/?format=api"
        },
        {
            "id": "678e7d6f-c530-4514-aff6-ce5674dda584",
            "gambit_id": "8110c6eb-3e94-4ff7-bbad-ed730d28c5ce",
            "last_updated": "2023-09-26T09:22:57.102852-04:00",
            "created_at": "2023-09-24T09:13:25.779955-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c2bdb2-fb40-4b79-8930-5621cd7c14f9/?format=api"
        }
    ]
}