GET /api/bet_types/07f74d7f-7b07-41cb-8dd6-e523606664ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07f74d7f-7b07-41cb-8dd6-e523606664ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fd4d927-b886-4325-ad35-75ffafab7b36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:11.360133-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": "Baltimore Ravens",
                "amount": 6458.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc03a342-8a4c-4333-9491-6397a642b851",
            "gambit_id": "24b7b82c-ad48-4c87-bfa3-f48e5450210c",
            "last_updated": "2023-12-19T09:48:14.276744-05:00",
            "created_at": "2023-12-15T09:13:11.364151-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07f74d7f-7b07-41cb-8dd6-e523606664ba/?format=api"
        },
        {
            "id": "3aaf01ce-0d57-4612-843c-dc10c33c14c4",
            "gambit_id": "66ea7a40-93e5-4f6a-83fb-adb4247675a1",
            "last_updated": "2023-12-19T09:48:14.282085-05:00",
            "created_at": "2023-12-15T09:13:11.368475-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07f74d7f-7b07-41cb-8dd6-e523606664ba/?format=api"
        }
    ]
}