GET /api/bet_types/1a4e0015-d26e-49a6-822d-9a209f724b55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a4e0015-d26e-49a6-822d-9a209f724b55",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb01f8f4-9f97-4f15-8071-7e4a63db7bcf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T08:41:56.908153-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": "New York Islanders",
                "amount": 6651.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "b44b8d65-c6d9-41c7-ae03-a4c6b34c7204",
            "gambit_id": "4d70b51c-d4bd-45b2-adf5-1374645f3f07",
            "last_updated": "2023-03-26T13:37:06.222464-04:00",
            "created_at": "2023-03-24T08:41:56.914404-04:00",
            "name": "New York Islanders",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a4e0015-d26e-49a6-822d-9a209f724b55/?format=api"
        },
        {
            "id": "5d67443c-7401-4dfa-a136-3d2fa0092e00",
            "gambit_id": "b66fd770-9d38-4b11-9bae-3f45e3e20812",
            "last_updated": "2023-03-26T13:37:06.219357-04:00",
            "created_at": "2023-03-24T08:41:56.910902-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a4e0015-d26e-49a6-822d-9a209f724b55/?format=api"
        }
    ]
}