GET /api/bet_types/5760ce1f-3eee-4c63-8598-b5c70551a57e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5760ce1f-3eee-4c63-8598-b5c70551a57e",
    "match": "https://api-prod.gambitprofit.com/api/matches/723f45d0-ebc4-496e-9d97-a30806be0995/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:06:59.387767-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.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "d52ae4cb-7196-4633-bb84-bbe607805eb7",
            "gambit_id": "163775f6-ac9d-4f5d-acd5-0a289cfac1aa",
            "last_updated": "2023-03-29T13:36:54.940206-04:00",
            "created_at": "2023-03-28T10:06:59.391499-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5760ce1f-3eee-4c63-8598-b5c70551a57e/?format=api"
        },
        {
            "id": "607cea84-66d9-4d8e-a83a-88e9dcaa8142",
            "gambit_id": "2fc49176-899e-485e-ae76-7b99ca7fbb74",
            "last_updated": "2023-03-29T13:36:54.938292-04:00",
            "created_at": "2023-03-28T10:06:59.389611-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5760ce1f-3eee-4c63-8598-b5c70551a57e/?format=api"
        }
    ]
}