GET /api/bet_types/dcbc6245-58f3-4df2-94a4-9e47e270304a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcbc6245-58f3-4df2-94a4-9e47e270304a",
    "match": "https://api-prod.gambitprofit.com/api/matches/28fe1bf0-c8c2-4f24-b4da-c2ec22468572/?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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "59123130-b1f1-4885-86c5-73f2ee16e3ae",
            "gambit_id": "ec6cb10e-d2e7-40d9-8896-f71475f2a974",
            "last_updated": "2022-10-29T19:02:21.471905-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbc6245-58f3-4df2-94a4-9e47e270304a/?format=api"
        },
        {
            "id": "ea359843-77e7-4b06-ad4e-afbc9e4ccf3b",
            "gambit_id": "1a4a03cb-a005-4efc-ad6b-3d7a4423c601",
            "last_updated": "2022-10-29T19:02:21.470949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbc6245-58f3-4df2-94a4-9e47e270304a/?format=api"
        }
    ]
}