GET /api/bet_types/6d9d8cf5-5c9d-4ff8-8a0c-bd1dd14e68af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d9d8cf5-5c9d-4ff8-8a0c-bd1dd14e68af",
    "match": "https://api-prod.gambitprofit.com/api/matches/af759274-134b-4465-b8d9-fc15fba91a6e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:07.078732-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": "Arizona Cardinals",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "87e0bc04-56e7-4fa9-80a9-686720ed6efe",
            "gambit_id": "0c0ac566-3fc6-4d93-9f04-1a850f86209b",
            "last_updated": "2023-11-06T21:18:20.890801-05:00",
            "created_at": "2023-11-02T09:03:07.084186-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d9d8cf5-5c9d-4ff8-8a0c-bd1dd14e68af/?format=api"
        },
        {
            "id": "2d7bee6f-32e5-46e7-8a13-95018eee2f4d",
            "gambit_id": "234a3440-fe79-471a-bd64-9aec98f2b229",
            "last_updated": "2023-11-06T21:18:20.894198-05:00",
            "created_at": "2023-11-02T09:03:07.089698-04:00",
            "name": "Cleveland Browns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d9d8cf5-5c9d-4ff8-8a0c-bd1dd14e68af/?format=api"
        }
    ]
}