GET /api/bet_types/e2edf1ec-6504-4f74-b84d-4d645d3217f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2edf1ec-6504-4f74-b84d-4d645d3217f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7827e41c-64e7-4e58-bec1-2490b144ded8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:02.079084-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": "Philadelphia 76ers",
                "amount": 5094.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c0924a6-143e-4c83-b7b0-6d5a2126144d",
            "gambit_id": "8d7de00b-e011-4ca7-9059-02969bdb5053",
            "last_updated": "2023-11-10T12:38:20.019821-05:00",
            "created_at": "2023-11-08T08:23:02.088310-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2edf1ec-6504-4f74-b84d-4d645d3217f6/?format=api"
        },
        {
            "id": "5f9f8fd4-56da-40db-a787-810af9aedd57",
            "gambit_id": "eed5e70d-2298-4b11-9628-e0db5de4f9b4",
            "last_updated": "2023-11-10T12:38:20.016627-05:00",
            "created_at": "2023-11-08T08:23:02.083091-05:00",
            "name": "Boston Celtics",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2edf1ec-6504-4f74-b84d-4d645d3217f6/?format=api"
        }
    ]
}