GET /api/bet_types/3ca2d5e7-f297-4054-a478-7ae57e5179c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ca2d5e7-f297-4054-a478-7ae57e5179c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bcbe017-7694-4d2c-80c3-7c0d66d5839a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T08:23:02.564633-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": "LAA",
                "amount": 5319.0
            },
            {
                "team": "TOR",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5bfab49-3a6b-4cfd-b4f0-c4d7a7c6d4fe",
            "gambit_id": "a9158464-362d-4a85-8977-aa49ad9eec00",
            "last_updated": "2023-07-29T19:43:34.621068-04:00",
            "created_at": "2023-07-28T08:23:02.573157-04:00",
            "name": "LAA",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca2d5e7-f297-4054-a478-7ae57e5179c5/?format=api"
        },
        {
            "id": "0eb60a8e-fb1d-4fd9-8df0-ec19c91912f9",
            "gambit_id": "1bcd1c56-60bb-44cc-888c-6f3486470d84",
            "last_updated": "2023-07-29T19:43:34.624869-04:00",
            "created_at": "2023-07-28T08:23:02.577660-04:00",
            "name": "TOR",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca2d5e7-f297-4054-a478-7ae57e5179c5/?format=api"
        }
    ]
}