GET /api/bet_types/a8e64037-1770-4ad2-9290-60741fc8060a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8e64037-1770-4ad2-9290-60741fc8060a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c5ad5e0-23f7-4417-b7ff-58db3483ea5f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T13:36:51.224278-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 Jersey Devils",
                "amount": 5213.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "736e5a90-06c6-4b49-97b0-83cdffa7d878",
            "gambit_id": "451b5c54-fc61-4741-940d-2677a9d09b0e",
            "last_updated": "2023-04-03T10:11:55.774252-04:00",
            "created_at": "2023-04-01T13:36:51.228810-04:00",
            "name": "New Jersey Devils",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e64037-1770-4ad2-9290-60741fc8060a/?format=api"
        },
        {
            "id": "056d5ea5-d947-450a-9f22-66a72c6a6142",
            "gambit_id": "5898a6cb-7951-4aba-b692-e7e9fdfb5203",
            "last_updated": "2023-04-03T10:11:55.772088-04:00",
            "created_at": "2023-04-01T13:36:51.226274-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e64037-1770-4ad2-9290-60741fc8060a/?format=api"
        }
    ]
}