GET /api/bet_types/a7f77baf-902e-4761-8dfe-749bfe2d1fa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7f77baf-902e-4761-8dfe-749bfe2d1fa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8eaf1972-cd28-4725-a6ce-ff56c71fdbf7/?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": "NYY (D German)",
                "amount": 6062.0
            },
            {
                "team": "BAL (J Lyles)",
                "amount": 3938.0
            }
        ],
        "expected_reward_tokens": 9214.24,
        "profit_sb": 214.24,
        "profit_sb_percentage": 2.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "07369944-9dc5-4c61-b860-998bc33b00ec",
            "gambit_id": "00f8fdec-2dbc-4926-8ccc-a5b5381154d1",
            "last_updated": "2022-10-01T09:22:26.500995-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (D German)",
            "reward": "1.52000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7f77baf-902e-4761-8dfe-749bfe2d1fa0/?format=api"
        },
        {
            "id": "3a0beaa7-5271-47f2-b9f9-f7eda38dae43",
            "gambit_id": "08055ba5-d585-4f90-b17b-7b98d4591e02",
            "last_updated": "2022-10-01T09:22:26.501977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (J Lyles)",
            "reward": "2.34000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7f77baf-902e-4761-8dfe-749bfe2d1fa0/?format=api"
        }
    ]
}