GET /api/bet_types/dd14395c-5c69-4399-afb3-a2284ef8fe0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd14395c-5c69-4399-afb3-a2284ef8fe0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/826c0490-734d-4afe-8a94-89edc4162bcb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-15T08:58:23.775819-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": "Game Total Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2666c465-aa23-4275-888f-c0b761407197",
            "gambit_id": "0a53142f-9eca-4f26-8af2-f754ca165f3e",
            "last_updated": "2023-08-17T13:33:13.324499-04:00",
            "created_at": "2023-08-15T08:58:23.780570-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd14395c-5c69-4399-afb3-a2284ef8fe0e/?format=api"
        },
        {
            "id": "b9032b4d-f6da-4179-bfa9-bef9c0b77250",
            "gambit_id": "6ca5f072-a1eb-475f-b0d2-0be494b59ca8",
            "last_updated": "2023-08-17T13:33:13.327820-04:00",
            "created_at": "2023-08-15T08:58:23.785414-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd14395c-5c69-4399-afb3-a2284ef8fe0e/?format=api"
        }
    ]
}