GET /api/bet_types/52cb3649-6135-4c0d-a477-b7f1aea42d9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52cb3649-6135-4c0d-a477-b7f1aea42d9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/32b2ad86-ec6d-4dbb-89df-bc862d36bc9f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-22T10:13:15.742377-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e0b94dd-486b-4a7d-8499-c6171e33de02",
            "gambit_id": "94ededf2-fde0-4ef9-a205-16d240d11140",
            "last_updated": "2023-12-23T21:03:21.697397-05:00",
            "created_at": "2023-12-22T10:13:15.747021-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52cb3649-6135-4c0d-a477-b7f1aea42d9b/?format=api"
        },
        {
            "id": "64c8becf-b1d5-487f-b64c-7b6cfa78f855",
            "gambit_id": "e144a35b-a266-409c-95f3-0187e6a8b479",
            "last_updated": "2023-12-23T21:03:21.700679-05:00",
            "created_at": "2023-12-22T10:13:15.751865-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52cb3649-6135-4c0d-a477-b7f1aea42d9b/?format=api"
        }
    ]
}