GET /api/bet_types/175b3de7-29d0-4d80-b7d6-9ceaf866a49b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "175b3de7-29d0-4d80-b7d6-9ceaf866a49b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e50770e9-acdd-497c-95f4-2b0917547227/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "f20452eb-67ab-4090-9bf9-c9c82bae9ad8",
            "gambit_id": "1c1e6c3c-e618-475e-b820-5f5304e340f5",
            "last_updated": "2022-11-03T09:23:52.309773-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/175b3de7-29d0-4d80-b7d6-9ceaf866a49b/?format=api"
        },
        {
            "id": "0582bc88-345d-475f-b9a3-93301b0366f9",
            "gambit_id": "81b7b344-6a4a-4a47-a221-ebe3f99a84b5",
            "last_updated": "2022-11-03T09:23:52.308590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/175b3de7-29d0-4d80-b7d6-9ceaf866a49b/?format=api"
        }
    ]
}