GET /api/bet_types/775b9f86-9d5b-4140-a2e5-8c15f1cc5c6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "775b9f86-9d5b-4140-a2e5-8c15f1cc5c6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a895f43-d89b-4fc0-b4b7-2897a58df807/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-25T09:28:23.972534-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "28443147-513c-4cd2-87c7-e33df53d7c40",
            "gambit_id": "6d9d1484-b11d-41b2-9beb-ffb7d1bce709",
            "last_updated": "2023-06-26T20:13:26.102274-04:00",
            "created_at": "2023-06-25T09:28:23.973912-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/775b9f86-9d5b-4140-a2e5-8c15f1cc5c6b/?format=api"
        },
        {
            "id": "ffd609fc-08d0-4f35-86ec-51ddf44e0735",
            "gambit_id": "4ef78522-68e0-45b3-87af-d757a0d1f55d",
            "last_updated": "2023-06-26T20:13:26.103732-04:00",
            "created_at": "2023-06-25T09:28:23.975450-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/775b9f86-9d5b-4140-a2e5-8c15f1cc5c6b/?format=api"
        }
    ]
}