GET /api/bet_types/732204e9-4c53-4314-8f3f-0338b34fc82b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "732204e9-4c53-4314-8f3f-0338b34fc82b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd7803ae-dbb2-40d6-82cc-502e63e4f537/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-21T09:38:05.364287-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": 5214.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c88c39d-89a0-4563-90c9-2691c58ecac2",
            "gambit_id": "15e6d543-96dd-4aec-bb19-dfc816fe8d4e",
            "last_updated": "2023-10-23T20:38:02.345985-04:00",
            "created_at": "2023-10-21T09:38:05.368752-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/732204e9-4c53-4314-8f3f-0338b34fc82b/?format=api"
        },
        {
            "id": "08d3174d-273c-4c3a-9894-3e3bfa4e4a4a",
            "gambit_id": "9d675f91-b090-4710-b201-c6956378cf2c",
            "last_updated": "2023-10-23T20:38:02.349489-04:00",
            "created_at": "2023-10-21T09:38:05.373312-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/732204e9-4c53-4314-8f3f-0338b34fc82b/?format=api"
        }
    ]
}