GET /api/bet_types/c8e71ae7-f85c-4781-9ce7-b7703d8e3e63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8e71ae7-f85c-4781-9ce7-b7703d8e3e63",
    "match": "https://api-prod.gambitprofit.com/api/matches/af0000ff-b173-4ff5-bac7-d525e9d1b3b7/?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 Over 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "492af382-1087-43a6-b43c-bb315d1f136a",
            "gambit_id": "23d3cc7f-3adc-458b-b177-a820673cbcd5",
            "last_updated": "2022-11-01T09:57:24.198597-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8e71ae7-f85c-4781-9ce7-b7703d8e3e63/?format=api"
        },
        {
            "id": "4b5506ae-1ebc-4495-9a25-197dafcf8b17",
            "gambit_id": "08d2bb62-8136-4744-911c-8ffc3b725e46",
            "last_updated": "2022-11-01T09:57:24.197466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8e71ae7-f85c-4781-9ce7-b7703d8e3e63/?format=api"
        }
    ]
}