GET /api/bet_types/43fd7fee-16c2-4f86-83e5-8c8eacc7dda9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43fd7fee-16c2-4f86-83e5-8c8eacc7dda9",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdb47e76-7cb8-4576-8f7a-ef540dc502ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-06T09:33:01.254592-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 Over 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0addca57-43ad-44f3-9b8c-6c21657f346e",
            "gambit_id": "6b79c057-2637-483b-87f1-a743d352610c",
            "last_updated": "2023-07-07T16:57:59.648189-04:00",
            "created_at": "2023-07-06T09:33:01.256290-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43fd7fee-16c2-4f86-83e5-8c8eacc7dda9/?format=api"
        },
        {
            "id": "835f2230-628c-4ad3-89ac-2923d5699bc6",
            "gambit_id": "17fb67da-093c-4125-b884-1ecd3ba06f27",
            "last_updated": "2023-07-07T16:57:59.649816-04:00",
            "created_at": "2023-07-06T09:33:01.258032-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43fd7fee-16c2-4f86-83e5-8c8eacc7dda9/?format=api"
        }
    ]
}