GET /api/bet_types/8323006d-55a6-4b0b-8ade-0e24b359ebfe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8323006d-55a6-4b0b-8ade-0e24b359ebfe",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c457eab-51bc-4e93-a3c3-7d741dc0ec7c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:12.963267-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": "Miami-Florida",
                "amount": 5107.0
            },
            {
                "team": "Drake",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2589fb1a-021e-4889-a287-dc72fc3cf104",
            "gambit_id": "c5af2bea-1e74-4692-ba1f-342a5bdfe7cb",
            "last_updated": "2023-03-18T11:37:36.798651-04:00",
            "created_at": "2023-03-14T19:52:12.965078-04:00",
            "name": "Miami-Florida",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8323006d-55a6-4b0b-8ade-0e24b359ebfe/?format=api"
        },
        {
            "id": "07329380-7acd-433e-a1da-7fe682cd1411",
            "gambit_id": "66ff9e38-1cb2-4a2a-89c0-6c819604bd72",
            "last_updated": "2023-03-18T11:37:36.800580-04:00",
            "created_at": "2023-03-14T19:52:12.967016-04:00",
            "name": "Drake",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8323006d-55a6-4b0b-8ade-0e24b359ebfe/?format=api"
        }
    ]
}