GET /api/bet_types/3f3f9df9-4d8b-4993-a74c-1bb683f5f066/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f3f9df9-4d8b-4993-a74c-1bb683f5f066",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d36670a-3e64-44ba-9867-cccd45fe179a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T11:42:15.406424-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": "Phoenix Suns",
                "amount": 7398.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 2602.0
            }
        ],
        "expected_reward_tokens": 9469.44,
        "profit_sb": -30.56,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "87d0eddf-fe9a-422e-860a-ac2669db83dc",
            "gambit_id": "57c21936-b753-46e6-b8cf-0c119faaf68a",
            "last_updated": "2023-04-21T22:02:24.141648-04:00",
            "created_at": "2023-04-20T11:42:15.412568-04:00",
            "name": "Phoenix Suns",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3f9df9-4d8b-4993-a74c-1bb683f5f066/?format=api"
        },
        {
            "id": "bfaf1e85-d1aa-4a96-bdf6-723752a3ac56",
            "gambit_id": "9c4dffd1-1161-47c6-becd-07044259b8a0",
            "last_updated": "2023-04-21T22:02:24.139657-04:00",
            "created_at": "2023-04-20T11:42:15.408857-04:00",
            "name": "Los Angeles Clippers",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3f9df9-4d8b-4993-a74c-1bb683f5f066/?format=api"
        }
    ]
}