GET /api/bet_types/b5ad7482-702b-4ba9-9212-ddf2bf59a2ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5ad7482-702b-4ba9-9212-ddf2bf59a2ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1546529-e1af-4af4-a3bf-3fe42b02090c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:27.636213-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 10.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb6d3403-367a-44df-8e43-cfdfa5b7a11a",
            "gambit_id": "6975a3cf-9ba1-4e8b-af58-675ab9a3435e",
            "last_updated": "2023-07-17T12:43:27.164398-04:00",
            "created_at": "2023-07-16T09:08:27.638273-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5ad7482-702b-4ba9-9212-ddf2bf59a2ba/?format=api"
        },
        {
            "id": "2164b5a4-f869-4e7c-9e8a-34932cf680dc",
            "gambit_id": "7a6bc0c0-a30f-4c18-86cd-1343530f5e64",
            "last_updated": "2023-07-17T12:43:27.166118-04:00",
            "created_at": "2023-07-16T09:08:27.640537-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5ad7482-702b-4ba9-9212-ddf2bf59a2ba/?format=api"
        }
    ]
}