GET /api/bet_types/2569cdf8-1f64-4909-9f42-113020a62828/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2569cdf8-1f64-4909-9f42-113020a62828",
    "match": "https://api-prod.gambitprofit.com/api/matches/c069d513-ad68-4164-b48a-fcd6be374561/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-28T08:48:04.115182-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": "CHC",
                "amount": 5699.0
            },
            {
                "team": "PHI",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fc288be-91d1-4351-9637-7d2555d4c2d7",
            "gambit_id": "e4502d0b-8617-465b-9a6e-c20ddaad223d",
            "last_updated": "2023-06-29T10:33:12.847537-04:00",
            "created_at": "2023-06-28T08:48:04.119597-04:00",
            "name": "CHC",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2569cdf8-1f64-4909-9f42-113020a62828/?format=api"
        },
        {
            "id": "6f43d2c4-9ef2-4877-8c70-95bf94ba256b",
            "gambit_id": "5e8e1ec7-77b6-410c-8472-16f5b42ceeab",
            "last_updated": "2023-06-29T10:33:12.845408-04:00",
            "created_at": "2023-06-28T08:48:04.117409-04:00",
            "name": "PHI",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2569cdf8-1f64-4909-9f42-113020a62828/?format=api"
        }
    ]
}