GET /api/bet_types/9bcad424-4339-416d-a16e-2149b63b7827/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bcad424-4339-416d-a16e-2149b63b7827",
    "match": "https://api-prod.gambitprofit.com/api/matches/36de96fa-76f9-43f5-87d0-7944e79858f7/?format=api",
    "name": "Play the Odds",
    "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": "Virginia",
                "amount": 5000.0
            },
            {
                "team": "Louisville",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f13edc47-2ba0-4a46-9f4d-381e37f30fea",
            "gambit_id": "4d870264-b2a3-4f12-be00-a9ffd397eda0",
            "last_updated": "2022-10-11T10:52:30.383810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bcad424-4339-416d-a16e-2149b63b7827/?format=api"
        },
        {
            "id": "cfff7d45-dd6c-4fb2-b68d-1edfa12ac556",
            "gambit_id": "db9585a3-353d-462a-b001-ce5ea21b9430",
            "last_updated": "2022-10-11T10:52:30.384764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bcad424-4339-416d-a16e-2149b63b7827/?format=api"
        }
    ]
}