GET /api/bet_types/85e3042f-db6f-417e-bd2c-08ed6756e2c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85e3042f-db6f-417e-bd2c-08ed6756e2c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/66c242d8-63ae-4e6d-97ff-9422a413586b/?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": "Wyoming",
                "amount": 5000.0
            },
            {
                "team": "Air Force",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb1e3d23-62ea-48ea-8ae8-8b1c7aed65e1",
            "gambit_id": "7c65c951-e514-494e-a313-5df278413764",
            "last_updated": "2022-09-17T16:57:42.823324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85e3042f-db6f-417e-bd2c-08ed6756e2c0/?format=api"
        },
        {
            "id": "b750b7ce-6d77-4ec5-939d-5440bc2dd07e",
            "gambit_id": "0b9e2d83-08f4-4bac-b6c1-91d544fc5f3b",
            "last_updated": "2022-09-17T16:57:42.825568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85e3042f-db6f-417e-bd2c-08ed6756e2c0/?format=api"
        }
    ]
}