GET /api/bet_types/6a009146-c27f-4f87-8b3c-1d35fe289770/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a009146-c27f-4f87-8b3c-1d35fe289770",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c2f5ecf-8aaf-41c1-940a-e3835546e28f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-28T09:33:16.066969-05: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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "25a8dc8f-ce5c-4a10-a986-3a1382dbcb82",
            "gambit_id": "bc1473c6-a0f5-49ef-9c38-7344176b5425",
            "last_updated": "2023-11-29T21:58:08.248691-05:00",
            "created_at": "2023-11-28T09:33:16.075960-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a009146-c27f-4f87-8b3c-1d35fe289770/?format=api"
        },
        {
            "id": "a054db39-7b2d-404a-b80a-5ae322c6eda6",
            "gambit_id": "b4c0ea5d-b75a-4473-9676-2f931ac999c7",
            "last_updated": "2023-11-29T21:58:08.245515-05:00",
            "created_at": "2023-11-28T09:33:16.071130-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a009146-c27f-4f87-8b3c-1d35fe289770/?format=api"
        }
    ]
}