GET /api/bet_types/b37426fe-be18-48e7-8022-5adbb2f1ecfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b37426fe-be18-48e7-8022-5adbb2f1ecfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/da5b4a4f-ca4d-40ef-8752-a7a4750bd45c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-24T08:57:56.608781-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": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "93e7d847-2043-4045-b94c-48c19dc324c2",
            "gambit_id": "d2e831bb-6bae-48df-abb4-331f3ba0a1ff",
            "last_updated": "2023-10-26T10:23:04.753514-04:00",
            "created_at": "2023-10-24T08:57:56.618089-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37426fe-be18-48e7-8022-5adbb2f1ecfa/?format=api"
        },
        {
            "id": "acdeb525-e653-4e9b-bea4-aa6cd477cfa5",
            "gambit_id": "cc8dc2e0-d73a-4d4e-a278-3fe447d5b2dd",
            "last_updated": "2023-10-26T10:23:04.756827-04:00",
            "created_at": "2023-10-24T08:57:56.623545-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37426fe-be18-48e7-8022-5adbb2f1ecfa/?format=api"
        }
    ]
}