GET /api/bet_types/cad1eb5d-912f-4e5d-9e44-37eb8a632324/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cad1eb5d-912f-4e5d-9e44-37eb8a632324",
    "match": "https://api-prod.gambitprofit.com/api/matches/886245c0-4320-4c21-9bd2-6a2898099069/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T10:18:13.323095-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": "Chicago Bears",
                "amount": 5107.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ec9344a-c497-40c9-b343-af9bc4e6c278",
            "gambit_id": "9d526758-99a6-433e-91d2-8db7b3907d88",
            "last_updated": "2023-10-06T09:33:27.973663-04:00",
            "created_at": "2023-10-03T10:18:13.328621-04:00",
            "name": "Chicago Bears",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cad1eb5d-912f-4e5d-9e44-37eb8a632324/?format=api"
        },
        {
            "id": "0c5a8761-bf3e-466d-9ba6-e2c6bbe8f3b5",
            "gambit_id": "c171b9fe-79cb-4435-9cbf-698c702c7838",
            "last_updated": "2023-10-06T09:33:27.977176-04:00",
            "created_at": "2023-10-03T10:18:13.333740-04:00",
            "name": "Washington Commanders",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cad1eb5d-912f-4e5d-9e44-37eb8a632324/?format=api"
        }
    ]
}