GET /api/bet_types/a4d13e2f-b2f8-429a-9970-38229c9d1f20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4d13e2f-b2f8-429a-9970-38229c9d1f20",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9cfe732-ddab-4740-a44d-cff115bbd606/?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 62.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 62.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6ef60f2-e367-41ef-86dc-35b83ac26a10",
            "gambit_id": "17b6b6f7-2a95-483d-b262-12d5d6c299f0",
            "last_updated": "2022-09-02T09:12:11.152652-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 62.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4d13e2f-b2f8-429a-9970-38229c9d1f20/?format=api"
        },
        {
            "id": "8177fe16-17a3-42e4-b324-3beda1197c06",
            "gambit_id": "f462f63c-5568-474d-a4d9-be384e81702e",
            "last_updated": "2022-09-02T09:12:11.153172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 62.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4d13e2f-b2f8-429a-9970-38229c9d1f20/?format=api"
        }
    ]
}