GET /api/bet_types/0892918e-7a2f-400c-93c5-adba628cf627/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0892918e-7a2f-400c-93c5-adba628cf627",
    "match": "https://api-prod.gambitprofit.com/api/matches/e826b1a9-7046-4572-943c-a713fea97771/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:09.389950-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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "357aee31-135b-4947-b52c-d98d5d3c1cab",
            "gambit_id": "0822c3df-5ecc-49ec-8d3a-6321fff0d9ff",
            "last_updated": "2023-11-20T19:48:01.147389-05:00",
            "created_at": "2023-11-16T09:28:09.394002-05:00",
            "name": "Game Total Over 44",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0892918e-7a2f-400c-93c5-adba628cf627/?format=api"
        },
        {
            "id": "5e501ec0-9387-40a9-ab39-125a73ea200c",
            "gambit_id": "d122e989-cced-4187-a3c5-51eb7da83b16",
            "last_updated": "2023-11-20T19:48:01.150841-05:00",
            "created_at": "2023-11-16T09:28:09.398362-05:00",
            "name": "Game Total Under 44",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0892918e-7a2f-400c-93c5-adba628cf627/?format=api"
        }
    ]
}