GET /api/bet_types/f0526d6a-f5e7-47f2-80f2-7b52a934e8bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0526d6a-f5e7-47f2-80f2-7b52a934e8bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c09fc31-1086-4c96-9244-6df2b974fc4e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:11.074140-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": "CIN",
                "amount": 5213.0
            },
            {
                "team": "ATL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "13bce08c-7e3d-49eb-918f-1be152f11809",
            "gambit_id": "02924148-306e-427c-9982-f72a36c3885d",
            "last_updated": "2023-06-26T10:23:06.694857-04:00",
            "created_at": "2023-06-23T09:28:11.077448-04:00",
            "name": "CIN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0526d6a-f5e7-47f2-80f2-7b52a934e8bf/?format=api"
        },
        {
            "id": "fb9269ee-8ed1-4fa1-a8f8-b9f163063e37",
            "gambit_id": "bfcbf27a-43d4-475c-8ee8-a1f0f14e596a",
            "last_updated": "2023-06-26T10:23:06.692323-04:00",
            "created_at": "2023-06-23T09:28:11.075816-04:00",
            "name": "ATL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0526d6a-f5e7-47f2-80f2-7b52a934e8bf/?format=api"
        }
    ]
}