GET /api/bet_types/a24d8b1e-6280-456a-9792-88c40f9bc138/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a24d8b1e-6280-456a-9792-88c40f9bc138",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e7ce031-782f-459d-91cf-41036a10db47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:21.708555-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": "MIL (C Burnes)",
                "amount": 5527.0
            },
            {
                "team": "NYM (D Peterson)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "b120477d-682f-4ff5-8cb7-33b118187ee3",
            "gambit_id": "090e733c-4605-40d6-8234-29cae0b16951",
            "last_updated": "2023-04-06T11:37:05.908475-04:00",
            "created_at": "2023-04-05T09:22:21.711447-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a24d8b1e-6280-456a-9792-88c40f9bc138/?format=api"
        },
        {
            "id": "4f19139b-860e-48df-bd6b-e2bcb40b1050",
            "gambit_id": "c4ec3d34-b6a9-402e-9c09-fea24ce513d5",
            "last_updated": "2023-04-06T11:37:05.910707-04:00",
            "created_at": "2023-04-05T09:22:21.714024-04:00",
            "name": "NYM (D Peterson)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a24d8b1e-6280-456a-9792-88c40f9bc138/?format=api"
        }
    ]
}