GET /api/bet_types/7f1247ee-1889-4a20-b0cf-bfcf4293342a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f1247ee-1889-4a20-b0cf-bfcf4293342a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0763a246-a748-4728-a43c-a42ea42da970/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-03T09:21:59.092714-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": "Minnesota Timberwolves",
                "amount": 6448.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3552.0
            }
        ],
        "expected_reward_tokens": 9412.8,
        "profit_sb": -87.2,
        "profit_sb_percentage": -0.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd5f4d85-ac18-4e67-bb57-ee9ba1f01d87",
            "gambit_id": "3e9d59f7-8b73-4854-ac6c-691b9ec31f92",
            "last_updated": "2023-02-04T12:01:58.504299-05:00",
            "created_at": "2023-02-03T09:21:59.094012-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f1247ee-1889-4a20-b0cf-bfcf4293342a/?format=api"
        },
        {
            "id": "2ce17a0b-6da7-47d9-be38-755074bfb58f",
            "gambit_id": "b1b1a640-be3f-4543-a273-602351183dcc",
            "last_updated": "2023-02-04T12:01:58.505441-05:00",
            "created_at": "2023-02-03T09:21:59.095364-05:00",
            "name": "Orlando Magic",
            "reward": "2.65000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f1247ee-1889-4a20-b0cf-bfcf4293342a/?format=api"
        }
    ]
}