GET /api/bet_types/275427ca-d036-4f7c-aa20-af11a0f26a06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "275427ca-d036-4f7c-aa20-af11a0f26a06",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc5252fe-a99d-4768-94b0-8bbf5f8514ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-27T09:22:56.664586-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "39ae767b-dc85-4037-b002-ed39e062e827",
            "gambit_id": "c667467c-bc3e-4800-b0d7-5509b497d6d7",
            "last_updated": "2023-09-28T18:58:19.529245-04:00",
            "created_at": "2023-09-27T09:22:56.668987-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/275427ca-d036-4f7c-aa20-af11a0f26a06/?format=api"
        },
        {
            "id": "40fcaf0a-5f40-4f68-9b6c-9325672fb0a7",
            "gambit_id": "fe191d17-9ffe-4748-9ee4-d434f2296d1b",
            "last_updated": "2023-09-28T18:58:19.532627-04:00",
            "created_at": "2023-09-27T09:22:56.674169-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/275427ca-d036-4f7c-aa20-af11a0f26a06/?format=api"
        }
    ]
}