GET /api/bet_types/9bd4c288-5a18-436b-88d6-57a41ffb4d80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bd4c288-5a18-436b-88d6-57a41ffb4d80",
    "match": "https://api-prod.gambitprofit.com/api/matches/2553a346-882b-487b-9d99-d01e9bb36a7b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-24T08:57:56.348022-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 7",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc06c07b-dbc0-4a02-9de4-62e591e7864a",
            "gambit_id": "215c5136-5305-44c9-92d0-bf2407a299f2",
            "last_updated": "2023-10-26T10:23:04.266384-04:00",
            "created_at": "2023-10-24T08:57:56.358258-04:00",
            "name": "Game Total Under 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bd4c288-5a18-436b-88d6-57a41ffb4d80/?format=api"
        },
        {
            "id": "36c5a77d-1898-42f6-9281-2488d2e89c26",
            "gambit_id": "d6d21547-d081-4433-ac00-bdd613a1f4ef",
            "last_updated": "2023-10-26T10:23:04.263026-04:00",
            "created_at": "2023-10-24T08:57:56.352377-04:00",
            "name": "Game Total Over 7",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bd4c288-5a18-436b-88d6-57a41ffb4d80/?format=api"
        }
    ]
}