GET /api/bet_types/a362ecd7-a4e9-44f0-ad27-cf73bbf3e53f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a362ecd7-a4e9-44f0-ad27-cf73bbf3e53f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bbc12f9-5dd7-4782-bd51-00170ea56756/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:05.198814-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": "Vancouver Canucks",
                "amount": 6449.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "7afe1f6a-f4ba-425c-b835-235fef511423",
            "gambit_id": "e20ae634-7469-4525-83b0-3cbc1b3a667e",
            "last_updated": "2023-12-23T14:53:21.407101-05:00",
            "created_at": "2023-12-21T09:13:05.202407-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a362ecd7-a4e9-44f0-ad27-cf73bbf3e53f/?format=api"
        },
        {
            "id": "b3151905-d709-4c6c-99a3-93a2256c2f4d",
            "gambit_id": "011d2e77-f66c-4306-9e2b-4102c0765998",
            "last_updated": "2023-12-23T14:53:21.411146-05:00",
            "created_at": "2023-12-21T09:13:05.206147-05:00",
            "name": "Dallas Stars",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a362ecd7-a4e9-44f0-ad27-cf73bbf3e53f/?format=api"
        }
    ]
}