GET /api/bet_types/6df4431a-415d-40f7-b47e-bdc5d7340c50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6df4431a-415d-40f7-b47e-bdc5d7340c50",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d0f801b-94ce-456d-b8ab-5d1f446b11c1/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "069fa9d0-51ae-43ab-91b5-fb34a54e4b8a",
            "gambit_id": "a9d97175-cc12-4c78-867f-8ccd13f02078",
            "last_updated": "2022-11-30T09:47:20.221805-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6df4431a-415d-40f7-b47e-bdc5d7340c50/?format=api"
        },
        {
            "id": "59971571-beea-486d-9aa3-8654ba668f1d",
            "gambit_id": "a00d9e1c-35ad-4493-85bd-077f6fd85a82",
            "last_updated": "2022-11-30T09:47:20.220737-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6df4431a-415d-40f7-b47e-bdc5d7340c50/?format=api"
        }
    ]
}