GET /api/bet_types/80e6a097-bdb0-441c-963f-0ade7a2197c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80e6a097-bdb0-441c-963f-0ade7a2197c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfd8dd6a-c1c3-4c6d-8bc9-b789d6945cab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-20T11:36:56.108384-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 138",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 138",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "790869a9-527b-4cb4-94dc-397f1183d1e4",
            "gambit_id": "f5754b3c-1492-41e2-af6e-b5f44df9238c",
            "last_updated": "2023-03-24T10:27:14.756021-04:00",
            "created_at": "2023-03-20T11:36:56.111885-04:00",
            "name": "Game Total Under 138",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "138.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e6a097-bdb0-441c-963f-0ade7a2197c7/?format=api"
        },
        {
            "id": "a1eb9917-45a4-4054-b3d1-6e4fa2ab9761",
            "gambit_id": "f0ab8f56-ebe3-404b-9b77-d91dc6b28e52",
            "last_updated": "2023-03-24T10:27:14.759395-04:00",
            "created_at": "2023-03-20T11:36:56.115256-04:00",
            "name": "Game Total Over 138",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "138.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e6a097-bdb0-441c-963f-0ade7a2197c7/?format=api"
        }
    ]
}