GET /api/bet_types/6aa4834e-a188-4514-a752-9305d6386243/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6aa4834e-a188-4514-a752-9305d6386243",
    "match": "https://api-prod.gambitprofit.com/api/matches/8eff2b51-5bfe-492c-b11e-1a9e7a7ebb12/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-26T09:28:18.279464-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": "9c0acf64-3c53-4a75-86ab-4d4ed0226144",
            "gambit_id": "bf0a0e03-568e-4de2-b16a-dc02bf114dbb",
            "last_updated": "2023-10-28T10:22:54.284843-04:00",
            "created_at": "2023-10-26T09:28:18.283618-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/6aa4834e-a188-4514-a752-9305d6386243/?format=api"
        },
        {
            "id": "e1b51f8e-e911-4f27-8c6f-1d688f5adb0c",
            "gambit_id": "449d5881-593f-409f-bd41-d91aa85f7f6b",
            "last_updated": "2023-10-28T10:22:54.288196-04:00",
            "created_at": "2023-10-26T09:28:18.288687-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/6aa4834e-a188-4514-a752-9305d6386243/?format=api"
        }
    ]
}