GET /api/bet_types/73201a59-7e30-4523-82f2-3b4adb065579/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73201a59-7e30-4523-82f2-3b4adb065579",
    "match": "https://api-prod.gambitprofit.com/api/matches/457f59fa-0a36-4baf-8d2f-ce04990da44c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T08:23:22.989736-04: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": "HOU",
                "amount": 6010.0
            },
            {
                "team": "BAL",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2cbd3ba-54a1-49be-84c3-8b14e926fa9d",
            "gambit_id": "c7966879-ded0-4a65-a984-8051975e3c4f",
            "last_updated": "2023-09-22T10:53:05.963610-04:00",
            "created_at": "2023-09-20T08:23:22.998181-04:00",
            "name": "HOU",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73201a59-7e30-4523-82f2-3b4adb065579/?format=api"
        },
        {
            "id": "16212f93-a350-4457-8b07-b4b5bcadc69e",
            "gambit_id": "5028fe74-b991-451b-8cef-5a1218e26338",
            "last_updated": "2023-09-22T10:53:05.960148-04:00",
            "created_at": "2023-09-20T08:23:22.993944-04:00",
            "name": "BAL",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73201a59-7e30-4523-82f2-3b4adb065579/?format=api"
        }
    ]
}