GET /api/bet_types/2ba7936d-e162-4ab6-80d9-c90bb9a1b4bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ba7936d-e162-4ab6-80d9-c90bb9a1b4bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/82b99cbf-400a-44aa-a3ac-3f75a86509fe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-21T08:33:15.745052-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": "NYM",
                "amount": 5939.0
            },
            {
                "team": "HOU",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "27eda702-cc9e-450f-bc36-09fcf93da18f",
            "gambit_id": "62b7d30c-e691-41f1-b6a1-71343c818a9b",
            "last_updated": "2023-06-22T10:28:08.588079-04:00",
            "created_at": "2023-06-21T08:33:15.747077-04:00",
            "name": "NYM",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ba7936d-e162-4ab6-80d9-c90bb9a1b4bc/?format=api"
        },
        {
            "id": "a6137333-24c0-43e2-8886-920b6ce05d47",
            "gambit_id": "5e467bbd-fccc-4d31-9244-62c71a7269e9",
            "last_updated": "2023-06-22T10:28:08.590340-04:00",
            "created_at": "2023-06-21T08:33:15.749230-04:00",
            "name": "HOU",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ba7936d-e162-4ab6-80d9-c90bb9a1b4bc/?format=api"
        }
    ]
}