GET /api/bet_types/b584caf0-782b-4110-99d7-baa57471fe2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b584caf0-782b-4110-99d7-baa57471fe2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2054e8-2035-4cce-add3-fa3d0c395838/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-25T09:46:55.200325-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 Under 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c32be67-f390-4fdc-9e76-76b0a5fafe21",
            "gambit_id": "a7c6b85f-438c-44fa-81aa-e63cf643025f",
            "last_updated": "2023-01-30T17:46:54.145041-05:00",
            "created_at": "2023-01-25T09:46:55.201653-05:00",
            "name": "Game Total Under 49",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b584caf0-782b-4110-99d7-baa57471fe2f/?format=api"
        },
        {
            "id": "a726aca9-ec04-4a52-b127-32e592b6ab0e",
            "gambit_id": "e3681875-1e44-4c7b-b1ab-e673beeefcae",
            "last_updated": "2023-01-30T17:46:54.146402-05:00",
            "created_at": "2023-01-25T09:46:55.202936-05:00",
            "name": "Game Total Over 49",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b584caf0-782b-4110-99d7-baa57471fe2f/?format=api"
        }
    ]
}