GET /api/bet_types/fc974eef-7b64-4a32-82b0-d595244cf32f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc974eef-7b64-4a32-82b0-d595244cf32f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f169684-01fb-4d24-94dd-69e023323210/?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 Under 7",
                "amount": 5492.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "c82893d4-e599-4416-be07-bfc11f790f30",
            "gambit_id": "b8cae4e2-5540-4b06-aaca-fc6cdeac4057",
            "last_updated": "2022-11-04T09:12:35.034305-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc974eef-7b64-4a32-82b0-d595244cf32f/?format=api"
        },
        {
            "id": "15490e7f-37e8-4624-976b-fa292ad423cd",
            "gambit_id": "5918f26b-a691-4f1c-a179-87ec8765087b",
            "last_updated": "2022-11-04T09:12:35.035368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc974eef-7b64-4a32-82b0-d595244cf32f/?format=api"
        }
    ]
}