GET /api/bet_types/cae77a5e-a8e4-4df0-b3df-b5ea2a2e3cd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cae77a5e-a8e4-4df0-b3df-b5ea2a2e3cd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4451c718-9a6d-4217-a99b-46b63d345c99/?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 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "03c7ea35-0900-436a-8138-1c753e6555e4",
            "gambit_id": "b71b9cdf-9b67-4cf8-b074-e3335513084e",
            "last_updated": "2022-11-11T21:22:05.315135-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae77a5e-a8e4-4df0-b3df-b5ea2a2e3cd6/?format=api"
        },
        {
            "id": "1ea31df4-1868-4adf-9366-2c17b6c01575",
            "gambit_id": "8b09243b-6eac-478f-8dd8-0212aa755e1e",
            "last_updated": "2022-11-11T21:22:05.316276-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae77a5e-a8e4-4df0-b3df-b5ea2a2e3cd6/?format=api"
        }
    ]
}