GET /api/bet_types/da326dbf-db82-4af8-9c1f-f5af5f590d5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da326dbf-db82-4af8-9c1f-f5af5f590d5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/92bb0a44-55de-4810-b76d-614ea57da78e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T11:22:01.050097-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": "NYM (M Scherzer)",
                "amount": 5527.0
            },
            {
                "team": "SDG (Y Darvish)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ce4c11f-1322-4e8f-8f7a-eb0c2c61500e",
            "gambit_id": "51dff283-2794-4972-8923-e059539f4642",
            "last_updated": "2023-04-11T13:22:06.403088-04:00",
            "created_at": "2023-04-10T11:22:01.051852-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da326dbf-db82-4af8-9c1f-f5af5f590d5d/?format=api"
        },
        {
            "id": "b8febe23-4fe6-4749-8050-f8a2ecd95cda",
            "gambit_id": "31be002b-a4e3-48f7-9639-c57156f341b6",
            "last_updated": "2023-04-11T13:22:06.405525-04:00",
            "created_at": "2023-04-10T11:22:01.054101-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da326dbf-db82-4af8-9c1f-f5af5f590d5d/?format=api"
        }
    ]
}