GET /api/bet_types/47d6d451-d3a7-436e-aea9-4623d4d3e2ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47d6d451-d3a7-436e-aea9-4623d4d3e2ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/0507d710-a83d-443d-9da7-3152b84249f2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-28T08:23:04.524765-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2de4729-40c5-45a1-8816-fbcbbc3e2560",
            "gambit_id": "464dccb0-69a1-4a86-8206-48718caf6a04",
            "last_updated": "2023-07-29T19:33:34.958658-04:00",
            "created_at": "2023-07-28T08:23:04.529314-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47d6d451-d3a7-436e-aea9-4623d4d3e2ec/?format=api"
        },
        {
            "id": "ceee375c-8a1d-4d12-afc5-abfb93f80285",
            "gambit_id": "eab9083e-e7e8-44f9-9f91-ef80205ad24d",
            "last_updated": "2023-07-29T19:33:34.968798-04:00",
            "created_at": "2023-07-28T08:23:04.534532-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47d6d451-d3a7-436e-aea9-4623d4d3e2ec/?format=api"
        }
    ]
}