GET /api/bet_types/67e4f2af-95e2-4852-ac5a-966901e47f15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67e4f2af-95e2-4852-ac5a-966901e47f15",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab6df01-ec94-4fa7-8fe1-cc5b75f416b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-08T08:38:24.095314-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": "SDG (B Snell)",
                "amount": 6139.0
            },
            {
                "team": "NYM (D Peterson)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "88fcd8c3-791f-408a-a9c1-10b44682a1a4",
            "gambit_id": "81dfbd2c-b8a1-425b-b873-8b81e86b16c6",
            "last_updated": "2023-07-10T10:03:09.492370-04:00",
            "created_at": "2023-07-08T08:38:24.101534-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e4f2af-95e2-4852-ac5a-966901e47f15/?format=api"
        },
        {
            "id": "10ed39a6-96b2-4ff5-b07f-bbf35fcac355",
            "gambit_id": "17327a77-5489-4ca3-a758-0ff1e6279166",
            "last_updated": "2023-07-10T10:03:09.494964-04:00",
            "created_at": "2023-07-08T08:38:24.098257-04:00",
            "name": "NYM (D Peterson)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e4f2af-95e2-4852-ac5a-966901e47f15/?format=api"
        }
    ]
}