GET /api/bet_types/d86e736b-7e54-43ad-8486-0eb8b3b2f269/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d86e736b-7e54-43ad-8486-0eb8b3b2f269",
    "match": "https://api-prod.gambitprofit.com/api/matches/00e89bd9-cdc4-46eb-950f-cd3696151737/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:58:11.764473-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 Under 50.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 50.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a364b047-cdad-4d55-a5f9-81a12ca1e4d8",
            "gambit_id": "8826767b-53f8-4509-86f6-f0628bf4690a",
            "last_updated": "2023-09-18T15:48:26.909074-04:00",
            "created_at": "2023-09-14T09:58:11.776349-04:00",
            "name": "Game Total Under 50.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d86e736b-7e54-43ad-8486-0eb8b3b2f269/?format=api"
        },
        {
            "id": "9a709feb-4f3f-46b4-a6d1-612994317796",
            "gambit_id": "30df20d2-b2a5-4217-8699-8605058c8d4d",
            "last_updated": "2023-09-18T15:48:26.904127-04:00",
            "created_at": "2023-09-14T09:58:11.768188-04:00",
            "name": "Game Total Over 50.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d86e736b-7e54-43ad-8486-0eb8b3b2f269/?format=api"
        }
    ]
}