GET /api/bet_types/ac25288a-5c26-468d-b6b4-439f976c9018/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac25288a-5c26-468d-b6b4-439f976c9018",
    "match": "https://api-prod.gambitprofit.com/api/matches/d084a068-c4a0-477a-97bf-5615db2339c2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-19T08:38:06.872109-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4f95b6b-8b3c-4cf0-85cf-b14dd2829bdd",
            "gambit_id": "623c97c3-8627-4797-9d23-e59566960538",
            "last_updated": "2023-10-20T11:23:25.672917-04:00",
            "created_at": "2023-10-19T08:38:06.882619-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac25288a-5c26-468d-b6b4-439f976c9018/?format=api"
        },
        {
            "id": "73376962-fda3-45ad-b730-c0ccf581d355",
            "gambit_id": "49babe29-a066-493b-9a87-0be2866eeef4",
            "last_updated": "2023-10-20T11:23:25.683480-04:00",
            "created_at": "2023-10-19T08:38:06.893082-04:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac25288a-5c26-468d-b6b4-439f976c9018/?format=api"
        }
    ]
}