GET /api/bet_types/eb000b42-f22d-4cc8-954e-bf0a9fa6038a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb000b42-f22d-4cc8-954e-bf0a9fa6038a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4edf581a-f49f-410d-80df-d63078da6321/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c6685b0-90c5-45ef-98d6-af78c8051a28",
            "gambit_id": "f30f639a-2a61-4f3c-b97f-7c2d5be5cd2f",
            "last_updated": "2022-10-31T11:22:08.964067-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.85000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb000b42-f22d-4cc8-954e-bf0a9fa6038a/?format=api"
        },
        {
            "id": "59051fd3-da84-43fe-a645-14aac6258a63",
            "gambit_id": "1d0855f3-dc1d-45fb-8871-c469975d226d",
            "last_updated": "2022-10-31T11:22:08.965159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.85000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb000b42-f22d-4cc8-954e-bf0a9fa6038a/?format=api"
        }
    ]
}