GET /api/bet_types/82fc63bf-f74e-42dd-a614-b6b91ada3c76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82fc63bf-f74e-42dd-a614-b6b91ada3c76",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e7b627-083b-4b94-ab22-803270b6d40f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T09:31:49.418506-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": "Colorado Avalanche",
                "amount": 5939.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "399308e6-32fd-44a1-bee1-830005f969ff",
            "gambit_id": "d429d9d0-b69a-40fb-a384-0083dce6dd08",
            "last_updated": "2023-03-21T10:52:10.264332-04:00",
            "created_at": "2023-03-20T09:31:49.420717-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82fc63bf-f74e-42dd-a614-b6b91ada3c76/?format=api"
        },
        {
            "id": "e3c72eef-db72-427d-bfb1-879b53e383be",
            "gambit_id": "f5e57a90-6de2-4275-aaf0-8e7d687b9107",
            "last_updated": "2023-03-21T10:52:10.262667-04:00",
            "created_at": "2023-03-20T09:31:49.422884-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82fc63bf-f74e-42dd-a614-b6b91ada3c76/?format=api"
        }
    ]
}