GET /api/bet_types/bf62bb97-345e-4a5b-ad61-d419979c00dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf62bb97-345e-4a5b-ad61-d419979c00dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1c315cc-bd21-4123-903d-e17a56323394/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-28T09:58:21.084186-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "431ad692-d48f-4e01-b822-381a9485fe06",
            "gambit_id": "37a23392-fd57-4679-bdb3-a8ac51b56b22",
            "last_updated": "2024-01-29T22:23:13.005762-05:00",
            "created_at": "2024-01-28T09:58:21.088913-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf62bb97-345e-4a5b-ad61-d419979c00dc/?format=api"
        },
        {
            "id": "5a9c4fbb-fe37-49fe-a9dd-28850fe993be",
            "gambit_id": "3b31f4eb-7f82-4039-bb30-dbc1510188d4",
            "last_updated": "2024-01-29T22:23:13.009291-05:00",
            "created_at": "2024-01-28T09:58:21.094776-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf62bb97-345e-4a5b-ad61-d419979c00dc/?format=api"
        }
    ]
}