GET /api/bet_types/f6a130af-391a-4abb-b0ab-798e0d366f1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6a130af-391a-4abb-b0ab-798e0d366f1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e279ea51-3221-4a45-bf1a-0954701a322d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-27T09:07:22.512024-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2826e4a3-869c-4cd9-944d-2e4349ec6cd5",
            "gambit_id": "44c53178-ebb8-4e5d-b235-410e0cf3a16a",
            "last_updated": "2023-03-28T11:06:56.144678-04:00",
            "created_at": "2023-03-27T09:07:22.520593-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a130af-391a-4abb-b0ab-798e0d366f1f/?format=api"
        },
        {
            "id": "0df2ae66-4907-4776-80f0-38014b4d3186",
            "gambit_id": "0d9f8275-7d7b-4ecb-96c0-75b669460048",
            "last_updated": "2023-03-28T11:06:56.141805-04:00",
            "created_at": "2023-03-27T09:07:22.513882-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a130af-391a-4abb-b0ab-798e0d366f1f/?format=api"
        }
    ]
}