GET /api/bet_types/1bd19626-b96a-432f-888c-2efe0c343259/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bd19626-b96a-432f-888c-2efe0c343259",
    "match": "https://api-prod.gambitprofit.com/api/matches/42d17bc2-41dd-47db-88ea-089745e70387/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-09T08:48:14.015070-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 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c461ad87-e092-49ba-bbaf-b434d760d1f1",
            "gambit_id": "b272412b-f899-4dc9-89d0-02a26fa7bb88",
            "last_updated": "2023-12-11T11:38:07.254490-05:00",
            "created_at": "2023-12-09T08:48:14.019018-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bd19626-b96a-432f-888c-2efe0c343259/?format=api"
        },
        {
            "id": "fe577bce-76e0-4921-b034-49c888ddc29d",
            "gambit_id": "070230c1-36c3-453e-ad33-a727b0f422c1",
            "last_updated": "2023-12-11T11:38:07.264661-05:00",
            "created_at": "2023-12-09T08:48:14.023111-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bd19626-b96a-432f-888c-2efe0c343259/?format=api"
        }
    ]
}