GET /api/bet_types/c8920a2b-e358-467c-abcd-da40e848ed4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8920a2b-e358-467c-abcd-da40e848ed4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b7117df-e8b3-4f1e-9c94-22cb8824240b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T10:22:13.662479-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 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "b69c04d4-d418-4e4c-9ebc-32b0ae0090eb",
            "gambit_id": "a43f204d-0e87-47f8-a363-551a7da23c80",
            "last_updated": "2023-01-22T21:26:51.973298-05:00",
            "created_at": "2023-01-21T10:22:13.663684-05:00",
            "name": "Game Total Under 224",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8920a2b-e358-467c-abcd-da40e848ed4b/?format=api"
        },
        {
            "id": "ac07119e-c644-49e0-993e-7ec89a487450",
            "gambit_id": "f494e20f-b253-4474-95dc-809bee5a7fd0",
            "last_updated": "2023-01-22T21:26:51.975601-05:00",
            "created_at": "2023-01-21T10:22:13.664975-05:00",
            "name": "Game Total Over 224",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8920a2b-e358-467c-abcd-da40e848ed4b/?format=api"
        }
    ]
}