GET /api/bet_types/e7032392-6f30-4f12-8314-08f2d6629622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7032392-6f30-4f12-8314-08f2d6629622",
    "match": "https://api-prod.gambitprofit.com/api/matches/65d4fe18-0751-4f5f-940f-c9bae012f2c6/?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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b00e5896-7c68-4b1d-96f0-9dd7f1f8d1ba",
            "gambit_id": "fda956bd-4e2b-480e-ab80-34b5779b0f3c",
            "last_updated": "2022-11-19T10:38:43.186395-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7032392-6f30-4f12-8314-08f2d6629622/?format=api"
        },
        {
            "id": "0454fbb1-4260-4e62-9253-51f96a71a5d1",
            "gambit_id": "546398a3-1fc0-4c3c-862e-63e032cb3f48",
            "last_updated": "2022-11-19T10:38:43.185333-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7032392-6f30-4f12-8314-08f2d6629622/?format=api"
        }
    ]
}