GET /api/bet_types/9743f0ed-2fbf-4bf6-97fb-6eb77d5b8c07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9743f0ed-2fbf-4bf6-97fb-6eb77d5b8c07",
    "match": "https://api-prod.gambitprofit.com/api/matches/a512f719-7d9a-4eda-8f8a-bac383b91844/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:12.487526-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": "New York Knicks",
                "amount": 5107.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "455c6afd-314b-4c40-8777-7d3cf5508bf3",
            "gambit_id": "44b79e28-e8ac-4624-87da-431fb391c605",
            "last_updated": "2023-03-15T10:07:08.973232-04:00",
            "created_at": "2023-03-14T09:37:12.490451-04:00",
            "name": "New York Knicks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9743f0ed-2fbf-4bf6-97fb-6eb77d5b8c07/?format=api"
        },
        {
            "id": "87296cb4-d9f1-4ff7-8542-cf5760ebef55",
            "gambit_id": "09334a2f-2efd-41ec-8ee2-f13134448ce6",
            "last_updated": "2023-03-15T10:07:08.971766-04:00",
            "created_at": "2023-03-14T09:37:12.488953-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9743f0ed-2fbf-4bf6-97fb-6eb77d5b8c07/?format=api"
        }
    ]
}