GET /api/bet_types/a3661df3-b7b6-44bb-88e3-b0ca931d4997/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3661df3-b7b6-44bb-88e3-b0ca931d4997",
    "match": "https://api-prod.gambitprofit.com/api/matches/6390133d-ad93-4c17-b36e-c60379f3f935/?format=api",
    "name": "Play the Odds",
    "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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "abf5aaac-43e7-41fe-99bf-107e9376f46f",
            "gambit_id": "6cdfcb2a-8060-44e8-8f32-277693404ca8",
            "last_updated": "2022-12-07T09:32:28.603075-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3661df3-b7b6-44bb-88e3-b0ca931d4997/?format=api"
        },
        {
            "id": "848efb1b-0d2b-466d-a3e6-2f152ba61d6b",
            "gambit_id": "fc4bcde4-c38b-4893-8617-b01558c50df1",
            "last_updated": "2022-12-07T09:32:28.604083-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3661df3-b7b6-44bb-88e3-b0ca931d4997/?format=api"
        }
    ]
}