GET /api/bet_types/65542aa3-983a-4dbd-9016-8d35daaf6ef5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65542aa3-983a-4dbd-9016-8d35daaf6ef5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cec3a247-c8b2-46eb-8437-2a807c67830a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-08T09:23:26.537443-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "97f3ea1a-8207-4246-abb0-bdaaa3845e94",
            "gambit_id": "8bab21eb-2c59-4d2d-85e5-b9cd8076477b",
            "last_updated": "2023-09-09T11:18:29.524340-04:00",
            "created_at": "2023-09-08T09:23:26.541476-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65542aa3-983a-4dbd-9016-8d35daaf6ef5/?format=api"
        },
        {
            "id": "b16a59d4-26f9-42dd-bcb0-c3a2e8760d21",
            "gambit_id": "db3b4959-c9fb-4f20-aea0-638673c411f8",
            "last_updated": "2023-09-09T11:18:29.527658-04:00",
            "created_at": "2023-09-08T09:23:26.545382-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65542aa3-983a-4dbd-9016-8d35daaf6ef5/?format=api"
        }
    ]
}