GET /api/bet_types/9df21f8d-4cae-46f4-ab61-fc5c93251e8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9df21f8d-4cae-46f4-ab61-fc5c93251e8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fc819d6-6445-48a2-9b47-539484c4d8d8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T10:27:05.287765-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": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c46c500b-8cd4-415d-a9fa-881354cef9ee",
            "gambit_id": "625001a0-f21c-4eb6-a515-1ab156dbf2a0",
            "last_updated": "2023-04-12T09:42:18.573317-04:00",
            "created_at": "2023-04-11T10:27:05.292839-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9df21f8d-4cae-46f4-ab61-fc5c93251e8b/?format=api"
        },
        {
            "id": "540412a9-8ae6-4b8f-ab2b-b06d2266ad77",
            "gambit_id": "308cd330-8ad3-41ee-8a52-7cf142388259",
            "last_updated": "2023-04-12T09:42:18.570740-04:00",
            "created_at": "2023-04-11T10:27:05.290257-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9df21f8d-4cae-46f4-ab61-fc5c93251e8b/?format=api"
        }
    ]
}