GET /api/bet_types/ab634827-19b2-46ff-b6d1-b84d0f526cab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab634827-19b2-46ff-b6d1-b84d0f526cab",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a08aea4-9260-41ad-b1e2-839824a9f183/?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": "Detroit Red Wings",
                "amount": 5304.0
            },
            {
                "team": "New York Rangers",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "bbde68ee-0193-4bb3-ae1e-76016491f729",
            "gambit_id": "a6837dfd-5dec-469c-a563-ccfce50ab6f6",
            "last_updated": "2022-11-08T11:07:37.488540-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab634827-19b2-46ff-b6d1-b84d0f526cab/?format=api"
        },
        {
            "id": "60e6dcc2-0884-45f8-8234-0b15f8c25491",
            "gambit_id": "c2b9891f-68fd-4981-ab06-55c8ee5b7bc4",
            "last_updated": "2022-11-08T11:07:37.487402-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab634827-19b2-46ff-b6d1-b84d0f526cab/?format=api"
        }
    ]
}