GET /api/bet_types/3a46369e-f588-413b-ba71-a7cec55029bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a46369e-f588-413b-ba71-a7cec55029bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/be6a45d8-a975-46c6-b140-fb4c0ec767c9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:10.334013-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": "Washington Capitals",
                "amount": 5939.0
            },
            {
                "team": "New York Rangers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "718c0c3a-07ee-49d2-bba7-96056d384b98",
            "gambit_id": "fda5f329-64a6-40a8-b5ab-a571b7bda2fb",
            "last_updated": "2023-03-15T14:07:07.275860-04:00",
            "created_at": "2023-03-14T09:37:10.336924-04:00",
            "name": "Washington Capitals",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a46369e-f588-413b-ba71-a7cec55029bc/?format=api"
        },
        {
            "id": "73b3e879-1d21-4883-a093-613210baff5f",
            "gambit_id": "3b82e7d7-0382-4d30-940c-df33119e5eae",
            "last_updated": "2023-03-15T14:07:07.274709-04:00",
            "created_at": "2023-03-14T09:37:10.335490-04:00",
            "name": "New York Rangers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a46369e-f588-413b-ba71-a7cec55029bc/?format=api"
        }
    ]
}