GET /api/bet_types/998d1dc7-07fe-4b82-8cbd-491ff2a18255/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "998d1dc7-07fe-4b82-8cbd-491ff2a18255",
    "match": "https://api-prod.gambitprofit.com/api/matches/2afecd8f-748c-455b-bbea-d41c0b8cc33a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T09:43:06.047550-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6635261-ea74-41f0-8f68-a844d3470886",
            "gambit_id": "e8561ec0-b6da-43aa-ae76-203961a9685a",
            "last_updated": "2023-08-14T10:43:13.854186-04:00",
            "created_at": "2023-08-12T09:43:06.051775-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/998d1dc7-07fe-4b82-8cbd-491ff2a18255/?format=api"
        },
        {
            "id": "5d6c09a9-4834-4b15-8a67-c59d06c8acfc",
            "gambit_id": "c6ab4eed-3341-4d4b-bf2c-55993a7f5823",
            "last_updated": "2023-08-14T10:43:13.857622-04:00",
            "created_at": "2023-08-12T09:43:06.058756-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/998d1dc7-07fe-4b82-8cbd-491ff2a18255/?format=api"
        }
    ]
}