GET /api/bet_types/e68dea7a-d3dc-4f25-bb6b-b99257f8249d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e68dea7a-d3dc-4f25-bb6b-b99257f8249d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ca0ba1c-ca3d-40db-a17e-05d40e47ce70/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-10T09:02:09.475785-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 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "01578bb1-4e28-4eca-91ce-26506bbe81e3",
            "gambit_id": "5c0a9e62-1ef9-40c3-bd7c-d7f99f3a140a",
            "last_updated": "2023-02-11T17:52:31.323555-05:00",
            "created_at": "2023-02-10T09:02:09.478501-05:00",
            "name": "Game Total Over 222",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e68dea7a-d3dc-4f25-bb6b-b99257f8249d/?format=api"
        },
        {
            "id": "39d2525c-e6e3-407c-8d7b-8606dc197b06",
            "gambit_id": "a562e603-4ec0-4a45-b0db-24848d02c620",
            "last_updated": "2023-02-11T17:52:31.322369-05:00",
            "created_at": "2023-02-10T09:02:09.477165-05:00",
            "name": "Game Total Under 222",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e68dea7a-d3dc-4f25-bb6b-b99257f8249d/?format=api"
        }
    ]
}