GET /api/bet_types/ad115576-43d9-4710-a7ab-61a48f032e5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad115576-43d9-4710-a7ab-61a48f032e5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a97faad3-86a5-4c1b-b61b-80b182b3aaf8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:05.143963-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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae3a30e8-cd60-41ae-8cdf-4b2a37a87a84",
            "gambit_id": "fe812f02-c1a4-42e9-bc1d-f8ba0ebf9132",
            "last_updated": "2023-12-26T20:18:06.538535-05:00",
            "created_at": "2023-12-20T11:13:05.148295-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad115576-43d9-4710-a7ab-61a48f032e5a/?format=api"
        },
        {
            "id": "822cc5df-04a0-4c44-83c9-dbccafe597b1",
            "gambit_id": "4c674eaa-b251-41bf-8a21-dfc0443da9f2",
            "last_updated": "2023-12-26T20:18:06.552942-05:00",
            "created_at": "2023-12-20T11:13:05.152147-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad115576-43d9-4710-a7ab-61a48f032e5a/?format=api"
        }
    ]
}