GET /api/bet_types/aeaab013-92d1-4b46-b354-38e58b598c3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aeaab013-92d1-4b46-b354-38e58b598c3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2e23faa-7679-4fde-8acb-fcac17c509a6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:18:05.622474-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 33.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 33.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5580d7b9-1f1c-4e31-afe4-6e93ec3192fe",
            "gambit_id": "ae9f404e-cdd7-465f-b9ed-dc3ee252f308",
            "last_updated": "2023-12-11T19:43:21.907525-05:00",
            "created_at": "2023-12-06T09:18:05.626231-05:00",
            "name": "Game Total Over 33.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "33.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aeaab013-92d1-4b46-b354-38e58b598c3c/?format=api"
        },
        {
            "id": "526c6dde-65ce-44d0-8c51-9cde6ed7ec0b",
            "gambit_id": "5ea26460-629b-44c4-871f-dc632cfc2b23",
            "last_updated": "2023-12-11T19:43:21.911117-05:00",
            "created_at": "2023-12-06T09:18:05.631272-05:00",
            "name": "Game Total Under 33.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "33.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aeaab013-92d1-4b46-b354-38e58b598c3c/?format=api"
        }
    ]
}