GET /api/bet_types/e494eb49-9ea2-4ff1-b1c4-e69aca5000fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e494eb49-9ea2-4ff1-b1c4-e69aca5000fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc99a65-7228-4b36-8386-8f4d1bafafd3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-27T09:17:04.967043-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 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "df2ef1a7-36f1-4ce3-be76-931e670cd84f",
            "gambit_id": "cebd05c7-547f-4677-a71f-68d1880d0bc9",
            "last_updated": "2023-03-28T11:01:57.330129-04:00",
            "created_at": "2023-03-27T09:17:04.968938-04:00",
            "name": "Game Total Under 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e494eb49-9ea2-4ff1-b1c4-e69aca5000fd/?format=api"
        },
        {
            "id": "609e6bed-44d2-46ac-8227-870a8980665c",
            "gambit_id": "636ad2ec-0c27-47c8-9f31-12c400dc6809",
            "last_updated": "2023-03-28T11:01:57.333698-04:00",
            "created_at": "2023-03-27T09:17:04.970840-04:00",
            "name": "Game Total Over 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e494eb49-9ea2-4ff1-b1c4-e69aca5000fd/?format=api"
        }
    ]
}