GET /api/bet_types/89f1b932-d8a7-4bb7-bf2a-c2c6ce177e51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89f1b932-d8a7-4bb7-bf2a-c2c6ce177e51",
    "match": "https://api-prod.gambitprofit.com/api/matches/667b449c-3578-4ea6-8a53-d28e887fcc75/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:14.744321-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2669b2cb-e1b6-4a63-9006-8a36bb84e59f",
            "gambit_id": "8a6388de-b469-4f41-8ea1-88ef22157850",
            "last_updated": "2024-01-15T09:43:16.222971-05:00",
            "created_at": "2024-01-11T09:38:14.748721-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f1b932-d8a7-4bb7-bf2a-c2c6ce177e51/?format=api"
        },
        {
            "id": "052c4f71-d0fb-4018-9164-e0d91986844f",
            "gambit_id": "6cf6af4b-e97a-43dc-833e-492a258eb952",
            "last_updated": "2024-01-15T09:43:16.226490-05:00",
            "created_at": "2024-01-11T09:38:14.752491-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f1b932-d8a7-4bb7-bf2a-c2c6ce177e51/?format=api"
        }
    ]
}