GET /api/bet_types/d7a34e62-5fcb-4cf7-af3c-617167858f5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7a34e62-5fcb-4cf7-af3c-617167858f5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/73d44481-e572-438a-8523-fe15f29efd32/?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": "TAM (D Rasmussen)",
                "amount": 6101.0
            },
            {
                "team": "BAL (J Lyles)",
                "amount": 3899.0
            }
        ],
        "expected_reward_tokens": 9395.54,
        "profit_sb": 395.54,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "07092dd2-08e3-44cd-9ada-c5acddc64a7a",
            "gambit_id": "54e7469b-ad13-450c-9065-8b6b82672e88",
            "last_updated": "2022-08-15T14:22:15.538771-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.54000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7a34e62-5fcb-4cf7-af3c-617167858f5e/?format=api"
        },
        {
            "id": "ed65c1e3-34e2-49a7-9b96-dcbd642d9d06",
            "gambit_id": "3e403660-26fb-4efa-9eb5-b2cdcab18930",
            "last_updated": "2022-08-15T14:22:15.539196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (J Lyles)",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7a34e62-5fcb-4cf7-af3c-617167858f5e/?format=api"
        }
    ]
}