GET /api/bet_types/7290db1a-7e25-4809-9149-2c7c7862a4c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7290db1a-7e25-4809-9149-2c7c7862a4c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/645b8816-e159-4fdf-b5d8-f5210fc5c1e8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:15.876804-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fba8a51d-7657-4ac4-aa03-3aad2c12c7b3",
            "gambit_id": "c8101c37-fe43-47cc-a7e9-432033f84da3",
            "last_updated": "2023-03-13T13:17:00.845577-04:00",
            "created_at": "2023-03-11T09:32:15.881423-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7290db1a-7e25-4809-9149-2c7c7862a4c9/?format=api"
        },
        {
            "id": "53f26089-3b4f-40ec-8147-f43f5cb23639",
            "gambit_id": "ee3842cc-6266-4bf9-be38-e54021ea018d",
            "last_updated": "2023-03-13T13:17:00.843376-04:00",
            "created_at": "2023-03-11T09:32:15.879192-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7290db1a-7e25-4809-9149-2c7c7862a4c9/?format=api"
        }
    ]
}