GET /api/bet_types/1d680f95-11ea-4f6b-ac40-3ab37675a9da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d680f95-11ea-4f6b-ac40-3ab37675a9da",
    "match": "https://api-prod.gambitprofit.com/api/matches/6107cad6-cde3-4e3a-b772-160d992ef3f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T09:07:11.559875-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": "Miami Heat",
                "amount": 6241.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3252a67-e4aa-4d60-8227-9a830029fe6b",
            "gambit_id": "f804e4ac-0ed9-4c2b-9cee-27b95f20fe3d",
            "last_updated": "2023-03-16T17:37:24.014013-04:00",
            "created_at": "2023-03-15T09:07:11.562753-04:00",
            "name": "Miami Heat",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d680f95-11ea-4f6b-ac40-3ab37675a9da/?format=api"
        },
        {
            "id": "93271fe1-6aa9-4d8f-9af9-35adab81236c",
            "gambit_id": "b9e421f8-b92b-4ef9-9b8e-4d842f477160",
            "last_updated": "2023-03-16T17:37:24.016726-04:00",
            "created_at": "2023-03-15T09:07:11.565624-04:00",
            "name": "Memphis Grizzlies",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d680f95-11ea-4f6b-ac40-3ab37675a9da/?format=api"
        }
    ]
}