GET /api/bet_types/5fedefba-21eb-407d-903f-b38b78a73fd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fedefba-21eb-407d-903f-b38b78a73fd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/179ec1a9-cd7d-4951-ab01-110af112a717/?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": "Pittsburgh Penguins",
                "amount": 6170.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f86ae54-d1ad-4bfc-9189-258c514312b4",
            "gambit_id": "7fa31bb0-a7ef-44e2-8dd8-5b6dbcd38dc0",
            "last_updated": "2022-12-05T11:27:08.340647-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fedefba-21eb-407d-903f-b38b78a73fd8/?format=api"
        },
        {
            "id": "2741c10e-e21f-4957-b5f6-2b778f2c2614",
            "gambit_id": "76f32d57-4eb7-471b-8181-4e66622fb726",
            "last_updated": "2022-12-05T11:27:08.341603-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fedefba-21eb-407d-903f-b38b78a73fd8/?format=api"
        }
    ]
}