GET /api/bet_types/97b4036f-6ec3-4e40-b1f1-79fe38c3a621/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97b4036f-6ec3-4e40-b1f1-79fe38c3a621",
    "match": "https://api-prod.gambitprofit.com/api/matches/1600d607-8145-41ac-b3c3-e731f9ca2d6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:55.689443-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": 6458.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "476296fa-431c-4e77-9a30-1a94bcf42b44",
            "gambit_id": "32d0c9a5-da28-4f89-ac7f-0ff5c6e2be8b",
            "last_updated": "2023-03-19T17:01:59.282958-04:00",
            "created_at": "2023-03-18T08:46:55.693682-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97b4036f-6ec3-4e40-b1f1-79fe38c3a621/?format=api"
        },
        {
            "id": "2bfb3fdf-0778-4e53-b860-e8c1713d10b4",
            "gambit_id": "675f8861-8b72-48a5-977c-dae96f6c3f10",
            "last_updated": "2023-03-19T17:01:59.281334-04:00",
            "created_at": "2023-03-18T08:46:55.691538-04:00",
            "name": "Indiana Pacers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97b4036f-6ec3-4e40-b1f1-79fe38c3a621/?format=api"
        }
    ]
}