GET /api/bet_types/e9a87531-9b54-4a30-b726-18c741460597/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9a87531-9b54-4a30-b726-18c741460597",
    "match": "https://api-prod.gambitprofit.com/api/matches/53922fd7-9213-454d-89aa-0c7c5f94c42c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-30T09:36:55.449435-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "06a4985f-aa83-496f-914f-3992ff21c342",
            "gambit_id": "e8efed5a-c240-41e0-a6bd-081b2a0a743a",
            "last_updated": "2023-03-31T14:42:24.388371-04:00",
            "created_at": "2023-03-30T09:36:55.450857-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a87531-9b54-4a30-b726-18c741460597/?format=api"
        },
        {
            "id": "4637121a-237d-460c-b344-725c3b672c9d",
            "gambit_id": "2705fdb5-93c5-47d4-b005-23c802e9c54f",
            "last_updated": "2023-03-31T14:42:24.391110-04:00",
            "created_at": "2023-03-30T09:36:55.452428-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a87531-9b54-4a30-b726-18c741460597/?format=api"
        }
    ]
}