GET /api/bet_types/2dc71ca7-f643-4195-8af0-ef1b45799afe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dc71ca7-f643-4195-8af0-ef1b45799afe",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e919f1d-9305-4dea-a5f4-50bcdbe55417/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-02T09:42:58.742518-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 Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0b3316d-a562-4101-a4d0-6422e6aa6356",
            "gambit_id": "79601c5e-3931-4dc4-a27d-011efb832a1b",
            "last_updated": "2024-01-03T20:22:55.310783-05:00",
            "created_at": "2024-01-02T09:42:58.751942-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dc71ca7-f643-4195-8af0-ef1b45799afe/?format=api"
        },
        {
            "id": "c1e014f6-11c6-4d4a-b939-e7d16e5d937b",
            "gambit_id": "2b3772cd-db87-404e-9ebe-2da5d4fce90d",
            "last_updated": "2024-01-03T20:22:55.307446-05:00",
            "created_at": "2024-01-02T09:42:58.746943-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dc71ca7-f643-4195-8af0-ef1b45799afe/?format=api"
        }
    ]
}