GET /api/bet_types/783f7653-0424-475c-9c10-461f75cfffa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "783f7653-0424-475c-9c10-461f75cfffa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/735b9293-2e75-4160-981b-a0ef34046380/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-29T16:27:02.475520-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "07cf0604-cc1a-4f90-97b8-8bac9f6e25d1",
            "gambit_id": "7462bb14-7944-46de-809e-40df8d717f6d",
            "last_updated": "2023-04-30T15:37:14.196396-04:00",
            "created_at": "2023-04-29T16:27:02.477692-04:00",
            "name": "Game Total Under 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/783f7653-0424-475c-9c10-461f75cfffa0/?format=api"
        },
        {
            "id": "c8b775db-b1a0-4e53-9f67-c5b596120205",
            "gambit_id": "18c22919-005b-4e88-a0e0-c5a411276b90",
            "last_updated": "2023-04-30T15:37:14.198609-04:00",
            "created_at": "2023-04-29T16:27:02.479861-04:00",
            "name": "Game Total Over 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/783f7653-0424-475c-9c10-461f75cfffa0/?format=api"
        }
    ]
}