GET /api/bet_types/c0abe3a5-5b24-44f5-9c7c-54f5714d727f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0abe3a5-5b24-44f5-9c7c-54f5714d727f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b2f3f53-a633-4896-a9e3-824dc6928864/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-20T08:33:20.690593-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.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2c4e5dc-33e6-48ae-95c9-ac6401f6a256",
            "gambit_id": "9261c638-93b6-4215-b899-b1ebc3ba9256",
            "last_updated": "2023-06-27T19:08:27.336389-04:00",
            "created_at": "2023-06-20T08:33:20.693725-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0abe3a5-5b24-44f5-9c7c-54f5714d727f/?format=api"
        },
        {
            "id": "f1aded09-22d1-4a1f-b599-bf8dd10b1fca",
            "gambit_id": "6ea38edc-468d-4dbb-a45f-a7b8f111eea8",
            "last_updated": "2023-06-27T19:08:27.341138-04:00",
            "created_at": "2023-06-20T08:33:20.696402-04:00",
            "name": "Game Total Under 9.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0abe3a5-5b24-44f5-9c7c-54f5714d727f/?format=api"
        }
    ]
}