GET /api/bet_types/b727286a-d8f7-4e73-bd0d-ef2d52f5d4e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b727286a-d8f7-4e73-bd0d-ef2d52f5d4e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e635ef03-fd2b-4e11-aa80-6326b1383728/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T13:41:48.459233-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "117e83db-ec5d-4ca9-9a1c-02b2456d9935",
            "gambit_id": "acdb73b7-9cb9-4258-95ff-1815f966617e",
            "last_updated": "2023-02-08T09:52:07.436016-05:00",
            "created_at": "2023-02-07T13:41:48.460497-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b727286a-d8f7-4e73-bd0d-ef2d52f5d4e8/?format=api"
        },
        {
            "id": "3c0edf58-5f7c-4a4e-a6c8-6eb7edb591ec",
            "gambit_id": "f5693742-6503-427f-bdbe-27641895533e",
            "last_updated": "2023-02-08T09:52:07.437249-05:00",
            "created_at": "2023-02-07T13:41:48.461848-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b727286a-d8f7-4e73-bd0d-ef2d52f5d4e8/?format=api"
        }
    ]
}