GET /api/bet_types/99a2a793-1c8b-455a-bcb1-d965d146975b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99a2a793-1c8b-455a-bcb1-d965d146975b",
    "match": "https://api-prod.gambitprofit.com/api/matches/51340704-c3b8-4148-bd64-174a05efd9e1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:55.862640-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7d58c47-7660-4793-897a-c279b9dc87e1",
            "gambit_id": "84fb0e34-56ab-4dd7-aef2-63a2ca524129",
            "last_updated": "2023-05-07T11:57:17.668256-04:00",
            "created_at": "2023-05-06T11:51:55.866854-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99a2a793-1c8b-455a-bcb1-d965d146975b/?format=api"
        },
        {
            "id": "98d520f7-d0e0-4c39-8af6-72a227d063ab",
            "gambit_id": "705ab504-38ea-4c63-971a-62c47f106b68",
            "last_updated": "2023-05-07T11:57:17.666913-04:00",
            "created_at": "2023-05-06T11:51:55.864601-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99a2a793-1c8b-455a-bcb1-d965d146975b/?format=api"
        }
    ]
}