GET /api/bet_types/4455b47b-9615-4cfd-8201-3772233cdeb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4455b47b-9615-4cfd-8201-3772233cdeb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9edbf87-9df1-496c-8d8b-9bfde29072f7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:08.877428-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac470f40-0247-48fe-bf26-9474528fbe1b",
            "gambit_id": "bc681791-fecb-4c0a-b549-b804d19ef6c7",
            "last_updated": "2023-12-07T21:38:02.392355-05:00",
            "created_at": "2023-12-06T09:13:08.895251-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4455b47b-9615-4cfd-8201-3772233cdeb7/?format=api"
        },
        {
            "id": "538d9ac3-5021-4da0-a93d-9ea1e56f20d8",
            "gambit_id": "6fda90ba-ca9f-4581-b652-7cbd71c4bf57",
            "last_updated": "2023-12-07T21:38:02.388658-05:00",
            "created_at": "2023-12-06T09:13:08.881128-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4455b47b-9615-4cfd-8201-3772233cdeb7/?format=api"
        }
    ]
}