GET /api/bet_types/796b4e0d-f872-45d2-809e-7c929151b6c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "796b4e0d-f872-45d2-809e-7c929151b6c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca3fdec0-3ef0-47ad-80ac-40318476899d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:07.182251-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": "CIN",
                "amount": 5939.0
            },
            {
                "team": "COL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "34d74da1-f41c-4f80-9c25-aa25f8637461",
            "gambit_id": "4c52bbde-5a26-4d42-96f6-841c3f1d8685",
            "last_updated": "2023-05-17T11:06:54.975881-04:00",
            "created_at": "2023-05-16T09:47:07.185724-04:00",
            "name": "CIN",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/796b4e0d-f872-45d2-809e-7c929151b6c0/?format=api"
        },
        {
            "id": "237e3498-3f03-4c33-9fad-8bf5c86177e7",
            "gambit_id": "92574c1e-9385-427d-b694-5bd2f42689ca",
            "last_updated": "2023-05-17T11:06:54.973886-04:00",
            "created_at": "2023-05-16T09:47:07.183945-04:00",
            "name": "COL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/796b4e0d-f872-45d2-809e-7c929151b6c0/?format=api"
        }
    ]
}