GET /api/bet_types/776bc376-1991-4cb8-ac25-e34399bcd13a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "776bc376-1991-4cb8-ac25-e34399bcd13a",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b622ef-3b72-4f28-9098-33b87211762a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "59d968d6-4ad3-434e-a3e0-f49dceaf7dd3",
            "gambit_id": "a7452916-e5b3-4369-9928-b833fa7cfa69",
            "last_updated": "2022-12-10T18:36:58.356122-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/776bc376-1991-4cb8-ac25-e34399bcd13a/?format=api"
        },
        {
            "id": "c9dd7387-f794-43f6-8f4b-7fa25dd0d0df",
            "gambit_id": "407cc619-07ac-4c9e-99a6-1582a50979e9",
            "last_updated": "2022-12-10T18:36:58.357297-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/776bc376-1991-4cb8-ac25-e34399bcd13a/?format=api"
        }
    ]
}