GET /api/bet_types/688a13e9-b921-4b54-b6b9-d25a5e281964/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "688a13e9-b921-4b54-b6b9-d25a5e281964",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0953756-d529-493d-ae53-f86dbb421ba0/?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": 5515.0
            },
            {
                "team": "ATL (I Anderson)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": 373.65,
        "profit_sb_percentage": 4.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab892389-4ff6-4524-bb01-d7c3ee38da1b",
            "gambit_id": "4177a3c9-9e99-4cd0-ad23-e9f3a0475179",
            "last_updated": "2022-08-06T10:57:02.046499-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (T Walker)",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/688a13e9-b921-4b54-b6b9-d25a5e281964/?format=api"
        },
        {
            "id": "f84c4657-a3a9-430a-9b6c-3ee4a5e83c9e",
            "gambit_id": "c3b3497a-7c13-4e0f-bd71-b94fa5a58072",
            "last_updated": "2022-08-06T10:57:02.046899-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (I Anderson)",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/688a13e9-b921-4b54-b6b9-d25a5e281964/?format=api"
        }
    ]
}