GET /api/bet_types/b6506e8f-dee5-4cd5-94ad-493bff153f12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6506e8f-dee5-4cd5-94ad-493bff153f12",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a21bcdd-55a9-4ea4-8c55-d90f77244927/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-01T09:08:18.320097-04: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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b84ec5b-2090-4853-ae4c-fc8ee3b9f73a",
            "gambit_id": "bf894860-6879-4b6f-b1b6-78517e6e268a",
            "last_updated": "2023-11-03T10:23:05.790155-04:00",
            "created_at": "2023-11-01T09:08:18.329446-04:00",
            "name": "Game Total Over 220",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6506e8f-dee5-4cd5-94ad-493bff153f12/?format=api"
        },
        {
            "id": "6f9c37f2-c94e-45a3-ba92-647c12acf017",
            "gambit_id": "a3a3cb3d-d2cc-4b8f-a664-f5f9acd0c4ac",
            "last_updated": "2023-11-03T10:23:05.794267-04:00",
            "created_at": "2023-11-01T09:08:18.333893-04:00",
            "name": "Game Total Under 220",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6506e8f-dee5-4cd5-94ad-493bff153f12/?format=api"
        }
    ]
}