GET /api/bet_types/eb4ba773-54cf-4d37-90d2-7867365f6dff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb4ba773-54cf-4d37-90d2-7867365f6dff",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f3e56d5-c037-4887-9c38-5d2039a8e04d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T18:16:47.505657-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 Under 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e0b1805-8614-4dbb-b908-ff48d34c599f",
            "gambit_id": "586a32f9-7f3b-4624-ab42-806411337792",
            "last_updated": "2023-04-18T12:12:09.085087-04:00",
            "created_at": "2023-04-16T18:16:47.507330-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4ba773-54cf-4d37-90d2-7867365f6dff/?format=api"
        },
        {
            "id": "977de2f5-e8ea-4ae5-9f45-0b1ef2f43930",
            "gambit_id": "57aa47f5-7aa8-45a2-a3d4-b9fd5744ff43",
            "last_updated": "2023-04-18T12:12:09.088099-04:00",
            "created_at": "2023-04-16T18:16:47.509033-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4ba773-54cf-4d37-90d2-7867365f6dff/?format=api"
        }
    ]
}