GET /api/bet_types/9ac7fbc9-79b6-41c3-805c-487879cd811e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ac7fbc9-79b6-41c3-805c-487879cd811e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7726a04a-b2a0-4423-a344-4b495cabd830/?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 (N Cortes)",
                "amount": 7165.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 2835.0
            }
        ],
        "expected_reward_tokens": 9242.1,
        "profit_sb": 242.1,
        "profit_sb_percentage": 2.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7c3205a-2a14-417b-8d81-a40de4482753",
            "gambit_id": "ab9e5450-acc8-4264-a72b-22d3b63fcff0",
            "last_updated": "2022-09-21T16:22:00.184703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (N Cortes)",
            "reward": "1.29000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac7fbc9-79b6-41c3-805c-487879cd811e/?format=api"
        },
        {
            "id": "d590e13b-6f18-4049-a3a7-773354838d28",
            "gambit_id": "5ce37c88-f07c-4415-aec2-364bff45ec10",
            "last_updated": "2022-09-21T16:22:00.185705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (L Ortiz)",
            "reward": "3.26000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac7fbc9-79b6-41c3-805c-487879cd811e/?format=api"
        }
    ]
}