GET /api/bet_types/24682616-f03c-4b1c-808e-a8ff3ac480f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24682616-f03c-4b1c-808e-a8ff3ac480f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1afc9d4-3ffc-474d-bd33-1bf82d25a870/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-01T09:26:46.743930-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a42fffb-f535-4c59-b2e0-b5da9b3d8f63",
            "gambit_id": "13758ece-b5bb-4c6e-a01a-164cf160bc69",
            "last_updated": "2023-02-02T10:37:04.005686-05:00",
            "created_at": "2023-02-01T09:26:46.745286-05:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24682616-f03c-4b1c-808e-a8ff3ac480f8/?format=api"
        },
        {
            "id": "9d874ac1-0cac-491a-8e1c-ac358fd3c70d",
            "gambit_id": "5d8a4b54-8f1c-4a15-95f1-95e60befe475",
            "last_updated": "2023-02-02T10:37:04.006887-05:00",
            "created_at": "2023-02-01T09:26:46.746702-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24682616-f03c-4b1c-808e-a8ff3ac480f8/?format=api"
        }
    ]
}