GET /api/bet_types/4ace0baf-d7a0-4139-b51a-b25baf55afcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ace0baf-d7a0-4139-b51a-b25baf55afcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/440b5061-8245-4793-835c-6dba41fec196/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T11:42:13.789112-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": "Philadelphia 76ers",
                "amount": 6399.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "63c7f73e-4512-4e48-b182-372398733064",
            "gambit_id": "4ef3d00e-7996-456e-897e-f10e830dea98",
            "last_updated": "2023-04-21T22:07:10.191594-04:00",
            "created_at": "2023-04-20T11:42:13.793724-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ace0baf-d7a0-4139-b51a-b25baf55afcf/?format=api"
        },
        {
            "id": "88af4e60-394b-4b4f-9f7f-4e4f05a309e6",
            "gambit_id": "fa3d1aa2-bd56-4ebb-86b9-e9f425830666",
            "last_updated": "2023-04-21T22:07:10.188722-04:00",
            "created_at": "2023-04-20T11:42:13.791360-04:00",
            "name": "Brooklyn Nets",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ace0baf-d7a0-4139-b51a-b25baf55afcf/?format=api"
        }
    ]
}