GET /api/bet_types/8ee1731f-bb8d-4adb-946e-ceaeacbd090f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ee1731f-bb8d-4adb-946e-ceaeacbd090f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c388846-ac81-4a4a-97fc-bd9faad74bdf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T11:22:14.377185-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": "Detroit Red Wings",
                "amount": 6326.0
            },
            {
                "team": "New York Rangers",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "f953891c-053d-4769-bd84-3839b947a4a2",
            "gambit_id": "0b660beb-cadc-4120-afc4-c56b1b475e42",
            "last_updated": "2023-02-24T12:46:55.434098-05:00",
            "created_at": "2023-02-23T11:22:14.378493-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee1731f-bb8d-4adb-946e-ceaeacbd090f/?format=api"
        },
        {
            "id": "761251ef-bee3-4e39-8c05-79a721d94036",
            "gambit_id": "4a906ac0-efe7-4cb4-86cc-41c1117c4db4",
            "last_updated": "2023-02-24T12:46:55.435255-05:00",
            "created_at": "2023-02-23T11:22:14.379799-05:00",
            "name": "New York Rangers",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee1731f-bb8d-4adb-946e-ceaeacbd090f/?format=api"
        }
    ]
}