GET /api/bet_types/862075ac-c31a-4ac5-b3f0-070299fe34c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "862075ac-c31a-4ac5-b3f0-070299fe34c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b00d1660-6a43-4f13-ad7c-b4db85d772e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-21T08:53:23.987694-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 (K Senga)",
                "amount": 5117.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "d65d3806-4f4d-43ce-8227-5c5ab1f8c1c3",
            "gambit_id": "542dc1da-2694-4e83-96a0-8753bad8c974",
            "last_updated": "2023-07-23T22:12:58.478749-04:00",
            "created_at": "2023-07-21T08:53:23.989514-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862075ac-c31a-4ac5-b3f0-070299fe34c4/?format=api"
        },
        {
            "id": "1e769a6e-172f-453a-afbd-2a4f52637a99",
            "gambit_id": "5d73cb23-2580-4f41-af56-2bfd88eb8bfa",
            "last_updated": "2023-07-23T22:12:58.482243-04:00",
            "created_at": "2023-07-21T08:53:23.991699-04:00",
            "name": "BOS (K Crawford)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862075ac-c31a-4ac5-b3f0-070299fe34c4/?format=api"
        }
    ]
}