GET /api/bet_types/5d694366-363a-4548-b41c-ee08e53cfc56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d694366-363a-4548-b41c-ee08e53cfc56",
    "match": "https://api-prod.gambitprofit.com/api/matches/a62f92f1-dca6-47ff-8576-db061f6510a7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:11.746812-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": "Memphis Grizzlies",
                "amount": 5107.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b00cc58-b8c8-4f7f-8945-ed5c948070a3",
            "gambit_id": "3ab32403-47a0-4cc4-abda-c9dd572d1e27",
            "last_updated": "2023-12-30T21:38:21.348694-05:00",
            "created_at": "2023-12-29T09:58:11.751090-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d694366-363a-4548-b41c-ee08e53cfc56/?format=api"
        },
        {
            "id": "2ff8e9ab-f020-46aa-a35c-54dcc7c54cb6",
            "gambit_id": "d4c9b536-e3b0-4db5-bf66-7b0fe5c82557",
            "last_updated": "2023-12-30T21:38:21.351991-05:00",
            "created_at": "2023-12-29T09:58:11.755191-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d694366-363a-4548-b41c-ee08e53cfc56/?format=api"
        }
    ]
}