GET /api/bet_types/dc2dcf51-f3c7-4636-a444-189daff8238a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc2dcf51-f3c7-4636-a444-189daff8238a",
    "match": "https://api-prod.gambitprofit.com/api/matches/da774ae0-5659-4bd5-a43d-df98ef72992f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-24T09:06:58.860131-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "98bd806b-679c-4951-a9a0-ce53a236ab52",
            "gambit_id": "d5650637-1a68-4d1e-8e79-38d21c182ad8",
            "last_updated": "2023-02-25T17:32:00.290162-05:00",
            "created_at": "2023-02-24T09:06:58.862709-05:00",
            "name": "Game Total Over 227",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2dcf51-f3c7-4636-a444-189daff8238a/?format=api"
        },
        {
            "id": "c2d2a9c8-316a-4c7f-ab8e-53ae3ba90cf8",
            "gambit_id": "d721dea6-b314-4c75-8573-abd1be9ceb97",
            "last_updated": "2023-02-25T17:32:00.289040-05:00",
            "created_at": "2023-02-24T09:06:58.861399-05:00",
            "name": "Game Total Under 227",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2dcf51-f3c7-4636-a444-189daff8238a/?format=api"
        }
    ]
}