GET /api/bet_types/ac13ece4-a3c5-4910-9f5d-244d655efa59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac13ece4-a3c5-4910-9f5d-244d655efa59",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc88a5ca-d174-4310-819e-2a6c6715bdc5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-17T09:23:16.557241-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 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "70a104ea-a507-4db1-8ccc-3f27db4c13b0",
            "gambit_id": "181ff2da-da41-4964-89ce-1b70e0436efd",
            "last_updated": "2023-11-18T17:58:23.206149-05:00",
            "created_at": "2023-11-17T09:23:16.562620-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac13ece4-a3c5-4910-9f5d-244d655efa59/?format=api"
        },
        {
            "id": "e9ca2f37-c4a2-4310-8982-b9522e8ebf1f",
            "gambit_id": "b7069016-af72-4abd-b75c-2ec393a2e8cb",
            "last_updated": "2023-11-18T17:58:23.216019-05:00",
            "created_at": "2023-11-17T09:23:16.570507-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac13ece4-a3c5-4910-9f5d-244d655efa59/?format=api"
        }
    ]
}