GET /api/bet_types/47f8d5e3-7fc6-4f76-b40c-d3798a7ba5e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47f8d5e3-7fc6-4f76-b40c-d3798a7ba5e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b6de86b-d535-4031-85f6-9cf380aad52e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-21T09:03:04.186831-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": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd9d4c7c-ab51-49c4-b1ff-96fddea11353",
            "gambit_id": "1d703416-8f6f-4828-9b76-dea6ba4daea9",
            "last_updated": "2023-11-22T09:48:26.377015-05:00",
            "created_at": "2023-11-21T09:03:04.191129-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47f8d5e3-7fc6-4f76-b40c-d3798a7ba5e5/?format=api"
        },
        {
            "id": "78543162-8338-4b58-8d92-56a638e207db",
            "gambit_id": "8e04c5ca-f3fd-4120-909a-1a57ca47e1cc",
            "last_updated": "2023-11-22T09:48:26.381921-05:00",
            "created_at": "2023-11-21T09:03:04.195164-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47f8d5e3-7fc6-4f76-b40c-d3798a7ba5e5/?format=api"
        }
    ]
}