GET /api/bet_types/18cdaf7b-68c6-4112-83cc-a2cbceeb556e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18cdaf7b-68c6-4112-83cc-a2cbceeb556e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0cf5f36-8431-47da-8bd9-f7de2c6011f1/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f378a6d-e0c8-4425-a8c7-031354347305",
            "gambit_id": "5f9bb942-1d30-4035-bb2f-7095f17622c0",
            "last_updated": "2022-10-22T09:17:33.907012-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18cdaf7b-68c6-4112-83cc-a2cbceeb556e/?format=api"
        },
        {
            "id": "ee656455-01ae-427c-982c-c5e6509c2f71",
            "gambit_id": "37f1692b-6bd4-4e83-9681-a5bcd2f3a2db",
            "last_updated": "2022-10-22T09:17:33.905985-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18cdaf7b-68c6-4112-83cc-a2cbceeb556e/?format=api"
        }
    ]
}