GET /api/bet_types/979122f6-1bfd-4d70-91c3-3b85a707a8b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "979122f6-1bfd-4d70-91c3-3b85a707a8b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/571ddda9-20d3-4e96-a446-e8b8f96886bd/?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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "97bf3a16-42f2-4570-8b18-756fbb0ce1b0",
            "gambit_id": "15bbf0ca-eb8f-4fd8-9171-922ed050798e",
            "last_updated": "2022-08-14T13:52:16.317583-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/979122f6-1bfd-4d70-91c3-3b85a707a8b7/?format=api"
        },
        {
            "id": "de43c1fc-461e-465f-892f-d69ad947f616",
            "gambit_id": "fcd7475e-9dca-482a-929f-ba99737ba484",
            "last_updated": "2022-08-14T13:52:16.317988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/979122f6-1bfd-4d70-91c3-3b85a707a8b7/?format=api"
        }
    ]
}