GET /api/bet_types/bf10f28a-9de1-4fcd-8c25-ba1741172101/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf10f28a-9de1-4fcd-8c25-ba1741172101",
    "match": "https://api-prod.gambitprofit.com/api/matches/38f4ffe8-5cde-4e83-86a4-0aaa9751cb92/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-08T09:36:59.108906-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 2.5",
                "amount": 6714.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9332.24,
        "profit_sb": -167.76,
        "profit_sb_percentage": -1.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "33a01c48-e05f-4b08-876c-06fddee2e58e",
            "gambit_id": "dafef246-3f55-4fe2-aa4a-4fe45e5f685a",
            "last_updated": "2023-03-09T10:02:12.174778-05:00",
            "created_at": "2023-03-08T09:36:59.112227-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf10f28a-9de1-4fcd-8c25-ba1741172101/?format=api"
        },
        {
            "id": "0015b30e-7684-413d-bf9d-71c9d796a44d",
            "gambit_id": "8e3235e3-be2f-4a46-a04d-7b83fcd995f9",
            "last_updated": "2023-03-09T10:02:12.173622-05:00",
            "created_at": "2023-03-08T09:36:59.110684-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf10f28a-9de1-4fcd-8c25-ba1741172101/?format=api"
        }
    ]
}