GET /api/bet_types/0649e5bf-b4bf-41e3-8b7d-46c11f96769f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0649e5bf-b4bf-41e3-8b7d-46c11f96769f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbe1f524-0a6d-4ef9-b8ee-a013aff28388/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Marshall",
                "amount": 5000.0
            },
            {
                "team": "James Madison",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "eaabe125-d08e-4b69-98f7-624807a1f814",
            "gambit_id": "19dc3689-71d1-489b-9a92-0473a3fa88b6",
            "last_updated": "2022-10-23T19:37:03.524402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0649e5bf-b4bf-41e3-8b7d-46c11f96769f/?format=api"
        },
        {
            "id": "33f6af7b-105c-475f-95a9-239a304c42e5",
            "gambit_id": "70bd3ecb-33eb-40b4-a239-72e53fe19a6b",
            "last_updated": "2022-10-23T19:37:03.523421-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0649e5bf-b4bf-41e3-8b7d-46c11f96769f/?format=api"
        }
    ]
}