GET /api/bet_types/4c4baa64-8e3a-43d8-b647-cb0cc9a86a72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c4baa64-8e3a-43d8-b647-cb0cc9a86a72",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7658d0f-e79e-4bdb-929d-aaf34b6b83f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T08:13:10.389728-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": "WAS",
                "amount": 5319.0
            },
            {
                "team": "PHI",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "487c35b2-e957-431c-895d-e4f2c285068c",
            "gambit_id": "7b00b35e-2b93-424d-a4f0-071f202430a3",
            "last_updated": "2023-08-10T12:32:57.398433-04:00",
            "created_at": "2023-08-09T08:13:10.393278-04:00",
            "name": "WAS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c4baa64-8e3a-43d8-b647-cb0cc9a86a72/?format=api"
        },
        {
            "id": "e7d3013c-abe1-4f47-b25a-0bd016a83b1f",
            "gambit_id": "fb6c02ef-9942-42ce-9840-20111a62054f",
            "last_updated": "2023-08-10T12:32:57.401749-04:00",
            "created_at": "2023-08-09T08:13:10.397140-04:00",
            "name": "PHI",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c4baa64-8e3a-43d8-b647-cb0cc9a86a72/?format=api"
        }
    ]
}