GET /api/bet_types/907f43bc-afce-4625-9c16-abac6ff97a84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "907f43bc-afce-4625-9c16-abac6ff97a84",
    "match": "https://api-prod.gambitprofit.com/api/matches/6934b0a5-c723-43b4-b49d-26488f700489/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-05T16:47:55.230234-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e5fe92a-2700-4157-a008-1d07942842f4",
            "gambit_id": "25645597-048c-4592-9a76-ac348b5f0306",
            "last_updated": "2023-09-06T22:53:26.168044-04:00",
            "created_at": "2023-09-05T16:47:55.238552-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/907f43bc-afce-4625-9c16-abac6ff97a84/?format=api"
        },
        {
            "id": "6b4afc1a-c945-495c-871c-1112d01c7cc0",
            "gambit_id": "a6a5b29a-81fa-4f49-8bea-807161ffd13f",
            "last_updated": "2023-09-06T22:53:26.164902-04:00",
            "created_at": "2023-09-05T16:47:55.234315-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/907f43bc-afce-4625-9c16-abac6ff97a84/?format=api"
        }
    ]
}