GET /api/bet_types/da883218-c394-4438-ace1-f1bbf804d8d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da883218-c394-4438-ace1-f1bbf804d8d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc0657e0-3dfc-4560-9ade-78dd9861a2e2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-20T08:43:02.989985-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": "ATL",
                "amount": 5213.0
            },
            {
                "team": "SFO",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bc83c09-103d-43d5-ba35-dd8f52e15b14",
            "gambit_id": "4c943cd4-a48a-4760-953f-133b10506652",
            "last_updated": "2023-08-21T19:38:24.485680-04:00",
            "created_at": "2023-08-20T08:43:02.999091-04:00",
            "name": "ATL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da883218-c394-4438-ace1-f1bbf804d8d1/?format=api"
        },
        {
            "id": "1031eef0-b17d-451f-9221-1d2ef329378d",
            "gambit_id": "8fcbc8b2-dc93-46b5-a880-8be8f0bfc463",
            "last_updated": "2023-08-21T19:38:24.482352-04:00",
            "created_at": "2023-08-20T08:43:02.994315-04:00",
            "name": "SFO",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da883218-c394-4438-ace1-f1bbf804d8d1/?format=api"
        }
    ]
}