GET /api/bet_types/07b53687-72e8-4525-80a6-0d03fffb66bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07b53687-72e8-4525-80a6-0d03fffb66bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/12bc75c2-a179-4ed2-a5c2-c8e4de4bfe07/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-09T15:23:06.516053-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a74db3c-fa4d-4a95-9cb5-5e793ae0823f",
            "gambit_id": "2d2e3d03-7626-4c50-82fc-6636ac150251",
            "last_updated": "2023-10-11T09:02:55.527165-04:00",
            "created_at": "2023-10-09T15:23:06.529749-04:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07b53687-72e8-4525-80a6-0d03fffb66bc/?format=api"
        },
        {
            "id": "b4037bc1-7632-45fe-908a-e5771ec4d848",
            "gambit_id": "694f76c0-3257-4eda-a48e-4b2aeb1ea20f",
            "last_updated": "2023-10-11T09:02:55.530503-04:00",
            "created_at": "2023-10-09T15:23:06.524622-04:00",
            "name": "Game Total Over 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07b53687-72e8-4525-80a6-0d03fffb66bc/?format=api"
        }
    ]
}