GET /api/bet_types/cefe071c-08ef-4635-8b93-7dd8abbd1266/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cefe071c-08ef-4635-8b93-7dd8abbd1266",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbc34bc9-2eca-4f0e-be75-d915a36c8b8f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:07:55.055983-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b8ecc25-d1ac-48ae-9a38-2804d704274f",
            "gambit_id": "1d3d32d0-b4b1-4f15-a6c7-c226e0d52187",
            "last_updated": "2024-01-09T10:43:22.855980-05:00",
            "created_at": "2024-01-07T09:07:55.061743-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cefe071c-08ef-4635-8b93-7dd8abbd1266/?format=api"
        },
        {
            "id": "db9c9680-7f83-44ef-a3df-2d6e9706428d",
            "gambit_id": "c2d17e65-f8a1-49d2-805b-cd818dd6bb7c",
            "last_updated": "2024-01-09T10:43:22.859381-05:00",
            "created_at": "2024-01-07T09:07:55.066707-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cefe071c-08ef-4635-8b93-7dd8abbd1266/?format=api"
        }
    ]
}