GET /api/bet_types/729af9d0-b4ea-4bb3-997a-8ef82a18e8b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "729af9d0-b4ea-4bb3-997a-8ef82a18e8b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a70e284-cfdc-4cc6-be2c-651a92c9bc5e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-05T10:03:21.976036-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0303d9d1-96e3-4d88-8423-a7d9e3662b24",
            "gambit_id": "85ca47a1-6809-4fde-850c-a7e52dbdeecc",
            "last_updated": "2024-02-07T01:52:58.554359-05:00",
            "created_at": "2024-02-05T10:03:21.979652-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/729af9d0-b4ea-4bb3-997a-8ef82a18e8b1/?format=api"
        },
        {
            "id": "5cc7258a-0bc1-4f3b-8bb9-bbc60679e0e0",
            "gambit_id": "ebfab148-c290-4c63-ae94-ba620493e138",
            "last_updated": "2024-02-07T01:52:58.557570-05:00",
            "created_at": "2024-02-05T10:03:21.983303-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/729af9d0-b4ea-4bb3-997a-8ef82a18e8b1/?format=api"
        }
    ]
}