GET /api/bet_types/6db94ac3-a887-437d-8a1f-901277cea1df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6db94ac3-a887-437d-8a1f-901277cea1df",
    "match": "https://api-prod.gambitprofit.com/api/matches/37284ab5-9d76-47b8-8512-6ca084fe0adb/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-04T10:42:59.525735-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 249.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 249.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c2372d9-ad38-468c-ad46-69783c9b9790",
            "gambit_id": "df48b7e8-1c73-452e-8dcd-b1e1fb9f0e93",
            "last_updated": "2024-02-06T09:18:11.944963-05:00",
            "created_at": "2024-02-04T10:42:59.529510-05:00",
            "name": "Game Total Over 249.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "249.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6db94ac3-a887-437d-8a1f-901277cea1df/?format=api"
        },
        {
            "id": "5f6399f6-dc33-4532-8168-0fdbb3bb16f5",
            "gambit_id": "4e6805f5-187d-402c-bd11-68ad97773af1",
            "last_updated": "2024-02-06T09:18:11.948976-05:00",
            "created_at": "2024-02-04T10:42:59.534385-05:00",
            "name": "Game Total Under 249.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "249.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6db94ac3-a887-437d-8a1f-901277cea1df/?format=api"
        }
    ]
}