GET /api/bet_types/b797bc8e-c9b4-4084-a6ab-a72c886b24aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b797bc8e-c9b4-4084-a6ab-a72c886b24aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9044511-a86a-4dd5-ae3e-7c4d8dd791e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:02.321160-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": "New York Knicks",
                "amount": 5094.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddb0ddea-1c5c-48e3-a9c6-a0eb7b9cc605",
            "gambit_id": "31d7b60a-b4d6-43e5-a1cf-e713928013dd",
            "last_updated": "2023-11-10T12:38:20.286965-05:00",
            "created_at": "2023-11-08T08:23:02.334187-05:00",
            "name": "New York Knicks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b797bc8e-c9b4-4084-a6ab-a72c886b24aa/?format=api"
        },
        {
            "id": "ed103d80-03b4-4398-8688-43f8b570bdd8",
            "gambit_id": "0830cd05-1494-4ed9-a413-7d8dcff21270",
            "last_updated": "2023-11-10T12:38:20.283627-05:00",
            "created_at": "2023-11-08T08:23:02.325651-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b797bc8e-c9b4-4084-a6ab-a72c886b24aa/?format=api"
        }
    ]
}