GET /api/bet_types/64d948ad-869a-4499-942a-48413f327886/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64d948ad-869a-4499-942a-48413f327886",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ef989a-0a52-4c06-8f43-db2e7e828f75/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T11:02:23.179130-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "26f9a2a7-7355-454b-a424-f118049ce09b",
            "gambit_id": "1ff8d14b-fa84-4b3f-8345-41f4defb614c",
            "last_updated": "2023-04-03T10:27:12.728033-04:00",
            "created_at": "2023-03-31T11:02:23.181002-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d948ad-869a-4499-942a-48413f327886/?format=api"
        },
        {
            "id": "9c590c4d-07b9-4889-bb72-92f2f36d74d0",
            "gambit_id": "fa78640f-3031-48fb-839e-160c2828e35f",
            "last_updated": "2023-04-03T10:27:12.729366-04:00",
            "created_at": "2023-03-31T11:02:23.182835-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d948ad-869a-4499-942a-48413f327886/?format=api"
        }
    ]
}