GET /api/bet_types/ae74595e-34f3-4afe-b6b5-d48f33faba0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae74595e-34f3-4afe-b6b5-d48f33faba0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f02360f2-041e-4629-bee3-b5c5f987c2b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-14T09:28:07.878754-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 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": "901934f7-fff2-4555-934c-34bbc74961ca",
            "gambit_id": "232a31ce-305f-46e9-a78f-efb0a0d9739f",
            "last_updated": "2023-12-16T10:28:25.546530-05:00",
            "created_at": "2023-12-14T09:28:07.882519-05: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/ae74595e-34f3-4afe-b6b5-d48f33faba0a/?format=api"
        },
        {
            "id": "6a6fb09a-a5c7-47c6-8efe-955a5586e416",
            "gambit_id": "4dcc93f8-8442-433d-9e62-93db042cbff1",
            "last_updated": "2023-12-16T10:28:25.549974-05:00",
            "created_at": "2023-12-14T09:28:07.887110-05: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/ae74595e-34f3-4afe-b6b5-d48f33faba0a/?format=api"
        }
    ]
}