GET /api/bet_types/21d62639-bf8a-4e70-b766-ffb57677747f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21d62639-bf8a-4e70-b766-ffb57677747f",
    "match": "https://api-prod.gambitprofit.com/api/matches/44e93ccf-e132-49c9-9008-200dcdd6f7d5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:18:07.849224-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 Under 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7412a445-2e35-439a-9990-fd8e7002d88a",
            "gambit_id": "da708139-ca96-4e54-aa42-69318d027469",
            "last_updated": "2023-12-11T19:38:20.205139-05:00",
            "created_at": "2023-12-06T09:18:07.856689-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d62639-bf8a-4e70-b766-ffb57677747f/?format=api"
        },
        {
            "id": "4a795181-700f-4327-a07b-f9de6b2c1c25",
            "gambit_id": "42ef14c1-37e4-4aa0-b127-8afa925b9773",
            "last_updated": "2023-12-11T19:38:20.201848-05:00",
            "created_at": "2023-12-06T09:18:07.852951-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d62639-bf8a-4e70-b766-ffb57677747f/?format=api"
        }
    ]
}