GET /api/bet_types/dbbe6854-62ea-4fab-ac4a-384e2ece46d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbbe6854-62ea-4fab-ac4a-384e2ece46d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/035e9908-f032-468a-a0ab-90dc2b7fa0f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-14T09:33:04.816947-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": "MIL",
                "amount": 6090.0
            },
            {
                "team": "MIA",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "911d6dbc-3d9d-40f3-a530-db910ed89a4e",
            "gambit_id": "808fbfb9-3e10-4874-b929-c80dd53139a8",
            "last_updated": "2023-09-15T16:13:15.536890-04:00",
            "created_at": "2023-09-14T09:33:04.824491-04:00",
            "name": "MIL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbbe6854-62ea-4fab-ac4a-384e2ece46d8/?format=api"
        },
        {
            "id": "71a7b41c-39dc-44be-b108-cff06808a495",
            "gambit_id": "dccb0228-0ea1-484c-a580-23e1df82fad8",
            "last_updated": "2023-09-15T16:13:15.533600-04:00",
            "created_at": "2023-09-14T09:33:04.820471-04:00",
            "name": "MIA",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbbe6854-62ea-4fab-ac4a-384e2ece46d8/?format=api"
        }
    ]
}