GET /api/bet_types/dd398c82-8c1e-4c16-9d73-1d693b109d87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd398c82-8c1e-4c16-9d73-1d693b109d87",
    "match": "https://api-prod.gambitprofit.com/api/matches/47142ec8-c658-4ea3-b9e4-bd4febc941f5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "MIA (S Alcantara)",
                "amount": 5323.0
            },
            {
                "team": "PHI (B Falter)",
                "amount": 4677.0
            }
        ],
        "expected_reward_tokens": 9260.46,
        "profit_sb": 260.46,
        "profit_sb_percentage": 2.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "22be6bd4-6819-414e-95af-e9ddc4ff9cca",
            "gambit_id": "a073fefc-a9a6-4915-a35e-8066fcbdd80c",
            "last_updated": "2022-09-14T10:32:13.668535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd398c82-8c1e-4c16-9d73-1d693b109d87/?format=api"
        },
        {
            "id": "8c95c0f0-5ce1-4fe0-8ccc-3f039e4806be",
            "gambit_id": "97d10a67-1b70-49c5-87af-de9bd212e6b6",
            "last_updated": "2022-09-14T10:32:13.669501-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (B Falter)",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd398c82-8c1e-4c16-9d73-1d693b109d87/?format=api"
        }
    ]
}