GET /api/bet_types/7abc0b87-95db-463e-8651-480d912df3c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7abc0b87-95db-463e-8651-480d912df3c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a62f92f1-dca6-47ff-8576-db061f6510a7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:11.732451-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": "Los Angeles Clippers",
                "amount": 6010.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "83054f46-85f5-4e90-81fc-42d281931306",
            "gambit_id": "c64e18d1-049e-4211-9bcd-79de6cdf507b",
            "last_updated": "2023-12-30T21:38:21.342199-05:00",
            "created_at": "2023-12-29T09:58:11.742406-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abc0b87-95db-463e-8651-480d912df3c7/?format=api"
        },
        {
            "id": "7673897d-5331-4c40-b44f-3ae4c0c4e9ad",
            "gambit_id": "ee7f5ceb-5d11-4213-8f41-bd250fb3a256",
            "last_updated": "2023-12-30T21:38:21.338840-05:00",
            "created_at": "2023-12-29T09:58:11.736546-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abc0b87-95db-463e-8651-480d912df3c7/?format=api"
        }
    ]
}