GET /api/bet_types/d36236d3-9846-484e-98ef-4c174d1122df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d36236d3-9846-484e-98ef-4c174d1122df",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b7109df-1eed-4b7d-b105-ceba79a99056/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-14T09:33:22.416618-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": "SDG (Y Darvish)",
                "amount": 5714.0
            },
            {
                "team": "BAL (G Rodriguez)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "10879cb2-4177-436c-bb08-fc419b9b58cd",
            "gambit_id": "5d146b1c-5bb0-4569-8708-1e4cf72abfa6",
            "last_updated": "2023-08-15T10:23:13.280290-04:00",
            "created_at": "2023-08-14T09:33:22.428963-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36236d3-9846-484e-98ef-4c174d1122df/?format=api"
        },
        {
            "id": "f1a49d3f-f327-4237-b653-e449a4dc76d5",
            "gambit_id": "88480c6b-5b83-4027-8607-4e9f5a619a78",
            "last_updated": "2023-08-15T10:23:13.276923-04:00",
            "created_at": "2023-08-14T09:33:22.423374-04:00",
            "name": "BAL (G Rodriguez)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36236d3-9846-484e-98ef-4c174d1122df/?format=api"
        }
    ]
}