GET /api/bet_types/52ff01ef-29ba-4b3a-8d88-0bbe5b4e0e1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52ff01ef-29ba-4b3a-8d88-0bbe5b4e0e1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d011fdea-66ea-4df4-8bcb-f0dd06f18b7d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-28T08:23:04.284092-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a3fe690-9c20-42a8-8b38-a9a0b4807427",
            "gambit_id": "2a75413b-e7b3-4a2c-9d1b-92a9c08dac07",
            "last_updated": "2023-07-29T19:38:27.878115-04:00",
            "created_at": "2023-07-28T08:23:04.288033-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ff01ef-29ba-4b3a-8d88-0bbe5b4e0e1e/?format=api"
        },
        {
            "id": "d4d5c31d-7596-493b-bfbd-c62fc51d10fe",
            "gambit_id": "90fca1de-45fd-4116-b8d3-6f7dbab1b6ab",
            "last_updated": "2023-07-29T19:38:27.881963-04:00",
            "created_at": "2023-07-28T08:23:04.292388-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ff01ef-29ba-4b3a-8d88-0bbe5b4e0e1e/?format=api"
        }
    ]
}