GET /api/bet_types/8c7285fc-956c-4ddf-935c-6626895a60fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c7285fc-956c-4ddf-935c-6626895a60fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ce7c915-3641-4d1a-acd5-ce48f1e79079/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-13T09:11:49.284069-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 7",
                "amount": 5402.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4598.0
            }
        ],
        "expected_reward_tokens": 8966.1,
        "profit_sb": -33.9,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "9eb37d08-db4a-41f8-b14c-43e555bce48f",
            "gambit_id": "9e858029-0651-426b-97f3-78b8b1088ffa",
            "last_updated": "2023-01-14T20:22:16.799430-05:00",
            "created_at": "2023-01-13T09:11:49.285270-05:00",
            "name": "Game Total Under 7",
            "reward": "1.66000",
            "odds": "1.76920",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7285fc-956c-4ddf-935c-6626895a60fa/?format=api"
        },
        {
            "id": "db90e723-d599-4db9-9908-3d7e26daead5",
            "gambit_id": "26e882a2-3826-4ee4-9e2a-2aa3debd114b",
            "last_updated": "2023-01-14T20:22:16.802464-05:00",
            "created_at": "2023-01-13T09:11:49.286475-05:00",
            "name": "Game Total Over 7",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7285fc-956c-4ddf-935c-6626895a60fa/?format=api"
        }
    ]
}