GET /api/bet_types/7a7b635e-c8ec-4aa7-9bc5-4b84fcf96e2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a7b635e-c8ec-4aa7-9bc5-4b84fcf96e2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d65bb08-e195-46ec-b76b-3db078ede0b5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T17:38:16.123542-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8eab2cb9-7a38-4242-b96e-dd0ee7971eb0",
            "gambit_id": "8081a417-07eb-482a-b40b-c28e810c5e31",
            "last_updated": "2023-07-02T10:53:18.415396-04:00",
            "created_at": "2023-06-30T17:38:16.126603-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a7b635e-c8ec-4aa7-9bc5-4b84fcf96e2e/?format=api"
        },
        {
            "id": "59c0e8f7-d57f-4b0d-8cd6-e486652f9873",
            "gambit_id": "c1eec12f-66cd-4bc6-929e-302cf60d1b71",
            "last_updated": "2023-07-02T10:53:18.413000-04:00",
            "created_at": "2023-06-30T17:38:16.124953-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a7b635e-c8ec-4aa7-9bc5-4b84fcf96e2e/?format=api"
        }
    ]
}