GET /api/bet_types/99f20b18-bacc-44ec-8815-82a7899717cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99f20b18-bacc-44ec-8815-82a7899717cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6184aab-67a0-421c-bbdf-dc968972ac5e/?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": "San Jose State",
                "amount": 5000.0
            },
            {
                "team": "Fresno State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "892d4c2f-0a9b-4e4b-80ff-dde36252ae9b",
            "gambit_id": "71f668af-2ae3-4a0f-9db8-0a0c17ead062",
            "last_updated": "2022-10-17T10:01:53.423422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f20b18-bacc-44ec-8815-82a7899717cd/?format=api"
        },
        {
            "id": "00b9ef10-3a06-4598-bdc1-f46da7771254",
            "gambit_id": "045b9a23-b5f6-4da5-9843-c633d7cb96be",
            "last_updated": "2022-10-17T10:01:53.422431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f20b18-bacc-44ec-8815-82a7899717cd/?format=api"
        }
    ]
}