GET /api/bet_types/d6a4ca14-cb1b-41b7-b94b-a980fe27af92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6a4ca14-cb1b-41b7-b94b-a980fe27af92",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f421144-1fad-46f5-b6a4-55aa65cf00b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-08T14:32:09.295412-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b51cab45-98e1-4a56-bcc2-0a1e0d630567",
            "gambit_id": "7cc9220f-8d98-4ee6-9728-725ec1871b62",
            "last_updated": "2023-02-09T11:12:08.693914-05:00",
            "created_at": "2023-02-08T14:32:09.296719-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a4ca14-cb1b-41b7-b94b-a980fe27af92/?format=api"
        },
        {
            "id": "b6af33a6-ff94-45aa-82af-712b6f3927d5",
            "gambit_id": "37fb34b4-56c6-4454-ba95-05f890bf5013",
            "last_updated": "2023-02-09T11:12:08.695153-05:00",
            "created_at": "2023-02-08T14:32:09.298162-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a4ca14-cb1b-41b7-b94b-a980fe27af92/?format=api"
        }
    ]
}