GET /api/bet_types/4f7ce0ce-d16a-4d5a-8f13-705caf3adacd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f7ce0ce-d16a-4d5a-8f13-705caf3adacd",
    "match": "https://api-prod.gambitprofit.com/api/matches/df2c6646-b508-4402-a49c-3f0f84dd05c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:03.854390-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": "New York Giants",
                "amount": 5107.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8bf266a-e3cd-401d-87df-6ff253f440be",
            "gambit_id": "01f3fe98-9b9e-4e95-9189-9c9e0fe313a2",
            "last_updated": "2023-08-21T19:48:13.747458-04:00",
            "created_at": "2023-08-17T13:03:03.865175-04:00",
            "name": "New York Giants",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7ce0ce-d16a-4d5a-8f13-705caf3adacd/?format=api"
        },
        {
            "id": "4e6ad3be-0e60-4a91-9b04-6e7042f48750",
            "gambit_id": "e24790c7-1060-421c-8aa2-932dec635f93",
            "last_updated": "2023-08-21T19:48:13.742705-04:00",
            "created_at": "2023-08-17T13:03:03.860501-04:00",
            "name": "Carolina Panthers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7ce0ce-d16a-4d5a-8f13-705caf3adacd/?format=api"
        }
    ]
}