GET /api/bet_types/894a515e-0740-4bae-b96c-eb76e43a0c4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "894a515e-0740-4bae-b96c-eb76e43a0c4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf482d51-4e54-4d38-8b04-e8852f21fd21/?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 56",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7a3793c-3e92-4299-b057-eab874b51957",
            "gambit_id": "5a30a360-1e95-45e6-bef2-7c4de9a80272",
            "last_updated": "2022-10-17T09:56:52.226906-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/894a515e-0740-4bae-b96c-eb76e43a0c4d/?format=api"
        },
        {
            "id": "29cf45c5-cc2a-4ccd-89d5-23f764fc7991",
            "gambit_id": "2f4f6817-7d4f-4180-99f1-4dc762a2669b",
            "last_updated": "2022-10-17T09:56:52.225753-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/894a515e-0740-4bae-b96c-eb76e43a0c4d/?format=api"
        }
    ]
}