GET /api/bet_types/382e3fb8-0717-4ebe-8614-85dd3f57b1c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "382e3fb8-0717-4ebe-8614-85dd3f57b1c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c3ab0a3-1f85-4eef-9cc3-e86f04526246/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-04T09:17:18.558112-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcfd8959-643b-4f47-ac8d-a88746463721",
            "gambit_id": "a1ae9afd-93ec-4bf9-86a3-1f6acbf01d65",
            "last_updated": "2023-02-05T11:32:00.201377-05:00",
            "created_at": "2023-02-04T09:17:18.561283-05:00",
            "name": "Game Total Over 229",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/382e3fb8-0717-4ebe-8614-85dd3f57b1c3/?format=api"
        },
        {
            "id": "5930cb40-7120-4253-a4dd-0c80b2d0f0bb",
            "gambit_id": "04dde29a-da4a-47dc-a488-6a3b4d78c524",
            "last_updated": "2023-02-05T11:32:00.200169-05:00",
            "created_at": "2023-02-04T09:17:18.559815-05:00",
            "name": "Game Total Under 229",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/382e3fb8-0717-4ebe-8614-85dd3f57b1c3/?format=api"
        }
    ]
}