GET /api/bet_types/a41b20df-3114-4fb4-b336-e58519140090/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a41b20df-3114-4fb4-b336-e58519140090",
    "match": "https://api-prod.gambitprofit.com/api/matches/683ed526-c883-4fad-9899-422892c1cea6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:41:49.234846-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 Under 2.5",
                "amount": 5523.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4477.0
            }
        ],
        "expected_reward_tokens": 9222.62,
        "profit_sb": -277.38,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "e78443a9-94bd-4df9-bbbd-dc4173631456",
            "gambit_id": "b9a597b8-2600-41c8-9c33-7a2271209d55",
            "last_updated": "2023-03-13T19:32:14.992254-04:00",
            "created_at": "2023-03-10T08:41:49.236347-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a41b20df-3114-4fb4-b336-e58519140090/?format=api"
        },
        {
            "id": "63d258bb-d880-4e43-b761-fc74b43854b1",
            "gambit_id": "894f2f72-6eb0-497b-ad81-6fc8e0491e65",
            "last_updated": "2023-03-13T19:32:14.993877-04:00",
            "created_at": "2023-03-10T08:41:49.237808-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a41b20df-3114-4fb4-b336-e58519140090/?format=api"
        }
    ]
}