GET /api/bet_types/e28d8eee-395a-4899-b790-5f1256d5133e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e28d8eee-395a-4899-b790-5f1256d5133e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1f95da3-8722-4586-ad2f-3e5d93cab13b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T09:32:59.460951-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 Yankees",
                "amount": 5512.0
            },
            {
                "team": "Detroit Tigers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "c11e89d1-618b-409c-bb51-a889e21ffb9d",
            "gambit_id": "97ada8fe-403c-4e92-b82f-03ae04bcf999",
            "last_updated": "2023-08-31T19:23:21.551255-04:00",
            "created_at": "2023-08-30T09:32:59.465094-04:00",
            "name": "New York Yankees",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e28d8eee-395a-4899-b790-5f1256d5133e/?format=api"
        },
        {
            "id": "ba36aa6c-632e-4b6d-b120-ac3ea58469d8",
            "gambit_id": "c659b5df-0c41-4212-a723-52daeb2fa4e5",
            "last_updated": "2023-08-31T19:23:21.554475-04:00",
            "created_at": "2023-08-30T09:32:59.470070-04:00",
            "name": "Detroit Tigers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e28d8eee-395a-4899-b790-5f1256d5133e/?format=api"
        }
    ]
}