GET /api/bet_types/7647f7cd-4c81-42ed-9644-61516247554b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7647f7cd-4c81-42ed-9644-61516247554b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c50845d-d150-4012-ba1b-d9cea395f16e/?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": "Utah State",
                "amount": 5000.0
            },
            {
                "team": "Colorado State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "258a2be8-9db3-40c1-ac72-70595e2f0e17",
            "gambit_id": "8cce3252-72d2-4163-9398-1b870bd1887b",
            "last_updated": "2022-10-17T09:51:54.541771-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7647f7cd-4c81-42ed-9644-61516247554b/?format=api"
        },
        {
            "id": "c6a91f06-a5fd-414c-84f3-92fec5ccddcc",
            "gambit_id": "a94e4854-e629-4b24-8f37-a865de5ec351",
            "last_updated": "2022-10-17T09:51:54.540724-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7647f7cd-4c81-42ed-9644-61516247554b/?format=api"
        }
    ]
}