GET /api/bet_types/40a475b8-5cf3-40c9-98f4-046b2be28ebc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40a475b8-5cf3-40c9-98f4-046b2be28ebc",
    "match": "https://api-prod.gambitprofit.com/api/matches/da24cc27-cb87-46bf-a8eb-e3ac1af03dd2/?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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dee822ec-3e4b-4df2-9338-c7a55fa898ed",
            "gambit_id": "253e22c5-3593-4484-8581-89907a9818ca",
            "last_updated": "2022-12-08T13:02:14.182249-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40a475b8-5cf3-40c9-98f4-046b2be28ebc/?format=api"
        },
        {
            "id": "a268818d-000f-4f11-83e1-25da61b4359f",
            "gambit_id": "166afe24-c35a-414c-ad6f-c6fc8f434381",
            "last_updated": "2022-12-08T13:02:14.183280-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40a475b8-5cf3-40c9-98f4-046b2be28ebc/?format=api"
        }
    ]
}