GET /api/bet_types/d0a34bee-8b06-4c5e-a449-834650732d47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0a34bee-8b06-4c5e-a449-834650732d47",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2c74a76-04da-4916-b5a0-7841c6475906/?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": "Phoenix Suns",
                "amount": 5106.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "bccc2047-5bd8-4a1b-9221-6433ca1ea1c7",
            "gambit_id": "391a2c36-9f71-467f-a71e-ccf445774bfc",
            "last_updated": "2022-10-26T09:37:06.043872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0a34bee-8b06-4c5e-a449-834650732d47/?format=api"
        },
        {
            "id": "43f965b3-8691-40d2-ba9b-3bec54ad022c",
            "gambit_id": "1ed96fbf-80b7-4ca1-8174-9f7205a57c55",
            "last_updated": "2022-10-26T09:37:06.044883-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0a34bee-8b06-4c5e-a449-834650732d47/?format=api"
        }
    ]
}