GET /api/bet_types/ec0beac5-f732-4813-8373-ca02dccbd39e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec0beac5-f732-4813-8373-ca02dccbd39e",
    "match": "https://api-prod.gambitprofit.com/api/matches/383fb06e-f46d-406a-836a-c6d7f6a42714/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:02.662499-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": "Buffalo Sabres",
                "amount": 5213.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e24bf2c2-965f-4758-b5bb-ab1d7f1949ba",
            "gambit_id": "ebcd3e58-0138-4588-99bc-3c4c5b2fbba8",
            "last_updated": "2023-03-14T13:41:56.256676-04:00",
            "created_at": "2023-03-13T09:22:02.665454-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec0beac5-f732-4813-8373-ca02dccbd39e/?format=api"
        },
        {
            "id": "b6ec9306-c639-43a9-bf28-906f1191672c",
            "gambit_id": "5ae76307-373f-4643-8452-c760a2b465bd",
            "last_updated": "2023-03-14T13:41:56.255080-04:00",
            "created_at": "2023-03-13T09:22:02.663952-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec0beac5-f732-4813-8373-ca02dccbd39e/?format=api"
        }
    ]
}