GET /api/bet_types/3194e2bb-1362-4399-8386-72a3a65909f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3194e2bb-1362-4399-8386-72a3a65909f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd4940e6-5536-40d7-9fe6-d581a4108a0a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:09.065802-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": "Memphis Grizzlies",
                "amount": 5094.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "44257fbc-5874-4e9b-bb2c-0e5d599c93bb",
            "gambit_id": "c8f279a9-2f2c-44f2-9330-e3533e682f43",
            "last_updated": "2023-10-26T10:43:09.610680-04:00",
            "created_at": "2023-10-25T09:13:09.080405-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3194e2bb-1362-4399-8386-72a3a65909f2/?format=api"
        },
        {
            "id": "c1d4dd6d-bfb1-413b-88a0-af049493c033",
            "gambit_id": "86be1737-66a4-485f-a515-e3faf3ea34b3",
            "last_updated": "2023-10-26T10:43:09.606575-04:00",
            "created_at": "2023-10-25T09:13:09.073197-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3194e2bb-1362-4399-8386-72a3a65909f2/?format=api"
        }
    ]
}