GET /api/bet_types/2cbabbed-c826-411e-9c98-35eab19fef0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cbabbed-c826-411e-9c98-35eab19fef0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d787e77e-df0f-4074-b7ad-c680c72a5797/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-16T09:52:13.219745-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 Under 236",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4508860a-9113-48ee-9919-b451e676b352",
            "gambit_id": "dc90e7c3-5f91-4cd9-87de-9dae50ba0497",
            "last_updated": "2023-01-17T10:57:02.662168-05:00",
            "created_at": "2023-01-16T09:52:13.222899-05:00",
            "name": "Game Total Under 236",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cbabbed-c826-411e-9c98-35eab19fef0a/?format=api"
        },
        {
            "id": "ff2f0695-deb7-41f7-8fd6-93d8a3aaf1ce",
            "gambit_id": "657af965-6b29-4e7e-9701-30071000128a",
            "last_updated": "2023-01-17T10:57:02.663241-05:00",
            "created_at": "2023-01-16T09:52:13.225922-05:00",
            "name": "Game Total Over 236",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cbabbed-c826-411e-9c98-35eab19fef0a/?format=api"
        }
    ]
}