GET /api/bet_types/98533b2e-ae76-479c-8ed3-8cb0f5d2d008/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98533b2e-ae76-479c-8ed3-8cb0f5d2d008",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dc83ae6-fa49-4b4c-970d-e8a2bb744585/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "db5ffb16-5bd0-42eb-87c7-a4a166adae7c",
            "gambit_id": "447d16b8-6bac-4674-be89-c0f97593754a",
            "last_updated": "2022-11-14T14:52:39.478483-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98533b2e-ae76-479c-8ed3-8cb0f5d2d008/?format=api"
        },
        {
            "id": "231b66df-6d7d-430b-84cc-30fabb59db6f",
            "gambit_id": "c8588129-f573-4424-9bb5-b8d370804dbf",
            "last_updated": "2022-11-14T14:52:39.477294-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98533b2e-ae76-479c-8ed3-8cb0f5d2d008/?format=api"
        }
    ]
}