GET /api/bet_types/4bf5cba2-dd73-4048-82c7-e5df65840912/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bf5cba2-dd73-4048-82c7-e5df65840912",
    "match": "https://api-prod.gambitprofit.com/api/matches/00a86ea6-8d46-444c-b810-f50619fce322/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:53.973770-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 Over 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dca58cb-a1e5-4209-be5e-e6155432caad",
            "gambit_id": "c4460b33-b0cc-43b1-9932-96eb344e90da",
            "last_updated": "2023-04-04T11:12:05.809049-04:00",
            "created_at": "2023-04-03T09:56:53.977403-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf5cba2-dd73-4048-82c7-e5df65840912/?format=api"
        },
        {
            "id": "c52f614f-fdd4-4d3d-b5ea-2c926f15b841",
            "gambit_id": "95777644-3554-4245-8aff-dc10a5ea1389",
            "last_updated": "2023-04-04T11:12:05.807655-04:00",
            "created_at": "2023-04-03T09:56:53.975552-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf5cba2-dd73-4048-82c7-e5df65840912/?format=api"
        }
    ]
}