GET /api/bet_types/d2a44661-ef94-49fa-bb3b-dffbb67194f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2a44661-ef94-49fa-bb3b-dffbb67194f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b623d32e-33cd-4b73-a703-e8b1c4ecff1c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:07:01.226831-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 Under 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0fcc9aa-ee17-44c3-baca-b9ff9e019090",
            "gambit_id": "7b752d2f-406f-4adf-bdbe-f13602914848",
            "last_updated": "2023-03-29T13:31:53.511741-04:00",
            "created_at": "2023-03-28T10:07:01.229092-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2a44661-ef94-49fa-bb3b-dffbb67194f4/?format=api"
        },
        {
            "id": "0fd6748d-eebc-4cfc-a178-72422d25b774",
            "gambit_id": "aec63101-cc62-4936-8df5-578c3a2801e8",
            "last_updated": "2023-03-29T13:31:53.514200-04:00",
            "created_at": "2023-03-28T10:07:01.231007-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2a44661-ef94-49fa-bb3b-dffbb67194f4/?format=api"
        }
    ]
}