GET /api/bet_types/9334853d-8e54-4656-a1fc-f954a2b869ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9334853d-8e54-4656-a1fc-f954a2b869ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a5d4d53-dc07-4fd2-afe4-4bb332ebc4c8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-19T08:48:00.140812-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2642b957-5a6e-46dd-8095-d8ad0efe82af",
            "gambit_id": "769073aa-f237-4c2c-a76a-2579b3ca0abe",
            "last_updated": "2023-12-21T10:28:20.385853-05:00",
            "created_at": "2023-12-19T08:48:00.144224-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9334853d-8e54-4656-a1fc-f954a2b869ef/?format=api"
        },
        {
            "id": "78e675c8-6716-4adf-992d-8ee31989d67f",
            "gambit_id": "b4b0834d-7e65-4612-b967-9c8f5220952f",
            "last_updated": "2023-12-21T10:28:20.389111-05:00",
            "created_at": "2023-12-19T08:48:00.149020-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9334853d-8e54-4656-a1fc-f954a2b869ef/?format=api"
        }
    ]
}