GET /api/bet_types/38760a45-0f71-4614-bfe4-0b9cf6f65724/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38760a45-0f71-4614-bfe4-0b9cf6f65724",
    "match": "https://api-prod.gambitprofit.com/api/matches/8337444e-30ab-4828-a98f-cf419ae55461/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:07.430138-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": "New Orleans Saints",
                "amount": 6010.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0bc2c7c-7849-4fd5-b623-bd96327c5506",
            "gambit_id": "d37e1f0d-aad1-4df0-82ae-ea49e72658df",
            "last_updated": "2023-08-21T20:08:17.614515-04:00",
            "created_at": "2023-08-17T13:03:07.433845-04:00",
            "name": "New Orleans Saints",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38760a45-0f71-4614-bfe4-0b9cf6f65724/?format=api"
        },
        {
            "id": "228e34af-5282-49dd-9e03-5a99c4c9862f",
            "gambit_id": "c8442aa4-4b09-4e2b-beba-34c069a0f845",
            "last_updated": "2023-08-21T20:08:17.617737-04:00",
            "created_at": "2023-08-17T13:03:07.437764-04:00",
            "name": "Los Angeles Chargers",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38760a45-0f71-4614-bfe4-0b9cf6f65724/?format=api"
        }
    ]
}