GET /api/bet_types/dffd5bcd-87f6-4c1e-8c08-3c67c949ccd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dffd5bcd-87f6-4c1e-8c08-3c67c949ccd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/74c957c9-cca2-4b77-896e-467d413a0feb/?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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b797e2a6-04e0-4a0a-8e17-85c5e1b4404f",
            "gambit_id": "fa2cec62-974b-4c70-8b5a-3a2e3bd9856f",
            "last_updated": "2022-11-15T11:07:19.191129-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dffd5bcd-87f6-4c1e-8c08-3c67c949ccd1/?format=api"
        },
        {
            "id": "c9dc1876-cea5-487b-a3a9-acce25a899e7",
            "gambit_id": "17b71dd3-0f27-4ebf-9769-1e73f5de92ab",
            "last_updated": "2022-11-15T11:07:19.190148-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dffd5bcd-87f6-4c1e-8c08-3c67c949ccd1/?format=api"
        }
    ]
}