GET /api/bet_types/b2c5c4ce-253e-4f53-b78c-741cdcf2819c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2c5c4ce-253e-4f53-b78c-741cdcf2819c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c495c9aa-e873-4289-9995-58471f612565/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:20.357637-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b784d493-2896-4e5c-b886-4bda72fbdd20",
            "gambit_id": "f9400688-8b83-404c-bd8e-b852f150ff98",
            "last_updated": "2024-02-01T10:48:01.424866-05:00",
            "created_at": "2024-01-31T09:58:20.361200-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c5c4ce-253e-4f53-b78c-741cdcf2819c/?format=api"
        },
        {
            "id": "657aa4cd-06e2-48d3-9937-b66d4b9413a9",
            "gambit_id": "f6c01f9c-a0e9-44ee-884c-3334a88d9422",
            "last_updated": "2024-02-01T10:48:01.429703-05:00",
            "created_at": "2024-01-31T09:58:20.365774-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c5c4ce-253e-4f53-b78c-741cdcf2819c/?format=api"
        }
    ]
}