GET /api/bet_types/f5700c61-fad6-44ee-a857-143c7aeaee6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5700c61-fad6-44ee-a857-143c7aeaee6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b5b114c-2ffd-4dce-95c5-f00463ff5e3d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:13.602686-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": "Columbus Blue Jackets",
                "amount": 5094.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbf1e776-d79a-4956-8915-f4336d3322a1",
            "gambit_id": "eb2689e5-059a-49c5-a579-f1fea0e2929f",
            "last_updated": "2023-10-31T15:48:08.896708-04:00",
            "created_at": "2023-10-30T08:58:13.606950-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5700c61-fad6-44ee-a857-143c7aeaee6c/?format=api"
        },
        {
            "id": "c1078e9f-7337-4520-94bd-8eedf0fc8e1c",
            "gambit_id": "63225d3a-8085-417b-93d2-7bab599ef86e",
            "last_updated": "2023-10-31T15:48:08.901096-04:00",
            "created_at": "2023-10-30T08:58:13.610792-04:00",
            "name": "Dallas Stars",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5700c61-fad6-44ee-a857-143c7aeaee6c/?format=api"
        }
    ]
}