GET /api/bet_types/6fd2c1bd-3c64-46df-af53-2426f2ec66f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fd2c1bd-3c64-46df-af53-2426f2ec66f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/164d7d7f-7266-4f52-8c1a-89ac8b6667eb/?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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "191492cb-df75-406f-b162-9822fc1399f6",
            "gambit_id": "20728a9d-277b-4bc5-9094-d5689284dca7",
            "last_updated": "2022-10-24T10:02:10.668771-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fd2c1bd-3c64-46df-af53-2426f2ec66f3/?format=api"
        },
        {
            "id": "c293b6fb-9993-4918-87c9-20d857e11d7f",
            "gambit_id": "54393b53-4bcc-46a0-b1e1-90e5ee6c1184",
            "last_updated": "2022-10-24T10:02:10.667704-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fd2c1bd-3c64-46df-af53-2426f2ec66f3/?format=api"
        }
    ]
}