GET /api/bet_types/bcdc1832-e79d-452d-b47f-2d8ba69e7804/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcdc1832-e79d-452d-b47f-2d8ba69e7804",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5c74b11-c1a0-46e8-b2c5-5e374c951d83/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T09:03:21.786517-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": "DET",
                "amount": 6324.0
            },
            {
                "team": "PIT",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f8ad2df-731a-429f-b114-cbd129782155",
            "gambit_id": "6d6c7b24-a0e9-401d-9df3-d41da9979afd",
            "last_updated": "2023-08-02T19:13:00.767790-04:00",
            "created_at": "2023-08-01T09:03:21.793307-04:00",
            "name": "DET",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcdc1832-e79d-452d-b47f-2d8ba69e7804/?format=api"
        },
        {
            "id": "71d90e99-547e-4398-a0a9-bcaa4e6c4fb9",
            "gambit_id": "e91d6b44-9a40-4261-9c8d-1aeff58b0160",
            "last_updated": "2023-08-02T19:13:00.777327-04:00",
            "created_at": "2023-08-01T09:03:21.800341-04:00",
            "name": "PIT",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcdc1832-e79d-452d-b47f-2d8ba69e7804/?format=api"
        }
    ]
}