GET /api/bet_types/1b84fab5-fb73-499a-9ddf-b3ab3d9def25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b84fab5-fb73-499a-9ddf-b3ab3d9def25",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfd5493f-7fb6-4137-a8b1-11ddd97b8d8d/?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": "UNLV",
                "amount": 5000.0
            },
            {
                "team": "Fresno State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d62444ec-33cf-4c17-b98b-761877d7d30a",
            "gambit_id": "01ad33c0-64e0-4467-862e-777c479d815b",
            "last_updated": "2022-11-12T09:13:10.469937-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b84fab5-fb73-499a-9ddf-b3ab3d9def25/?format=api"
        },
        {
            "id": "41d0a577-2902-4e7a-a196-1f1b99cad2d5",
            "gambit_id": "37185383-3dae-4b03-a8d8-98aa529ba3cd",
            "last_updated": "2022-11-12T09:13:10.470947-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b84fab5-fb73-499a-9ddf-b3ab3d9def25/?format=api"
        }
    ]
}