GET /api/bet_types/b79d9078-815a-4b58-91d9-74ec10fdd798/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b79d9078-815a-4b58-91d9-74ec10fdd798",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eb35463-2c3e-4cb6-a8be-5c9766e6674f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T09:21:58.092884-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 244",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 244",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "7744af0c-270d-4af8-a312-963b8500561d",
            "gambit_id": "7d1190c0-723b-4ff9-95fd-46bada54026c",
            "last_updated": "2023-01-21T10:27:23.459155-05:00",
            "created_at": "2023-01-20T09:21:58.094126-05:00",
            "name": "Game Total Under 244",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "244.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79d9078-815a-4b58-91d9-74ec10fdd798/?format=api"
        },
        {
            "id": "228960b9-1c73-4215-83ab-0e4f09fb8e85",
            "gambit_id": "e1565aee-4bff-459d-a9b7-fa48fe31f314",
            "last_updated": "2023-01-21T10:27:23.460871-05:00",
            "created_at": "2023-01-20T09:21:58.095359-05:00",
            "name": "Game Total Over 244",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "244.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79d9078-815a-4b58-91d9-74ec10fdd798/?format=api"
        }
    ]
}