GET /api/bet_types/e1f5ab0b-a346-4eca-ba5b-95cce666624f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1f5ab0b-a346-4eca-ba5b-95cce666624f",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbf2be96-444b-47f6-8da3-1502cf0b1c19/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:51.452326-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "621359cd-e751-4d8d-bef2-8851fddec2c0",
            "gambit_id": "b789decb-4c91-42a9-aa14-3d0de4a3679e",
            "last_updated": "2023-03-24T10:32:18.363571-04:00",
            "created_at": "2023-03-23T09:06:51.453968-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f5ab0b-a346-4eca-ba5b-95cce666624f/?format=api"
        },
        {
            "id": "8ee21493-1501-440e-bbc9-889a49e515cf",
            "gambit_id": "9996b550-9151-42e0-9b60-9ef0d63c6731",
            "last_updated": "2023-03-24T10:32:18.365431-04:00",
            "created_at": "2023-03-23T09:06:51.455889-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f5ab0b-a346-4eca-ba5b-95cce666624f/?format=api"
        }
    ]
}