GET /api/bet_types/406ec2af-3277-471a-b07c-56828916a3ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "406ec2af-3277-471a-b07c-56828916a3ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e7125ca-56dc-48b4-8f86-bad002cf2337/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T09:03:22.530729-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": "CWS",
                "amount": 5000.0
            },
            {
                "team": "TEX",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cca2756e-5fec-4a1d-a3a2-4729d32eeb59",
            "gambit_id": "68540c7c-3446-44da-9bda-9da5ba7608ae",
            "last_updated": "2023-08-02T19:02:59.216066-04:00",
            "created_at": "2023-08-01T09:03:22.535928-04:00",
            "name": "CWS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/406ec2af-3277-471a-b07c-56828916a3ea/?format=api"
        },
        {
            "id": "2398714f-c236-4b9a-9233-b80a94885f53",
            "gambit_id": "19615ff6-32c1-42ed-bcc0-c864280bc184",
            "last_updated": "2023-08-02T19:02:59.219913-04:00",
            "created_at": "2023-08-01T09:03:22.541657-04:00",
            "name": "TEX",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/406ec2af-3277-471a-b07c-56828916a3ea/?format=api"
        }
    ]
}