GET /api/bet_types/ef2fc293-6054-40dc-bbf8-b0c315ddfe5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef2fc293-6054-40dc-bbf8-b0c315ddfe5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/743cfed3-00b3-48c4-bd63-034b406f4c78/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-13T09:08:19.771281-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 Under 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "961b4e1d-073d-4d52-b002-d3f1ac6c9fa4",
            "gambit_id": "6a39e75f-a3e7-477b-9490-75d5f56ba00c",
            "last_updated": "2023-06-14T11:18:14.413202-04:00",
            "created_at": "2023-06-13T09:08:19.773258-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef2fc293-6054-40dc-bbf8-b0c315ddfe5f/?format=api"
        },
        {
            "id": "5fa13a4a-c1c5-47f0-a85e-dbc1204fa424",
            "gambit_id": "f98805ee-3d86-4745-8987-c34b81e500f2",
            "last_updated": "2023-06-14T11:18:14.410051-04:00",
            "created_at": "2023-06-13T09:08:19.775487-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef2fc293-6054-40dc-bbf8-b0c315ddfe5f/?format=api"
        }
    ]
}