GET /api/bet_types/18f9cc02-a4ea-40df-afdb-24f1d459af83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18f9cc02-a4ea-40df-afdb-24f1d459af83",
    "match": "https://api-prod.gambitprofit.com/api/matches/74c0bc32-1396-4dba-8ba5-ec2807b52343/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Columbus Blue Jackets",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4422197-4943-401d-8989-ad7d700410e0",
            "gambit_id": "34e1c074-d3b5-471e-ae0d-b23c3e7d775a",
            "last_updated": "2022-11-11T21:37:25.870603-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f9cc02-a4ea-40df-afdb-24f1d459af83/?format=api"
        },
        {
            "id": "1320b419-06a9-4688-b869-9ce2b3e87f5d",
            "gambit_id": "6382fc6e-35d3-4acb-8c2c-e4f4bdf3346f",
            "last_updated": "2022-11-11T21:37:25.871516-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f9cc02-a4ea-40df-afdb-24f1d459af83/?format=api"
        }
    ]
}