GET /api/bet_types/18b0e922-45cb-4dd2-ac08-3900152bb98e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18b0e922-45cb-4dd2-ac08-3900152bb98e",
    "match": "https://api-prod.gambitprofit.com/api/matches/923846d1-494f-48ba-bb19-fc941546caba/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-22T11:27:14.428818-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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "912a2291-eb5c-473a-9469-5597e01d4c05",
            "gambit_id": "6cc9487a-46f3-483a-9f88-35d04b69a1ee",
            "last_updated": "2023-05-25T13:47:07.159500-04:00",
            "created_at": "2023-05-22T11:27:14.432516-04:00",
            "name": "Game Total Over 10",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18b0e922-45cb-4dd2-ac08-3900152bb98e/?format=api"
        },
        {
            "id": "f94a9cd0-8201-4c9c-973e-63398890ead8",
            "gambit_id": "35cb8c9b-fd23-4201-b2ea-1d96616bc477",
            "last_updated": "2023-05-25T13:47:07.157378-04:00",
            "created_at": "2023-05-22T11:27:14.430626-04:00",
            "name": "Game Total Under 10",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18b0e922-45cb-4dd2-ac08-3900152bb98e/?format=api"
        }
    ]
}