GET /api/bet_types/16bbe21d-fcb2-4bed-b946-117438301c09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16bbe21d-fcb2-4bed-b946-117438301c09",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c0c71ab-0f61-4348-9af6-2d6924d2013a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "NYM (T Walker)",
                "amount": 6809.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 3191.0
            }
        ],
        "expected_reward_tokens": 9190.08,
        "profit_sb": 190.08,
        "profit_sb_percentage": 2.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "68e6ae65-dceb-402c-83fc-20246a34b7f8",
            "gambit_id": "39692823-1afc-4141-b89e-3bb028a698c3",
            "last_updated": "2022-09-17T17:17:25.606419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (T Walker)",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16bbe21d-fcb2-4bed-b946-117438301c09/?format=api"
        },
        {
            "id": "ac8d7c00-bd1c-4eaf-990d-749517b43ca9",
            "gambit_id": "6b6bce3e-5d43-4a48-a161-e1a49bb8eaf4",
            "last_updated": "2022-09-17T17:17:25.607458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (M Keller)",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16bbe21d-fcb2-4bed-b946-117438301c09/?format=api"
        }
    ]
}