GET /api/bet_types/7449e17e-b3e2-472c-bd74-57dc4c6bf431/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7449e17e-b3e2-472c-bd74-57dc4c6bf431",
    "match": "https://api-prod.gambitprofit.com/api/matches/27f13357-8aeb-471a-b8a1-b5e2d931d7e6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-16T09:21:55.038440-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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b971485e-5222-4155-9dc8-7c4e9d578523",
            "gambit_id": "91eb95f2-a4d9-4d4f-8f3a-f3ed28023751",
            "last_updated": "2023-02-17T09:22:26.221384-05:00",
            "created_at": "2023-02-16T09:21:55.041053-05:00",
            "name": "Game Total Over 230",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7449e17e-b3e2-472c-bd74-57dc4c6bf431/?format=api"
        },
        {
            "id": "a26d0833-2d51-437a-be72-cc6b225e79f6",
            "gambit_id": "45f87f47-dcc9-469c-8c71-a4397a830ab8",
            "last_updated": "2023-02-17T09:22:26.219856-05:00",
            "created_at": "2023-02-16T09:21:55.039707-05:00",
            "name": "Game Total Under 230",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7449e17e-b3e2-472c-bd74-57dc4c6bf431/?format=api"
        }
    ]
}