GET /api/bet_types/2eae789c-eae2-40a4-9416-ed127f8482af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2eae789c-eae2-40a4-9416-ed127f8482af",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cfaa6d8-1838-4390-886c-54ac00c83c18/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-27T08:13:18.614970-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": "DET",
                "amount": 5107.0
            },
            {
                "team": "HOU",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9044ac8d-1619-430a-8787-d0d6623855c4",
            "gambit_id": "040de7a7-31a8-4d1e-94d3-4813682f7dc8",
            "last_updated": "2023-08-29T09:08:32.350286-04:00",
            "created_at": "2023-08-27T08:13:18.622915-04:00",
            "name": "DET",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eae789c-eae2-40a4-9416-ed127f8482af/?format=api"
        },
        {
            "id": "322e66bc-dabc-4d3a-9015-5aa52c34dd79",
            "gambit_id": "70ffd19a-f62d-4914-afb4-0349a7b2665f",
            "last_updated": "2023-08-29T09:08:32.345228-04:00",
            "created_at": "2023-08-27T08:13:18.618782-04:00",
            "name": "HOU",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eae789c-eae2-40a4-9416-ed127f8482af/?format=api"
        }
    ]
}