GET /api/bet_types/ad045810-aa89-4832-a427-28ebb1884b7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad045810-aa89-4832-a427-28ebb1884b7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/87d599d4-9bca-4fb0-ac3d-ce35efc22a0a/?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": "Dallas Mavericks",
                "amount": 6563.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "64382b9e-7739-4f80-9639-e3e5a36f0d59",
            "gambit_id": "54a8577e-fa4d-4f91-a1c9-0f9149ba77cb",
            "last_updated": "2022-10-24T10:02:11.072689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad045810-aa89-4832-a427-28ebb1884b7f/?format=api"
        },
        {
            "id": "f7a6f722-011d-486d-a502-3da207ef7a45",
            "gambit_id": "d482f949-63a1-41ac-8481-06f168111a44",
            "last_updated": "2022-10-24T10:02:11.073727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad045810-aa89-4832-a427-28ebb1884b7f/?format=api"
        }
    ]
}