GET /api/bet_types/f9ad1e11-6117-40b3-a43f-fd3c4b89fa07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9ad1e11-6117-40b3-a43f-fd3c4b89fa07",
    "match": "https://api-prod.gambitprofit.com/api/matches/625fee5d-5677-427a-961f-cf6f662847e8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T09:28:04.364304-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": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "90a78218-714b-473f-9a14-fa03b77be854",
            "gambit_id": "af6a9a3f-7f5b-48fb-aee0-86f641c1abc5",
            "last_updated": "2023-08-21T10:33:12.843885-04:00",
            "created_at": "2023-08-19T09:28:04.368851-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9ad1e11-6117-40b3-a43f-fd3c4b89fa07/?format=api"
        },
        {
            "id": "dc9a9b2b-3a7c-4fd5-a6ec-9f4468776e48",
            "gambit_id": "b3465e8f-31f2-4e1f-8610-b92fd112f051",
            "last_updated": "2023-08-21T10:33:12.847143-04:00",
            "created_at": "2023-08-19T09:28:04.373209-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9ad1e11-6117-40b3-a43f-fd3c4b89fa07/?format=api"
        }
    ]
}