GET /api/bet_types/8db63003-9ab5-44ca-8e8f-a12b40696584/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8db63003-9ab5-44ca-8e8f-a12b40696584",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8b250ce-8c42-4d2c-a8fa-a820b62d7691/?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": "NYM",
                "amount": 6305.0
            },
            {
                "team": "ATL",
                "amount": 3695.0
            }
        ],
        "expected_reward_tokens": 9457.5,
        "profit_sb": -42.5,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "348014fd-b49a-458b-9e2d-7739e4b57f5b",
            "gambit_id": "6438ce16-ee7f-46c9-a393-24c8116742e2",
            "last_updated": "2022-10-03T09:47:09.082715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8db63003-9ab5-44ca-8e8f-a12b40696584/?format=api"
        },
        {
            "id": "79f8ce4e-9ced-42f4-80e2-f1fb0013b8a4",
            "gambit_id": "20b9f516-25bb-4d05-b601-f6c422cec32a",
            "last_updated": "2022-10-03T09:47:09.081608-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.56000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8db63003-9ab5-44ca-8e8f-a12b40696584/?format=api"
        }
    ]
}