GET /api/bet_types/ad6ca9e5-bd78-4895-aa11-179367975695/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad6ca9e5-bd78-4895-aa11-179367975695",
    "match": "https://api-prod.gambitprofit.com/api/matches/b36f2a2f-19c0-4e6a-99f2-44491d324d0b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-25T09:33:16.252992-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 Over 242.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 242.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "616a61af-9579-4540-854a-ba9046515709",
            "gambit_id": "854d8b51-8d43-4aab-9b66-c3f3588b26a8",
            "last_updated": "2023-12-26T20:23:08.171197-05:00",
            "created_at": "2023-12-25T09:33:16.257538-05:00",
            "name": "Game Total Over 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad6ca9e5-bd78-4895-aa11-179367975695/?format=api"
        },
        {
            "id": "6326e161-30d2-422f-bd75-67683173d8b9",
            "gambit_id": "6aff3ed6-339e-4497-9090-68a38ded56de",
            "last_updated": "2023-12-26T20:23:08.167256-05:00",
            "created_at": "2023-12-25T09:33:16.263299-05:00",
            "name": "Game Total Under 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad6ca9e5-bd78-4895-aa11-179367975695/?format=api"
        }
    ]
}