GET /api/bet_types/96d012db-c1a0-4015-af80-dfe7d03fc176/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96d012db-c1a0-4015-af80-dfe7d03fc176",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae979377-fd1a-4349-81e6-50aab63ae491/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-22T08:43:04.753482-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 Over 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4722091-e150-442c-90d2-8e14e2dbdca9",
            "gambit_id": "a53b4cc0-374f-45a9-910a-f172e8add4f4",
            "last_updated": "2024-01-23T20:03:12.762232-05:00",
            "created_at": "2024-01-22T08:43:04.757665-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d012db-c1a0-4015-af80-dfe7d03fc176/?format=api"
        },
        {
            "id": "b42389a6-65c9-45ba-a5f5-78f4d34aa11f",
            "gambit_id": "22b4a4c9-5c54-487e-9560-0abf3df2f758",
            "last_updated": "2024-01-23T20:03:12.765431-05:00",
            "created_at": "2024-01-22T08:43:04.762182-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d012db-c1a0-4015-af80-dfe7d03fc176/?format=api"
        }
    ]
}