GET /api/bet_types/363cba7d-1f7c-410d-8080-0044d65347d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "363cba7d-1f7c-410d-8080-0044d65347d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc2cbacc-d8f2-4a2f-b81d-2dca0ac91a24/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T10:03:06.768201-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f6a6985-2e56-41b2-b6ad-7b6d56ca17aa",
            "gambit_id": "e9fcd4f4-494a-4b11-af61-7892c8f59d96",
            "last_updated": "2023-09-12T11:28:11.344907-04:00",
            "created_at": "2023-09-10T10:03:06.777677-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/363cba7d-1f7c-410d-8080-0044d65347d7/?format=api"
        },
        {
            "id": "038a99a5-df02-49b8-87b6-a6f2e6be4e70",
            "gambit_id": "8ac59630-acdb-46c1-8ee2-fae93750ee46",
            "last_updated": "2023-09-12T11:28:11.341681-04:00",
            "created_at": "2023-09-10T10:03:06.772376-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/363cba7d-1f7c-410d-8080-0044d65347d7/?format=api"
        }
    ]
}