GET /api/bet_types/adfebd97-08a8-4286-972c-3eebdcd9d4c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adfebd97-08a8-4286-972c-3eebdcd9d4c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc79a63c-74da-4eee-9859-ad9a417d123c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:57.935011-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": "Chicago Bulls",
                "amount": 5094.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "89ca892d-0d3a-4582-8854-a509ccfd6a17",
            "gambit_id": "82fd72a6-c9fe-40d8-b26c-e33157a970eb",
            "last_updated": "2023-11-13T19:38:25.232969-05:00",
            "created_at": "2023-11-12T09:32:57.944700-05:00",
            "name": "Chicago Bulls",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adfebd97-08a8-4286-972c-3eebdcd9d4c2/?format=api"
        },
        {
            "id": "0371ae53-ac19-408b-92d8-79b6c45b9e73",
            "gambit_id": "6454d1ad-0c93-4b33-95c2-96c9db680928",
            "last_updated": "2023-11-13T19:38:25.223276-05:00",
            "created_at": "2023-11-12T09:32:57.939262-05:00",
            "name": "Detroit Pistons",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adfebd97-08a8-4286-972c-3eebdcd9d4c2/?format=api"
        }
    ]
}